Plugin Directory

Changeset 2258407


Ignore:
Timestamp:
03/10/2020 07:09:30 PM (6 years ago)
Author:
speechkit
Message:

Release 2.9.2

Location:
speechkit
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • speechkit/tags/2.9.2/admin/class-speechkit-admin.php

    r2244624 r2258407  
    13171317                    $this->set_status($post_id, self::STATUS_NEW);
    13181318                }
    1319                 $this->process_post($post_id, false, $state);
    13201319                if ($wordpress_cron) {
    13211320                    $this->schedule_status_check();
  • speechkit/tags/2.9.2/changelog.txt

    r2244624 r2258407  
    22
    33**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
     7Release 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.
    416
    517= 2.9.0 =
  • speechkit/tags/2.9.2/readme.txt

    r2244627 r2258407  
    66Tested up to: 5.3
    77Requires PHP: 5.6
    8 Stable tag: 2.9.1
     8Stable tag: 2.9.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6464== Changelog ==
    6565
    66 = 2.9.1 =
     66= 2.9.2 =
    6767
    68 Release date: 14th February 2020
    69 
    70 **Enhancements**
    71 
    72 * Display admin notice when SpeechKit project has not finished setup.
     68Release date: 10th March 2020
    7369
    7470**Fixes**
    7571
    76 * Hotfix for sites that retained plugin settings when upgrading.
     72* Remove an unnecessary call to process the post, when the post is published.
    7773
    7874--------
  • speechkit/tags/2.9.2/speechkit.php

    r2244624 r2258407  
    1212 * Author:            SpeechKit
    1313 * Author URI:        https://speechkit.io
    14  * Version:           2.9.1
     14 * Version:           2.9.2
    1515 * License:           GPL-2.0+
    1616 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
  • speechkit/trunk/admin/class-speechkit-admin.php

    r2244624 r2258407  
    13171317                    $this->set_status($post_id, self::STATUS_NEW);
    13181318                }
    1319                 $this->process_post($post_id, false, $state);
    13201319                if ($wordpress_cron) {
    13211320                    $this->schedule_status_check();
  • speechkit/trunk/changelog.txt

    r2244624 r2258407  
    22
    33**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
     7Release 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.
    416
    517= 2.9.0 =
  • speechkit/trunk/readme.txt

    r2244627 r2258407  
    66Tested up to: 5.3
    77Requires PHP: 5.6
    8 Stable tag: 2.9.1
     8Stable tag: 2.9.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6464== Changelog ==
    6565
    66 = 2.9.1 =
     66= 2.9.2 =
    6767
    68 Release date: 14th February 2020
    69 
    70 **Enhancements**
    71 
    72 * Display admin notice when SpeechKit project has not finished setup.
     68Release date: 10th March 2020
    7369
    7470**Fixes**
    7571
    76 * Hotfix for sites that retained plugin settings when upgrading.
     72* Remove an unnecessary call to process the post, when the post is published.
    7773
    7874--------
  • speechkit/trunk/speechkit.php

    r2244624 r2258407  
    1212 * Author:            SpeechKit
    1313 * Author URI:        https://speechkit.io
    14  * Version:           2.9.1
     14 * Version:           2.9.2
    1515 * License:           GPL-2.0+
    1616 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset for help on using the changeset viewer.