Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

5.0.0

Compare
Choose a tag to compare
@dsifford dsifford released this 28 Jan 23:33

This release is a complete rewrite of the codebase for the new Block Editor. In this release, there are vast improvements to both performance and reliability as well as a handful of other nice changes that I hope you'll all enjoy.

BREAKING CHANGES

  • PHP 7.2 is required to use this plugin.
  • "Full Note" style citations are no longer supported.

Major Changes

  • 100% backwards compatibility with old editor citations.
  • Full rewrite of the codebase for the block editor.
  • Add integrated footnotes: 7122b9d

Minor Changes

  • Add static publication list block: 75785d8
  • Update citation styles: 856d446

Patches

  • Use minified citeproc from jsdelivr CDN: b98b92b
  • Fix sorting of citation items in tooltips.: 012dfe8
  • Add URL field to a few more manual types. closes #535: b37b65c
  • Switch to protected meta for editor state: 57feb2a
  • Improve checks for loading legacy code vs new code: 22e1f9c
  • Fix error message parsing in csl file parser: ad41da8