Changeset 3334461
- Timestamp:
- 07/26/2025 07:32:23 AM (8 months ago)
- Location:
- seowriting
- Files:
-
- 3 edited
- 11 copied
-
tags/1.12.3 (copied) (copied from seowriting/trunk)
-
tags/1.12.3/assets/css/admin.css (copied) (copied from seowriting/trunk/assets/css/admin.css)
-
tags/1.12.3/classes/api-client.php (copied) (copied from seowriting/trunk/classes/api-client.php)
-
tags/1.12.3/classes/html2elementor.php (copied) (copied from seowriting/trunk/classes/html2elementor.php)
-
tags/1.12.3/classes/post-meta.php (copied) (copied from seowriting/trunk/classes/post-meta.php)
-
tags/1.12.3/classes/settings-form.php (copied) (copied from seowriting/trunk/classes/settings-form.php)
-
tags/1.12.3/default.css (copied) (copied from seowriting/trunk/default.css)
-
tags/1.12.3/readme.txt (copied) (copied from seowriting/trunk/readme.txt) (2 diffs)
-
tags/1.12.3/seowriting.php (copied) (copied from seowriting/trunk/seowriting.php) (2 diffs)
-
tags/1.12.3/tpl/settings/settings.tpl.php (copied) (copied from seowriting/trunk/tpl/settings/settings.tpl.php)
-
tags/1.12.3/utils.php (copied) (copied from seowriting/trunk/utils.php) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/seowriting.php (modified) (2 diffs)
-
trunk/utils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
seowriting/tags/1.12.3/readme.txt
r3307083 r3334461 5 5 Requires at least: 4.9 6 6 Requires PHP: 5.6.20 7 Stable tag: 1.12. 27 Stable tag: 1.12.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.12.3 (2025/07/26) = 26 27 Fix: 28 * Remove dev file inclusion logic 24 29 25 30 = 1.12.2 (2025/06/05) = -
seowriting/tags/1.12.3/seowriting.php
r3307083 r3334461 9 9 * Plugin Name: SEOWriting 10 10 * Description: SEOWriting - AI Writing Tool Plugin For Text Generation 11 * Version: 1.12. 211 * Version: 1.12.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.12. 2';30 public $version = '1.12.3'; 31 31 /** 32 32 * @var \SEOWriting\APIClient|null -
seowriting/tags/1.12.3/utils.php
r3294657 r3334461 1 1 <?php 2 3 $dev = __DIR__ . '/dev.php';4 define('SW_IS_DEV', is_readable($dev));5 if (SW_IS_DEV) {6 include_once $dev;7 }8 2 9 3 function seowriting_add_file_to_zip($dir, $zip, $rootPath = '') -
seowriting/trunk/readme.txt
r3307083 r3334461 5 5 Requires at least: 4.9 6 6 Requires PHP: 5.6.20 7 Stable tag: 1.12. 27 Stable tag: 1.12.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.12.3 (2025/07/26) = 26 27 Fix: 28 * Remove dev file inclusion logic 24 29 25 30 = 1.12.2 (2025/06/05) = -
seowriting/trunk/seowriting.php
r3307083 r3334461 9 9 * Plugin Name: SEOWriting 10 10 * Description: SEOWriting - AI Writing Tool Plugin For Text Generation 11 * Version: 1.12. 211 * Version: 1.12.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.12. 2';30 public $version = '1.12.3'; 31 31 /** 32 32 * @var \SEOWriting\APIClient|null -
seowriting/trunk/utils.php
r3294657 r3334461 1 1 <?php 2 3 $dev = __DIR__ . '/dev.php';4 define('SW_IS_DEV', is_readable($dev));5 if (SW_IS_DEV) {6 include_once $dev;7 }8 2 9 3 function seowriting_add_file_to_zip($dir, $zip, $rootPath = '')
Note: See TracChangeset
for help on using the changeset viewer.