Changeset 3122219
- Timestamp:
- 07/19/2024 05:15:43 PM (21 months ago)
- Location:
- seowriting
- Files:
-
- 5 edited
- 14 copied
-
tags/1.8.1 (copied) (copied from seowriting/trunk)
-
tags/1.8.1/assets (copied) (copied from seowriting/trunk/assets)
-
tags/1.8.1/assets/css/admin.css (modified) (1 diff)
-
tags/1.8.1/assets/js/settings.js (copied) (copied from seowriting/trunk/assets/js/settings.js)
-
tags/1.8.1/classes (copied) (copied from seowriting/trunk/classes)
-
tags/1.8.1/classes/api-client.php (copied) (copied from seowriting/trunk/classes/api-client.php)
-
tags/1.8.1/classes/post-meta.php (copied) (copied from seowriting/trunk/classes/post-meta.php)
-
tags/1.8.1/classes/settings-form.php (copied) (copied from seowriting/trunk/classes/settings-form.php)
-
tags/1.8.1/readme.txt (copied) (copied from seowriting/trunk/readme.txt) (2 diffs)
-
tags/1.8.1/seowriting.php (copied) (copied from seowriting/trunk/seowriting.php) (2 diffs)
-
tags/1.8.1/tpl (copied) (copied from seowriting/trunk/tpl)
-
tags/1.8.1/tpl/settings/entry.tpl.php (copied) (copied from seowriting/trunk/tpl/settings/entry.tpl.php)
-
tags/1.8.1/tpl/settings/settings.tpl.php (copied) (copied from seowriting/trunk/tpl/settings/settings.tpl.php) (1 diff)
-
tags/1.8.1/uninstall.php (copied) (copied from seowriting/trunk/uninstall.php)
-
tags/1.8.1/utils.php (copied) (copied from seowriting/trunk/utils.php)
-
trunk/assets/css/admin.css (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/seowriting.php (modified) (2 diffs)
-
trunk/tpl/settings/settings.tpl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
seowriting/tags/1.8.1/assets/css/admin.css
r3056072 r3122219 75 75 margin-bottom: 1em; 76 76 } 77 78 .mt-1 { 79 margin-top: 1em; 80 } -
seowriting/tags/1.8.1/readme.txt
r3122118 r3122219 5 5 Requires at least: 4.9 6 6 Requires PHP: 5.6.20 7 Stable tag: 1.8. 07 Stable tag: 1.8.1 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.8.1 (2024/07/19) = 26 27 Feature: 28 * Interface improvements. 24 29 25 30 = 1.8.0 (2024/07/19) = -
seowriting/tags/1.8.1/seowriting.php
r3122118 r3122219 9 9 * Plugin Name: SEOWriting 10 10 * Description: SEOWriting - AI Writing Tool Plugin For Text Generation 11 * Version: 1.8. 011 * Version: 1.8.1 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.8. 0';30 public $version = '1.8.1'; 31 31 /** 32 32 * @var \SEOWriting\APIClient|null -
seowriting/tags/1.8.1/tpl/settings/settings.tpl.php
r3122118 r3122219 50 50 <th>Rename</th> 51 51 <td> 52 <div class="mb-1"> If necessary, you can rename the plugin:</div>52 <div class="mb-1">Rename Plugin Folder for Anonymity:</div> 53 53 <?php echo $this->render_input_text('seowriting_plugin_name'); ?> 54 <div class="mt-1 seowriting-desc">If necessary, you can rename the plugin folder to prevent SEOs and spiders from identifying it on your website.</div> 54 55 </td> 55 56 </tr> -
seowriting/trunk/assets/css/admin.css
r3056072 r3122219 75 75 margin-bottom: 1em; 76 76 } 77 78 .mt-1 { 79 margin-top: 1em; 80 } -
seowriting/trunk/readme.txt
r3122118 r3122219 5 5 Requires at least: 4.9 6 6 Requires PHP: 5.6.20 7 Stable tag: 1.8. 07 Stable tag: 1.8.1 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.8.1 (2024/07/19) = 26 27 Feature: 28 * Interface improvements. 24 29 25 30 = 1.8.0 (2024/07/19) = -
seowriting/trunk/seowriting.php
r3122118 r3122219 9 9 * Plugin Name: SEOWriting 10 10 * Description: SEOWriting - AI Writing Tool Plugin For Text Generation 11 * Version: 1.8. 011 * Version: 1.8.1 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.8. 0';30 public $version = '1.8.1'; 31 31 /** 32 32 * @var \SEOWriting\APIClient|null -
seowriting/trunk/tpl/settings/settings.tpl.php
r3122118 r3122219 50 50 <th>Rename</th> 51 51 <td> 52 <div class="mb-1"> If necessary, you can rename the plugin:</div>52 <div class="mb-1">Rename Plugin Folder for Anonymity:</div> 53 53 <?php echo $this->render_input_text('seowriting_plugin_name'); ?> 54 <div class="mt-1 seowriting-desc">If necessary, you can rename the plugin folder to prevent SEOs and spiders from identifying it on your website.</div> 54 55 </td> 55 56 </tr>
Note: See TracChangeset
for help on using the changeset viewer.