This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
Releases: dsifford/academic-bloggers-toolkit
Releases · dsifford/academic-bloggers-toolkit
5.2.2
5.2.1
5.2.0
5.1.0
Minor Changes
- Remove support for the classic editor.
- Update deprecated block editor API usage.
- Increase linespacing in the reference list to make it easier to read.
- Improve UI of citation style search box.
- Improve keyboard accessibility with sidebar.
- Improve support for RTL languages.
Patches
- Fix misc bugs in static bibliography block styles.
- Misc widespread performance improvements.
- Fix bug causing different citations to sometimes recieve the same ID. #558
Styles Added
- Bibliothèque universitaire de médecine - Vancouver (French)
- Civitas: Revista de Ciências Sociais
- Foodborne Pathogens and Disease
- Gaceta Sanitaria
- Infomin
- Korean Journal of Radiology
- Malaysian Orthopaedic Journal
- Revista Cubana de Meteorologia
- Sciences Po - Ecole doctorale (author-date, French)
- Technische Universität Dresden - Forstwissenschaft (author-date, German)
- TGM Wien Diplomarbeit ÖNORM (German - Austria)
5.0.5
IMPORTANT NOTE
This will be the last update that supports the "classic" editor. All updates beyond this one will have support completely removed to make maintenance and releases easier for the new editor.
Thank you for understanding.
Patches
- Fix code affected by breaking block editor changes.
- Fix incorrectly keyed patent fields.
- Add "report type" to manual report fields. #519
- Upgrade upstream dependencies.
Styles Added
- ArchéoSciences (French)
- Griffith College - Harvard
- Perspectives on Politics
- Sociétés Contemporaines
- Swiss Political Science Review
- Český finanční a účetní časopis (Czech)
5.0.4
Patches
- Fix bug related to URL parsing in bibliographies. #549
- Update dependencies.
Styles Added
- Acta Universitatis Agriculturae Sueciae (Swedish University of Agricultural Sciences)
- Anglia
- Contemporary Accounting Research
- Estudios de Fonética Experimental
- Frontiers of Biogeography
- Indian Journal of Orthopaedics
- International Journal for Quality Research
- IPAG Business School - APA
- Journal of Developmental & Behavioral Pediatrics
- Journal of Environmental Engineering and Landscape Management
- Parasite
- Rivista Italiana di Paleontologia e Stratigrafia
- Techniques&Culture (French)
- The Journal of Hand Surgery Asian-Pacific Volume
- ZDfm - Zeitschrift für Diversitätsforschung und -management
5.0.3
Patches
- Fix bug preventing citations from being saved.
- Fix bug resulting in errors being thrown when citing certain DOIs with certain citation styles. #543
Styles Added
- Chemical Engineering Progress
- Journal of Developmental and Behavioral Pediatrics
- Revue des Études Byzantines
- The Journal of Hand Surgery (European Volume)
5.0.2
5.0.1
5.0.0
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
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