Skip to content

Commit 905ac4d

Browse files
committed
Update version
1 parent 73ef94f commit 905ac4d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

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: 6.2.2
88
Requires PHP: 7.0
9-
Stable tag: 9.0.2
9+
Stable tag: 9.0.3
1010

1111
Manage your publications with teachPress
1212

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

125125
== Changelog ==
126126

127+
= 9.0.3 (21.06.2023) =
128+
* New: [tpcite],[tpref] Citations with the same key can be grouped, which means a bibtex-like citation with one unique id = one ref instead of one cite = one ref will be generated (#226, #233) (Thanks to Samuel Thiriot)
129+
* Bugfix: Fixed a french translation (Thanks to Samuel Thiriot)
130+
* Bugfix: Fixed a security vulnerability in ajax callbacks (Thanks for reporting to Le Ngoc Anh)
131+
127132
= 9.0.2 (17.06.2023) =
128133
* Bugifx: [tpcloud] hide_tags and show_tags_as="pulldown" are not working (#230)
129134
* Bugfix: Changed author format to 'dynamic' in auto-publish (Thanks to fabricebg) (#225)

teachpress.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Powerful publication management for WordPress
66
* Author: Michael Winkler
77
* Author URI: http://mtrv.wordpress.com/
8-
* Version: 9.0.2
8+
* Version: 9.0.3
99
* Requires at least: 3.9
1010
* Text Domain: teachpress
1111
* Domain Path: /languages
@@ -219,7 +219,7 @@ function tp_show_screen_options($current, $screen) {
219219
* @return string
220220
*/
221221
function get_tp_version() {
222-
return '9.0.2';
222+
return '9.0.3';
223223
}
224224

225225
/**

0 commit comments

Comments
 (0)