Plugin Directory

Changeset 3122219


Ignore:
Timestamp:
07/19/2024 05:15:43 PM (21 months ago)
Author:
seowriting
Message:

New version of plugin: 1.8.1

Location:
seowriting
Files:
5 edited
14 copied

Legend:

Unmodified
Added
Removed
  • seowriting/tags/1.8.1/assets/css/admin.css

    r3056072 r3122219  
    7575    margin-bottom: 1em;
    7676}
     77
     78.mt-1 {
     79    margin-top: 1em;
     80}
  • seowriting/tags/1.8.1/readme.txt

    r3122118 r3122219  
    55Requires at least: 4.9
    66Requires PHP: 5.6.20
    7 Stable tag: 1.8.0
     7Stable tag: 1.8.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2222
    2323== Changelog ==
     24
     25= 1.8.1 (2024/07/19) =
     26
     27Feature:
     28* Interface improvements.
    2429
    2530= 1.8.0 (2024/07/19) =
  • seowriting/tags/1.8.1/seowriting.php

    r3122118 r3122219  
    99 * Plugin Name:       SEOWriting
    1010 * Description:       SEOWriting - AI Writing Tool Plugin For Text Generation
    11  * Version:           1.8.0
     11 * Version:           1.8.1
    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.0';
     30        public $version = '1.8.1';
    3131        /**
    3232         * @var \SEOWriting\APIClient|null
  • seowriting/tags/1.8.1/tpl/settings/settings.tpl.php

    r3122118 r3122219  
    5050            <th>Rename</th>
    5151            <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>
    5353                <?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>
    5455            </td>
    5556        </tr>
  • seowriting/trunk/assets/css/admin.css

    r3056072 r3122219  
    7575    margin-bottom: 1em;
    7676}
     77
     78.mt-1 {
     79    margin-top: 1em;
     80}
  • seowriting/trunk/readme.txt

    r3122118 r3122219  
    55Requires at least: 4.9
    66Requires PHP: 5.6.20
    7 Stable tag: 1.8.0
     7Stable tag: 1.8.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2222
    2323== Changelog ==
     24
     25= 1.8.1 (2024/07/19) =
     26
     27Feature:
     28* Interface improvements.
    2429
    2530= 1.8.0 (2024/07/19) =
  • seowriting/trunk/seowriting.php

    r3122118 r3122219  
    99 * Plugin Name:       SEOWriting
    1010 * Description:       SEOWriting - AI Writing Tool Plugin For Text Generation
    11  * Version:           1.8.0
     11 * Version:           1.8.1
    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.0';
     30        public $version = '1.8.1';
    3131        /**
    3232         * @var \SEOWriting\APIClient|null
  • seowriting/trunk/tpl/settings/settings.tpl.php

    r3122118 r3122219  
    5050            <th>Rename</th>
    5151            <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>
    5353                <?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>
    5455            </td>
    5556        </tr>
Note: See TracChangeset for help on using the changeset viewer.