Skip to content

Commit e2ef9b0

Browse files
committed
Update version
1 parent 75a86c1 commit e2ef9b0

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html
66
Requires at least: 3.9
77
Tested up to: 5.8
88
Requires PHP: 5.4
9-
Stable tag: 8.0.1
9+
Stable tag: 8.0.2
1010

1111
Manage your courses and publications with teachPress
1212

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

128128
== Changelog ==
129129

130+
= 8.0.2 (31.08.2021) =
131+
* Changed: Don't longer use full table select for count queries in TP_Publications::get_publications()
132+
* Bugfix: year field was not used fo bibtex import if date field was missing
133+
* Bugfix: Optimize bibtex key generation within unique bibtex key check
134+
130135
= 8.0.1 (26.08.2021) =
131136
* New: [tpcloud, tplist, tpsearch]: "plain" option added for "show_tags_as" parameter. This display tags for each publications without links and filter
132137

teachpress.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: With teachPress you can easy manage courses, enrollments and publications.
66
* Author: Michael Winkler
77
* Author URI: http://mtrv.wordpress.com/
8-
* Version: 8.0.1
8+
* Version: 8.0.2
99
* Requires at least: 3.9
1010
* Text Domain: teachpress
1111
* Domain Path: /languages
@@ -236,7 +236,7 @@ function tp_add_menu_settings() {
236236
* @return string
237237
*/
238238
function get_tp_version() {
239-
return '8.0.1';
239+
return '8.0.2';
240240
}
241241

242242
/**

0 commit comments

Comments
 (0)