Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
winkm89 committed Aug 31, 2021
1 parent 75a86c1 commit e2ef9b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion readme.txt
Expand Up @@ -6,7 +6,7 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 3.9
Tested up to: 5.8
Requires PHP: 5.4
Stable tag: 8.0.1
Stable tag: 8.0.2

Manage your courses and publications with teachPress

Expand Down Expand Up @@ -127,6 +127,11 @@ Please note the [teachPress 6.0 Upgrade Information](https://mtrv.wordpress.com/

== Changelog ==

= 8.0.2 (31.08.2021) =
* Changed: Don't longer use full table select for count queries in TP_Publications::get_publications()
* Bugfix: year field was not used fo bibtex import if date field was missing
* Bugfix: Optimize bibtex key generation within unique bibtex key check

= 8.0.1 (26.08.2021) =
* New: [tpcloud, tplist, tpsearch]: "plain" option added for "show_tags_as" parameter. This display tags for each publications without links and filter

Expand Down
4 changes: 2 additions & 2 deletions teachpress.php
Expand Up @@ -5,7 +5,7 @@
* Description: With teachPress you can easy manage courses, enrollments and publications.
* Author: Michael Winkler
* Author URI: http://mtrv.wordpress.com/
* Version: 8.0.1
* Version: 8.0.2
* Requires at least: 3.9
* Text Domain: teachpress
* Domain Path: /languages
Expand Down Expand Up @@ -236,7 +236,7 @@ function tp_add_menu_settings() {
* @return string
*/
function get_tp_version() {
return '8.0.1';
return '8.0.2';
}

/**
Expand Down

0 comments on commit e2ef9b0

Please sign in to comment.