Skip to content

Commit c89be0c

Browse files
committed
Update version
1 parent 418ee87 commit c89be0c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

readme.txt

Lines changed: 5 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.7.1
88
Requires PHP: 7.0
9-
Stable tag: 9.0.8
9+
Stable tag: 9.0.9
1010

1111
Manage your publications with teachPress
1212

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

125125
== Changelog ==
126126

127+
= 9.0.9 (11.03.2025)
128+
* Bugfix: Fix space handling in bibtex keys within publication exists check (#267)
129+
* Bugfix: Unknown column 'r.name' in 'where clause' error in function TP:Authors::get_authors() (#262)
130+
127131
= 9.0.8 (25.02.2025) =
128132
* Bugfix: Fix an authenticated (Contributor) SQL Injection issue (Thanks to truonghuuphuc for reporting)
129133

teachpress.php

Lines changed: 3 additions & 3 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.8
8+
* Version: 9.0.9
99
* Requires at least: 3.9
1010
* Text Domain: teachpress
1111
* Domain Path: /languages
@@ -18,7 +18,7 @@
1818
/*
1919
LICENCE
2020
21-
Copyright 2008-2023 Michael Winkler
21+
Copyright 2008-2025 Michael Winkler
2222
2323
This program is free software; you can redistribute it and/or modify
2424
it under the terms of the GNU General Public License as published by
@@ -219,7 +219,7 @@ function tp_show_screen_options($current, $screen) {
219219
* @return string
220220
*/
221221
function get_tp_version() {
222-
return '9.0.8';
222+
return '9.0.9';
223223
}
224224

225225
/**

0 commit comments

Comments
 (0)