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

3.2.0

30 May 18:28
Compare
Choose a tag to compare

3.2.0

New Features

  • Citations are now sorted automatically based on how sorting is defined in the citation style (no more drag and drop).
  • In-text citations styles now reflect each individual citation style.
  • Improvements to the UI.
  • Realtime citation style switching.
  • "Full note" style citations are now fully supported. (eg. Chicago Full Note).

Bugfixes

  • Fix bug that caused some options to not be saved on the options page.
  • Fix issue that caused the plugin to break if your site is SSL encrypted.
  • Fix bug related to conference proceedings fields. HT @metallikat36
  • Reference list now enabled for all post types. HT @halatkins

Depreciations

  • If you have custom CSS, check your selectors. I've made some changes to selector names (the largest of which is using dashes - rather than underscores _).
  • The last-occurring ordered list is not tagged as a bibliography on page load anymore. This is now done upon initial bibliography creation. You shouldn't notice a difference, but some users who have used this plugin for a longer period of time may find that some of their older bibliographys are not being correctly identified. Email me if this is an issue and I'll walk you thorough it.

3.1.5

17 May 20:52
Compare
Choose a tag to compare

3.1.5

  • Fix PubMed bug that resulted in citations with ampersands in the title to be parsed as &. HT @Da5idHatch

3.1.3

05 May 21:01
Compare
Choose a tag to compare

3.1.3

  • Fix bug that caused peer review data to not save at times.
  • Fix bug that broke peer review image upload.
  • Fix bug that caused an extra space to be inserted in peer review content boxes.
  • Fix issue causing the peer review content boxes to not be full-width.

3.1.2

05 May 17:21
Compare
Choose a tag to compare

3.1.2

  • Fix bug that caused the editor button to appear twice on pages.
  • Lay groundwork for full plugin translation / localization.
  • Add 60 individual unit tests to ensure plugin works properly now, tomorrow.. always.

3.1.1

02 May 20:17
Compare
Choose a tag to compare

3.1.1

  • Shortcodes are now fully depreciated.
  • Fix issue causing reference list to not load on pages.
  • General under-the-hood improvements.

3.1.0

30 Apr 19:23
Compare
Choose a tag to compare

3.1.0

Bugfixes:

  • Fix issue which resulted in this plugin not playing nicely with other plugins that generate additional TinyMCE editors (eg. Advanced Custom Fields). HT: @billmorton.
  • Add a space between the reference number and the reference in the reference list.

Improvements:

  • Slightly better locale processing (bigger fix still in the works). HT: @Tammakit.
  • When importing a RIS file, the plugin now automatically makes URLs clickable. Also, it takes DOIs and turns them into clickable URLs (resolved by DOI.org). This option can be turned off by unchecking Links on the import RIS window. HT: @someonehere15.
  • Set reference insertion window to default to attaching reference inline, rather than requiring a checkbox click each time.
  • Add options to options page which allow for the following (HT: @metallikat36 & @CanadiEm):
    • Make the bibliography toggleable
    • Make the peer review sections non-toggleable
    • Set default heading for bibliography list.
  • Manual references with DOIs now optionally create clickable links resolved by doi.org. HT: @someonehere15

3.0.1

25 Apr 20:01
Compare
Choose a tag to compare

3.0.1 (Hotfix release)

  • Fix bug that caused bold text to stay in place if you click and drag a highlighted reference.
  • Fix issue where WordPress added escape slashes to custom CSS containing quote characters.
  • Fix bug where an error message would display on some pages if a preferred citation style is not set.

3.0.0

25 Apr 04:08
Compare
Choose a tag to compare

3.0.0

You spoke and I heard, this latest version is (in my opinion) the strongest, most stable, and easiest to use version of this plugin that has ever existed.

What's new?

  • Everything. No, really. There's too many changes to reasonably list here, so please take 5 minutes and read the readme. Alternatively, you can watch this YouTube demo

Changes I think you'll be most excited about:

  • Choose from any citation style that exists (over 1300).
  • Cite from DOIs (reliably) just like with PMIDs.
  • Import an entire bibliography from a .ris file exported from Endnote, Zotero, Mendeley, Papers, et al.
  • Click and drag references to rearrange them in your bibliography. This also automatically adjusts all of your inline citation numbers on the fly.

Depreciation Notices:

This plugin now uses zero shortcodes. All citations and references are generated and served in realtime. This way, in the future if you no longer require this plugin, you can uninstall it without it breaking all of your previous posts. There is not one other citation plugin that I am aware of that allows for this, but I believe it is an absolute must. That being said, if you are an early adoptor, you will need to do one of the two following things to preserve your posts from back when this plugin did use shortcodes.

  1. The hard way: Go back and regenerate all the citations that you made with shortcodes.
  2. The easy way: Copy and paste one or both of these code snippets into your functions.php file in your theme.

I will keep the depreciated shortcodes live in this plugin from now until the next update. Sorry for the trouble.

2.4.2

10 Apr 18:03
Compare
Choose a tag to compare

Hotfix Release

  • Fix critical bug which caused posts without an ordered list to lose the first paragraph and indent strangely.
  • Fix typo on one of the CSS selectors on the options page. .abt-smart-bib => #abt-smart-bib

Note: I am aware of the issue with Internet Explorer browsers not generating tooltips. This is because IE operates using a very, very, very....very outdated broswer standard. I'll work on a fix soon and push that out when I get it working. Thanks!

If you'd like to follow along or join the conversation on some of the next few milestones of this plugin, please see this excellent thread started by @metallikat36.

2.4.1

06 Apr 19:05
Compare
Choose a tag to compare

2.4.1 - Hotfix Release

  • Fix bug that caused tooltips to not render at all on Firefox browsers (and Internet Explorer?) - If IE still has issues, please let me know. I don't own a Windows PC so I can't test. Closes #17
  • Fix bug that caused the menu icon to display as a smiley face on new posts and pages.