Plugin Directory

Changeset 3438794


Ignore:
Timestamp:
01/13/2026 04:23:30 PM (2 months ago)
Author:
beautifulplugins
Message:

Release 2.1.1

Location:
ai-content-writer
Files:
16 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ai-content-writer/tags/2.1.1/ai-content-writer.php

    r3400677 r3438794  
    44 * Plugin URI:        https://beautifulplugins.com/ai-content-writer/
    55 * Description:       AI Content Writer helps you automatically generate high-quality, SEO-optimized content for your blog or website in minutes using advanced AI technologies like ChatGPT, OpenAI, Google Gemini, and more.
    6  * Version:           2.1.0
     6 * Version:           2.1.1
    77 * Requires at least: 5.0
    88 * Requires PHP:      7.4
     
    1313 * Text Domain:       ai-content-writer
    1414 * Domain Path:       /languages
    15  * Tested up to:      6.8
     15 * Tested up to:      6.9
    1616 *
    1717 * @package AIContentWriter
     
    4747 */
    4848function ai_content_writer() {
    49     return Plugin::create( __FILE__, '2.1.0' );
     49    return Plugin::create( __FILE__, '2.1.1' );
    5050}
    5151
  • ai-content-writer/tags/2.1.1/includes/functions.php

    r3384509 r3438794  
    567567    $posts_needed = absint( $target - $total_posts );
    568568
     569    // Set the posts needed to max 20. Forcefully set to 20 to avoid overloading.
     570    if ( $posts_needed >= 20 ) {
     571        $posts_needed = 20;
     572    }
     573
    569574    return array(
    570575        'needs_update' => true,
  • ai-content-writer/tags/2.1.1/languages/ai-content-writer.pot

    r3400677 r3438794  
    1 # Copyright (C) 2025 BeautifulPlugins
     1# Copyright (C) 2026 BeautifulPlugins
    22# This file is distributed under the GPLv2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: AI Content Writer 2.1.0\n"
     5"Project-Id-Version: AI Content Writer 2.1.1\n"
    66"Report-Msgid-Bugs-To: https://beautifulplugins.com/support/\n"
    7 "POT-Creation-Date: 2025-11-21 15:48:18+00:00\n"
     7"POT-Creation-Date: 2026-01-13 16:09:07+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
     11"PO-Revision-Date: 2026-MO-DA HO:MI+ZONE\n"
    1212"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1313"Language-Team: LANGUAGE <LL@li.org>\n"
     
    280280#: includes/Admin/ListTables/LogsListTable.php:175
    281281#: includes/Admin/ListTables/LogsListTable.php:188
    282 #: includes/Admin/views/edit-campaign.php:288 includes/functions.php:683
     282#: includes/Admin/views/edit-campaign.php:288 includes/functions.php:688
    283283msgid "Delete"
    284284msgstr ""
     
    16471647msgstr ""
    16481648
    1649 #: includes/functions.php:677
     1649#: includes/functions.php:682
    16501650msgid "Keyword"
    16511651msgstr ""
    16521652
    1653 #: includes/functions.php:680
     1653#: includes/functions.php:685
    16541654msgid "Keyword 2"
    16551655msgstr ""
  • ai-content-writer/tags/2.1.1/readme.txt

    r3400677 r3438794  
    22Contributors: beautifulplugins
    33Tags: content writer, ai, content, writing, autoblog
    4 Tested up to: 6.8
    5 Stable tag: 2.1.0
     4Tested up to: 6.9
     5Stable tag: 2.1.1
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    186186
    187187== Changelog ==
     188= 2.1.1 (13th January 2026) =
     189* Fix: Issue with campaigns that try to generate all their target posts at once.
     190* Compatibility: Make compatible with WordPress 6.9.
     191
    188192= 2.1.0 (22nd November 2026) =
    189193* Fix: Fixed minor bugs and improved performance.
  • ai-content-writer/tags/2.1.1/vendor/autoload.php

    r3295814 r3438794  
    2020require_once __DIR__ . '/composer/autoload_real.php';
    2121
    22 return ComposerAutoloaderInit323bde87c3a41909797ba511302c4b47::getLoader();
     22return ComposerAutoloaderInitb18a5e351e55c68d4c9efdba4f5c95ae::getLoader();
  • ai-content-writer/tags/2.1.1/vendor/composer/autoload_real.php

    r3285449 r3438794  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit323bde87c3a41909797ba511302c4b47
     5class ComposerAutoloaderInitb18a5e351e55c68d4c9efdba4f5c95ae
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit323bde87c3a41909797ba511302c4b47', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitb18a5e351e55c68d4c9efdba4f5c95ae', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit323bde87c3a41909797ba511302c4b47', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitb18a5e351e55c68d4c9efdba4f5c95ae', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit323bde87c3a41909797ba511302c4b47::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInitb18a5e351e55c68d4c9efdba4f5c95ae::getInitializer($loader));
    3333
    3434        $loader->register(true);
  • ai-content-writer/tags/2.1.1/vendor/composer/autoload_static.php

    r3396137 r3438794  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit323bde87c3a41909797ba511302c4b47
     7class ComposerStaticInitb18a5e351e55c68d4c9efdba4f5c95ae
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    4646    {
    4747        return \Closure::bind(function () use ($loader) {
    48             $loader->prefixLengthsPsr4 = ComposerStaticInit323bde87c3a41909797ba511302c4b47::$prefixLengthsPsr4;
    49             $loader->prefixDirsPsr4 = ComposerStaticInit323bde87c3a41909797ba511302c4b47::$prefixDirsPsr4;
    50             $loader->classMap = ComposerStaticInit323bde87c3a41909797ba511302c4b47::$classMap;
     48            $loader->prefixLengthsPsr4 = ComposerStaticInitb18a5e351e55c68d4c9efdba4f5c95ae::$prefixLengthsPsr4;
     49            $loader->prefixDirsPsr4 = ComposerStaticInitb18a5e351e55c68d4c9efdba4f5c95ae::$prefixDirsPsr4;
     50            $loader->classMap = ComposerStaticInitb18a5e351e55c68d4c9efdba4f5c95ae::$classMap;
    5151
    5252        }, null, ClassLoader::class);
  • ai-content-writer/tags/2.1.1/vendor/composer/installed.php

    r3400677 r3438794  
    22    'root' => array(
    33        'name' => 'beautifulplugins/ai-content-writer',
    4         'pretty_version' => 'v2.1.0',
    5         'version' => '2.1.0.0',
    6         'reference' => '777864413f1c079e16111913ae068c1e9bb32dbc',
     4        'pretty_version' => 'v2.1.1',
     5        'version' => '2.1.1.0',
     6        'reference' => '537696dbd8b3083cae7942d9eb820b25fb957c0c',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'beautifulplugins/ai-content-writer' => array(
    14             'pretty_version' => 'v2.1.0',
    15             'version' => '2.1.0.0',
    16             'reference' => '777864413f1c079e16111913ae068c1e9bb32dbc',
     14            'pretty_version' => 'v2.1.1',
     15            'version' => '2.1.1.0',
     16            'reference' => '537696dbd8b3083cae7942d9eb820b25fb957c0c',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • ai-content-writer/trunk/ai-content-writer.php

    r3400677 r3438794  
    44 * Plugin URI:        https://beautifulplugins.com/ai-content-writer/
    55 * Description:       AI Content Writer helps you automatically generate high-quality, SEO-optimized content for your blog or website in minutes using advanced AI technologies like ChatGPT, OpenAI, Google Gemini, and more.
    6  * Version:           2.1.0
     6 * Version:           2.1.1
    77 * Requires at least: 5.0
    88 * Requires PHP:      7.4
     
    1313 * Text Domain:       ai-content-writer
    1414 * Domain Path:       /languages
    15  * Tested up to:      6.8
     15 * Tested up to:      6.9
    1616 *
    1717 * @package AIContentWriter
     
    4747 */
    4848function ai_content_writer() {
    49     return Plugin::create( __FILE__, '2.1.0' );
     49    return Plugin::create( __FILE__, '2.1.1' );
    5050}
    5151
  • ai-content-writer/trunk/includes/functions.php

    r3384509 r3438794  
    567567    $posts_needed = absint( $target - $total_posts );
    568568
     569    // Set the posts needed to max 20. Forcefully set to 20 to avoid overloading.
     570    if ( $posts_needed >= 20 ) {
     571        $posts_needed = 20;
     572    }
     573
    569574    return array(
    570575        'needs_update' => true,
  • ai-content-writer/trunk/languages/ai-content-writer.pot

    r3400677 r3438794  
    1 # Copyright (C) 2025 BeautifulPlugins
     1# Copyright (C) 2026 BeautifulPlugins
    22# This file is distributed under the GPLv2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: AI Content Writer 2.1.0\n"
     5"Project-Id-Version: AI Content Writer 2.1.1\n"
    66"Report-Msgid-Bugs-To: https://beautifulplugins.com/support/\n"
    7 "POT-Creation-Date: 2025-11-21 15:48:18+00:00\n"
     7"POT-Creation-Date: 2026-01-13 16:09:07+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
     11"PO-Revision-Date: 2026-MO-DA HO:MI+ZONE\n"
    1212"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1313"Language-Team: LANGUAGE <LL@li.org>\n"
     
    280280#: includes/Admin/ListTables/LogsListTable.php:175
    281281#: includes/Admin/ListTables/LogsListTable.php:188
    282 #: includes/Admin/views/edit-campaign.php:288 includes/functions.php:683
     282#: includes/Admin/views/edit-campaign.php:288 includes/functions.php:688
    283283msgid "Delete"
    284284msgstr ""
     
    16471647msgstr ""
    16481648
    1649 #: includes/functions.php:677
     1649#: includes/functions.php:682
    16501650msgid "Keyword"
    16511651msgstr ""
    16521652
    1653 #: includes/functions.php:680
     1653#: includes/functions.php:685
    16541654msgid "Keyword 2"
    16551655msgstr ""
  • ai-content-writer/trunk/readme.txt

    r3400677 r3438794  
    22Contributors: beautifulplugins
    33Tags: content writer, ai, content, writing, autoblog
    4 Tested up to: 6.8
    5 Stable tag: 2.1.0
     4Tested up to: 6.9
     5Stable tag: 2.1.1
    66License: GPLv2 or later
    77License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    186186
    187187== Changelog ==
     188= 2.1.1 (13th January 2026) =
     189* Fix: Issue with campaigns that try to generate all their target posts at once.
     190* Compatibility: Make compatible with WordPress 6.9.
     191
    188192= 2.1.0 (22nd November 2026) =
    189193* Fix: Fixed minor bugs and improved performance.
  • ai-content-writer/trunk/vendor/autoload.php

    r3295814 r3438794  
    2020require_once __DIR__ . '/composer/autoload_real.php';
    2121
    22 return ComposerAutoloaderInit323bde87c3a41909797ba511302c4b47::getLoader();
     22return ComposerAutoloaderInitb18a5e351e55c68d4c9efdba4f5c95ae::getLoader();
  • ai-content-writer/trunk/vendor/composer/autoload_real.php

    r3285449 r3438794  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit323bde87c3a41909797ba511302c4b47
     5class ComposerAutoloaderInitb18a5e351e55c68d4c9efdba4f5c95ae
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit323bde87c3a41909797ba511302c4b47', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitb18a5e351e55c68d4c9efdba4f5c95ae', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit323bde87c3a41909797ba511302c4b47', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitb18a5e351e55c68d4c9efdba4f5c95ae', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit323bde87c3a41909797ba511302c4b47::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInitb18a5e351e55c68d4c9efdba4f5c95ae::getInitializer($loader));
    3333
    3434        $loader->register(true);
  • ai-content-writer/trunk/vendor/composer/autoload_static.php

    r3396137 r3438794  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit323bde87c3a41909797ba511302c4b47
     7class ComposerStaticInitb18a5e351e55c68d4c9efdba4f5c95ae
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    4646    {
    4747        return \Closure::bind(function () use ($loader) {
    48             $loader->prefixLengthsPsr4 = ComposerStaticInit323bde87c3a41909797ba511302c4b47::$prefixLengthsPsr4;
    49             $loader->prefixDirsPsr4 = ComposerStaticInit323bde87c3a41909797ba511302c4b47::$prefixDirsPsr4;
    50             $loader->classMap = ComposerStaticInit323bde87c3a41909797ba511302c4b47::$classMap;
     48            $loader->prefixLengthsPsr4 = ComposerStaticInitb18a5e351e55c68d4c9efdba4f5c95ae::$prefixLengthsPsr4;
     49            $loader->prefixDirsPsr4 = ComposerStaticInitb18a5e351e55c68d4c9efdba4f5c95ae::$prefixDirsPsr4;
     50            $loader->classMap = ComposerStaticInitb18a5e351e55c68d4c9efdba4f5c95ae::$classMap;
    5151
    5252        }, null, ClassLoader::class);
  • ai-content-writer/trunk/vendor/composer/installed.php

    r3400677 r3438794  
    22    'root' => array(
    33        'name' => 'beautifulplugins/ai-content-writer',
    4         'pretty_version' => 'v2.1.0',
    5         'version' => '2.1.0.0',
    6         'reference' => '777864413f1c079e16111913ae068c1e9bb32dbc',
     4        'pretty_version' => 'v2.1.1',
     5        'version' => '2.1.1.0',
     6        'reference' => '537696dbd8b3083cae7942d9eb820b25fb957c0c',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'beautifulplugins/ai-content-writer' => array(
    14             'pretty_version' => 'v2.1.0',
    15             'version' => '2.1.0.0',
    16             'reference' => '777864413f1c079e16111913ae068c1e9bb32dbc',
     14            'pretty_version' => 'v2.1.1',
     15            'version' => '2.1.1.0',
     16            'reference' => '537696dbd8b3083cae7942d9eb820b25fb957c0c',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.