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

Releases: dsifford/academic-bloggers-toolkit

5.2.2

24 Oct 22:38
Compare
Choose a tag to compare

Patches

  • Fix: bump required WordPress version to 5.3: 8c7fe3b

Note: If you updated to 5.2.1 already yesterday and are affected by the bug introduced, either install the gutenberg plugin temporarily until WordPress 5.3 is released, OR roll back to version 5.2.0.

5.2.1

23 Oct 20:54
Compare
Choose a tag to compare

Patches

  • Fix rendering of sidebar content for static bibliography block.
  • Misc performance improvements.

5.2.0

08 Oct 13:39
Compare
Choose a tag to compare

Minor

  • Use "snackbar" alerts for error messages.

Patches

  • Fix critical breaking API change in gutenberg API that caused the post editor to crash.
  • Fix broken css for togglable bibliography headings.

5.1.0

09 May 00:48
Compare
Choose a tag to compare

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

15 Apr 01:34
Compare
Choose a tag to compare

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

29 Mar 16:29
Compare
Choose a tag to compare

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

16 Feb 00:16
Compare
Choose a tag to compare

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

01 Feb 02:33
Compare
Choose a tag to compare

Patches

  • Fix fatal PHP exception issue related to legacy custom CSS. #538 #539

5.0.1

29 Jan 17:10
Compare
Choose a tag to compare

Patches

  • PHP 7.0 compatibility: 85a282b
  • Fix issue with date parsing when autociting a website: 589459f

5.0.0

28 Jan 23:33
Compare
Choose a tag to compare

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