Skip to content

Releases: bovender/PubmedParser

Version 5.2.0

28 Nov 20:41
v5.2.0
509c9a2
Compare
Choose a tag to compare

New feature

  • It is now possible to send optional additional parameters to the citation
    template, e.g. {{#pmid:12345|my_optional_argument=my_argument_value}}. This
    can be useful for additional information such as an article URL.

Fixed

  • Address deprecation warnings with PHP 8.x.

Version 5.1.0

07 Jan 14:38
v5.1.0
b776356
Compare
Choose a tag to compare

New feature

  • It is now possible to configure a Pubmed API key when setting up the extension.
  • Keywords parameter is now available for the Pubmed template (values are sources from Keyword elements), separated by comma.

Changed

Version 5.0.2

04 May 19:48
v5.0.2
Compare
Choose a tag to compare

Changed

  • Extraction of the journal title is now more resilient; if no ISOAbbreviation
    field is present, MedlineTA may be used instead.

In addition, the master branch was renamed to main and the information about installation, configuration and usage is now consolidated in the README.md file so that it can be version-controlled along with the code.

Version 5.0.1

31 Dec 04:45
v5.0.1
Compare
Choose a tag to compare

Fixed

  • Fix version number.

Version 5.0.0

31 Dec 04:28
v5.0.0
Compare
Choose a tag to compare

Fixed

  • Fix "Invalid server index index" error that occurred with MediaWiki version 1.34
    (issue #5). NOTE that this change now requires at least version 1.28 of MediaWiki
    (an obsolete version).

Version 4.0.5

16 Jul 19:41
v4.0.5
Compare
Choose a tag to compare

Delay loading of Wiki messages in order to ensure compatibility with VisualEditor.

Version 4.0.4

16 Jul 19:32
v4.0.4
Compare
Choose a tag to compare

Improve handling of invalid XML data; do not cache XML unless it actually contains an article. See #3.

Version 4.0.3

28 Apr 04:16
v4.0.3
Compare
Choose a tag to compare
- Articles with single authors would not be formatted correctly.

Version 4.0.2

19 Mar 21:33
v4.0.2
Compare
Choose a tag to compare
- Fix: Prevent log flooding with warnings in certain situations.

Version 4.0.1

19 Mar 21:34
v4.0.1
Compare
Choose a tag to compare
- IMPROVEMENT: Use only https to access the Pubmed API.