Changeset 2258407
- Timestamp:
- 03/10/2020 07:09:30 PM (6 years ago)
- Location:
- speechkit
- Files:
-
- 8 edited
- 1 copied
-
tags/2.9.2 (copied) (copied from speechkit/trunk)
-
tags/2.9.2/admin/class-speechkit-admin.php (modified) (1 diff)
-
tags/2.9.2/changelog.txt (modified) (1 diff)
-
tags/2.9.2/readme.txt (modified) (2 diffs)
-
tags/2.9.2/speechkit.php (modified) (1 diff)
-
trunk/admin/class-speechkit-admin.php (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/speechkit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
speechkit/tags/2.9.2/admin/class-speechkit-admin.php
r2244624 r2258407 1317 1317 $this->set_status($post_id, self::STATUS_NEW); 1318 1318 } 1319 $this->process_post($post_id, false, $state);1320 1319 if ($wordpress_cron) { 1321 1320 $this->schedule_status_check(); -
speechkit/tags/2.9.2/changelog.txt
r2244624 r2258407 2 2 3 3 **This is a list detailing changes for past SpeechKit releases. For more information about the current release, see readme.txt.** 4 5 = 2.9.1 = 6 7 Release date: 14th February 2020 8 9 **Enhancements** 10 11 * Display admin notice when SpeechKit project has not finished setup. 12 13 **Fixes** 14 15 * Hotfix for sites that retained plugin settings when upgrading. 4 16 5 17 = 2.9.0 = -
speechkit/tags/2.9.2/readme.txt
r2244627 r2258407 6 6 Tested up to: 5.3 7 7 Requires PHP: 5.6 8 Stable tag: 2.9. 18 Stable tag: 2.9.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 64 64 == Changelog == 65 65 66 = 2.9. 1=66 = 2.9.2 = 67 67 68 Release date: 14th February 2020 69 70 **Enhancements** 71 72 * Display admin notice when SpeechKit project has not finished setup. 68 Release date: 10th March 2020 73 69 74 70 **Fixes** 75 71 76 * Hotfix for sites that retained plugin settings when upgrading.72 * Remove an unnecessary call to process the post, when the post is published. 77 73 78 74 -------- -
speechkit/tags/2.9.2/speechkit.php
r2244624 r2258407 12 12 * Author: SpeechKit 13 13 * Author URI: https://speechkit.io 14 * Version: 2.9. 114 * Version: 2.9.2 15 15 * License: GPL-2.0+ 16 16 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt -
speechkit/trunk/admin/class-speechkit-admin.php
r2244624 r2258407 1317 1317 $this->set_status($post_id, self::STATUS_NEW); 1318 1318 } 1319 $this->process_post($post_id, false, $state);1320 1319 if ($wordpress_cron) { 1321 1320 $this->schedule_status_check(); -
speechkit/trunk/changelog.txt
r2244624 r2258407 2 2 3 3 **This is a list detailing changes for past SpeechKit releases. For more information about the current release, see readme.txt.** 4 5 = 2.9.1 = 6 7 Release date: 14th February 2020 8 9 **Enhancements** 10 11 * Display admin notice when SpeechKit project has not finished setup. 12 13 **Fixes** 14 15 * Hotfix for sites that retained plugin settings when upgrading. 4 16 5 17 = 2.9.0 = -
speechkit/trunk/readme.txt
r2244627 r2258407 6 6 Tested up to: 5.3 7 7 Requires PHP: 5.6 8 Stable tag: 2.9. 18 Stable tag: 2.9.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 64 64 == Changelog == 65 65 66 = 2.9. 1=66 = 2.9.2 = 67 67 68 Release date: 14th February 2020 69 70 **Enhancements** 71 72 * Display admin notice when SpeechKit project has not finished setup. 68 Release date: 10th March 2020 73 69 74 70 **Fixes** 75 71 76 * Hotfix for sites that retained plugin settings when upgrading.72 * Remove an unnecessary call to process the post, when the post is published. 77 73 78 74 -------- -
speechkit/trunk/speechkit.php
r2244624 r2258407 12 12 * Author: SpeechKit 13 13 * Author URI: https://speechkit.io 14 * Version: 2.9. 114 * Version: 2.9.2 15 15 * License: GPL-2.0+ 16 16 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset
for help on using the changeset viewer.