Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
winkm89 committed Jun 1, 2023
1 parent 59da41d commit 0a730ae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Documentation : https://github.com/winkm89/teachPress/wiki
* BibTeX compatible multi user publication management
* BibTeX import for publications
* BibTeX and RTF export for publications
* Direct data import from NCBI PubMed
* Direct data import from NCBI PubMed or crossref.org
* Automatic import over API (with version 9.0.0)
* RSS feeds for publications
* Many shortcodes for an easy using of publication lists, publication searches or for text references
Expand All @@ -28,6 +28,7 @@ Due to the fact that the most (all?) teachpress users uses only the publication
* English
* German
* French (o)
* French (Canada)
* Italian (o)
* Portuguese (Brazil) (o)
* Slovak (o)
Expand Down
14 changes: 10 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ An example: [tplist image="left" image_size="70"]. Important: You must specify b

== Credits ==

Copyright 2008-2022 by Michael Winkler
Copyright 2008-2023 by Michael Winkler

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -121,13 +121,16 @@ Please note the [teachPress 6.0 Upgrade Information](https://mtrv.wordpress.com/

== Changelog ==

= 9.0.0 beta (xx.xx.2023) =
= 9.0.0 (01.06.2023) =
* Important: This version no longer contains the course module!
* New: Automatic import over API (i.e. for zotero group bibliographies) (Thanks to fabricebg)
* New: Crossref import added (Thanks to Johan Hattne)
* New: UI for publication imports improved
* New: Crossref.org import added (Thanks to Johan Hattne)
* New: Support for French diacritics in bibtex entries added (Thanks to fabricebg)
* New: Sort order for backend publication overview can be switched between default, pub_id (ASC, DESC) and title (ASC, DESC)
* New: Awards field for publications added (Thanks to Sven Mayer)
* New: Canadian French localization added (Thanks to fabricebg)
* New: Support for French diacritics in bibtex entries added (Thanks to fabricebg)
* New: Support for PlumX and Dimension badges in publication lists added
* New: [tpcloud, tpsearch, tplist] user parameter can now handle user names (login name) (#202)
* New: [tpcloud, tpsearch, tplist] new parameter "years_between" added
* New: [tpcloud, tpsearch, tplist] new parameter "tag_name" added (#219)
Expand All @@ -136,6 +139,9 @@ Please note the [teachPress 6.0 Upgrade Information](https://mtrv.wordpress.com/
* Changed: PMIDs for Import over PubMed are now space separated instead of comma separated
* Bugfix: Fixed some navigation bugs in the backend

= 8.1.11 (16.01.2023) =
* Bugfix: Fix possible security issue in course system backend

= 8.1.9 (16.01.2023) =
* Bugfix: Security fix for CVE-2023-22704

Expand Down
2 changes: 1 addition & 1 deletion teachpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function tp_show_screen_options($current, $screen) {
* @return string
*/
function get_tp_version() {
return '9.0.0beta';
return '9.0.0';
}

/**
Expand Down

0 comments on commit 0a730ae

Please sign in to comment.