Plugin Directory

Changeset 3127155


Ignore:
Timestamp:
07/29/2024 09:02:48 AM (20 months ago)
Author:
seowriting
Message:

New version of plugin: 1.8.3

Location:
seowriting
Files:
2 edited
15 copied

Legend:

Unmodified
Added
Removed
  • seowriting/tags/1.8.3/readme.txt

    r3126836 r3127155  
    55Requires at least: 4.9
    66Requires PHP: 5.6.20
    7 Stable tag: 1.8.1
     7Stable tag: 1.8.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2222
    2323== Changelog ==
     24
     25= 1.8.3 (2024/07/29) =
     26
     27Fix:
     28* Stable version number of the plugin.
    2429
    2530= 1.8.2 (2024/07/28) =
  • seowriting/tags/1.8.3/seowriting.php

    r3126836 r3127155  
    99 * Plugin Name:       SEOWriting
    1010 * Description:       SEOWriting - AI Writing Tool Plugin For Text Generation
    11  * Version:           1.8.2
     11 * Version:           1.8.3
    1212 * Author:            SEOWriting
    1313 * Author URI:        https://seowriting.ai/?utm_source=wp_plugin
     
    2828        public $plugin_slug;
    2929        public $plugin_path;
    30         public $version = '1.8.2';
     30        public $version = '1.8.3';
    3131        /**
    3232         * @var \SEOWriting\APIClient|null
  • seowriting/trunk/readme.txt

    r3126836 r3127155  
    55Requires at least: 4.9
    66Requires PHP: 5.6.20
    7 Stable tag: 1.8.1
     7Stable tag: 1.8.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2222
    2323== Changelog ==
     24
     25= 1.8.3 (2024/07/29) =
     26
     27Fix:
     28* Stable version number of the plugin.
    2429
    2530= 1.8.2 (2024/07/28) =
  • seowriting/trunk/seowriting.php

    r3126836 r3127155  
    99 * Plugin Name:       SEOWriting
    1010 * Description:       SEOWriting - AI Writing Tool Plugin For Text Generation
    11  * Version:           1.8.2
     11 * Version:           1.8.3
    1212 * Author:            SEOWriting
    1313 * Author URI:        https://seowriting.ai/?utm_source=wp_plugin
     
    2828        public $plugin_slug;
    2929        public $plugin_path;
    30         public $version = '1.8.2';
     30        public $version = '1.8.3';
    3131        /**
    3232         * @var \SEOWriting\APIClient|null
Note: See TracChangeset for help on using the changeset viewer.