File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html
66Requires at least: 3.9
77Tested up to: 6.7.1
88Requires PHP: 7.0
9- Stable tag: 9.0.8
9+ Stable tag: 9.0.9
1010
1111Manage 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
Original file line number Diff line number Diff line change 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
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 */
221221function get_tp_version () {
222- return '9.0.8 ' ;
222+ return '9.0.9 ' ;
223223}
224224
225225/**
You can’t perform that action at this time.
0 commit comments