Changeset 3294224
- Timestamp:
- 05/15/2025 02:13:13 PM (11 months ago)
- Location:
- seowriting
- Files:
-
- 4 added
- 2 edited
- 10 copied
-
tags/1.11.12/classes/html2elementor.php (added)
-
tags/1.11.12/default.css (added)
-
tags/1.11.13 (copied) (copied from seowriting/trunk)
-
tags/1.11.13/assets/css/admin.css (copied) (copied from seowriting/trunk/assets/css/admin.css)
-
tags/1.11.13/classes/api-client.php (copied) (copied from seowriting/trunk/classes/api-client.php)
-
tags/1.11.13/classes/html2elementor.php (added)
-
tags/1.11.13/classes/post-meta.php (copied) (copied from seowriting/trunk/classes/post-meta.php)
-
tags/1.11.13/classes/settings-form.php (copied) (copied from seowriting/trunk/classes/settings-form.php)
-
tags/1.11.13/default.css (copied) (copied from seowriting/trunk/default.css)
-
tags/1.11.13/readme.txt (copied) (copied from seowriting/trunk/readme.txt) (1 diff)
-
tags/1.11.13/seowriting.php (copied) (copied from seowriting/trunk/seowriting.php) (2 diffs)
-
tags/1.11.13/tpl/settings/settings.tpl.php (copied) (copied from seowriting/trunk/tpl/settings/settings.tpl.php)
-
tags/1.11.13/utils.php (copied) (copied from seowriting/trunk/utils.php)
-
trunk/classes/html2elementor.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/seowriting.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seowriting/tags/1.11.13/readme.txt
r3293374 r3294224 23 23 == Changelog == 24 24 25 = 1.11.13 (2025/05/15) = 26 27 Feature: 28 * Re-upload plugin to WP 29 25 30 = 1.11.12 (2025/05/14) = 26 31 -
seowriting/tags/1.11.13/seowriting.php
r3293374 r3294224 9 9 * Plugin Name: SEOWriting 10 10 * Description: SEOWriting - AI Writing Tool Plugin For Text Generation 11 * Version: 1.11.1 211 * Version: 1.11.13 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.11.1 2';30 public $version = '1.11.13'; 31 31 /** 32 32 * @var \SEOWriting\APIClient|null -
seowriting/trunk/readme.txt
r3293374 r3294224 23 23 == Changelog == 24 24 25 = 1.11.13 (2025/05/15) = 26 27 Feature: 28 * Re-upload plugin to WP 29 25 30 = 1.11.12 (2025/05/14) = 26 31 -
seowriting/trunk/seowriting.php
r3293374 r3294224 9 9 * Plugin Name: SEOWriting 10 10 * Description: SEOWriting - AI Writing Tool Plugin For Text Generation 11 * Version: 1.11.1 211 * Version: 1.11.13 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.11.1 2';30 public $version = '1.11.13'; 31 31 /** 32 32 * @var \SEOWriting\APIClient|null
Note: See TracChangeset
for help on using the changeset viewer.