Changeset 3262270
- Timestamp:
- 03/26/2025 03:00:09 PM (12 months ago)
- Location:
- seowriting
- Files:
-
- 2 edited
- 5 copied
-
tags/1.10.3 (copied) (copied from seowriting/trunk)
-
tags/1.10.3/assets/css/admin.css (copied) (copied from seowriting/trunk/assets/css/admin.css)
-
tags/1.10.3/classes/settings-form.php (copied) (copied from seowriting/trunk/classes/settings-form.php)
-
tags/1.10.3/readme.txt (copied) (copied from seowriting/trunk/readme.txt) (2 diffs)
-
tags/1.10.3/seowriting.php (copied) (copied from seowriting/trunk/seowriting.php) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/seowriting.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seowriting/tags/1.10.3/readme.txt
r3259851 r3262270 5 5 Requires at least: 4.9 6 6 Requires PHP: 5.6.20 7 Stable tag: 1.10. 27 Stable tag: 1.10.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 22 22 23 23 == Changelog == 24 25 = 1.10.3 (2025/03/26) = 26 27 Fix: 28 * Plugin version 24 29 25 30 = 1.10.2 (2025/03/21) = -
seowriting/tags/1.10.3/seowriting.php
r3259851 r3262270 9 9 * Plugin Name: SEOWriting 10 10 * Description: SEOWriting - AI Writing Tool Plugin For Text Generation 11 * Version: 1.10. 211 * Version: 1.10.3 12 12 * Author: SEOWriting 13 13 * Author URI: https://seowriting.ai/?utm_source=wp_plugin … … 28 28 public $plugin_slug; 29 29 public $plugin_path; 30 public $version = '1. 9.3';30 public $version = '1.10.3'; 31 31 /** 32 32 * @var \SEOWriting\APIClient|null -
seowriting/trunk/readme.txt
r3259851 r3262270 5 5 Requires at least: 4.9 6 6 Requires PHP: 5.6.20 7 Stable tag: 1.10. 27 Stable tag: 1.10.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 22 22 23 23 == Changelog == 24 25 = 1.10.3 (2025/03/26) = 26 27 Fix: 28 * Plugin version 24 29 25 30 = 1.10.2 (2025/03/21) = -
seowriting/trunk/seowriting.php
r3259851 r3262270 9 9 * Plugin Name: SEOWriting 10 10 * Description: SEOWriting - AI Writing Tool Plugin For Text Generation 11 * Version: 1.10. 211 * Version: 1.10.3 12 12 * Author: SEOWriting 13 13 * Author URI: https://seowriting.ai/?utm_source=wp_plugin … … 28 28 public $plugin_slug; 29 29 public $plugin_path; 30 public $version = '1. 9.3';30 public $version = '1.10.3'; 31 31 /** 32 32 * @var \SEOWriting\APIClient|null
Note: See TracChangeset
for help on using the changeset viewer.