diff --git a/i18n/languages/wp-content-pilot.pot b/i18n/languages/wp-content-pilot.pot index e860c6c..6ccd2de 100644 --- a/i18n/languages/wp-content-pilot.pot +++ b/i18n/languages/wp-content-pilot.pot @@ -2,9 +2,9 @@ # This file is distributed under the GPL v2 or later. msgid "" msgstr "" -"Project-Id-Version: WP Content Pilot 2.0.0\n" +"Project-Id-Version: WP Content Pilot 2.0.1\n" "Report-Msgid-Bugs-To: https://pluginever.com/support/\n" -"POT-Creation-Date: 2024-08-21 09:50:06+00:00\n" +"POT-Creation-Date: 2024-08-25 08:55:17+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -65,23 +65,24 @@ msgstr "" msgid "Choose File" msgstr "" -#: includes/admin/class-wpcp-admin.php:52 +#: includes/admin/class-wpcp-admin.php:67 #: includes/admin/views/metabox/campaign-status.php:26 #: includes/admin/views/metabox/post-settings.php:23 #: includes/post-types.php:124 msgid "Status" msgstr "" -#: includes/admin/class-wpcp-admin.php:53 +#: includes/admin/class-wpcp-admin.php:68 #: includes/admin/views/page/logs-page.php:10 msgid "Logs" msgstr "" -#: includes/admin/class-wpcp-admin.php:80 wp-content-pilot.php:255 +#: includes/admin/class-wpcp-admin.php:102 wp-content-pilot.php:255 msgid "Go Pro" msgstr "" -#: includes/admin/class-wpcp-admin.php:126 +#: includes/admin/class-wpcp-admin.php:152 +#. translators: %s: 5 star rating url msgid "" "If you like WP Content Pilot please leave us a ★★★★★ " @@ -1749,15 +1750,19 @@ msgstr "" msgid "Setting featured image" msgstr "" -#: includes/class-wpcp-module.php:456 +#: includes/class-wpcp-module.php:440 +msgid "Downloading image" +msgstr "" + +#: includes/class-wpcp-module.php:457 msgid "Settings up polylang language" msgstr "" -#: includes/class-wpcp-module.php:464 +#: includes/class-wpcp-module.php:465 msgid "Setting featured image using external links" msgstr "" -#: includes/class-wpcp-module.php:472 +#: includes/class-wpcp-module.php:473 msgid "Updating product price, regular price & sale price." msgstr "" @@ -1792,30 +1797,34 @@ msgstr "" msgid "Content is not readable" msgstr "" -#: includes/core-functions.php:391 +#: includes/core-functions.php:321 +msgid "Failed to download image" +msgstr "" + +#: includes/core-functions.php:400 #. translators: 1: The name of the PHP constant that is set. msgid "The %s constant is set to true. WP-Cron spawning is disabled." msgstr "" -#: includes/core-functions.php:396 +#: includes/core-functions.php:405 #. translators: 1: The name of the PHP constant that is set. msgid "The %s constant is set to true." msgstr "" -#: includes/core-functions.php:432 +#: includes/core-functions.php:441 #. translators: 1: The HTTP response code. msgid "Unexpected HTTP response code: %s" msgstr "" -#: includes/core-functions.php:627 +#: includes/core-functions.php:636 msgid "spinwritter API details is not set, aborting article spinner" msgstr "" -#: includes/core-functions.php:637 +#: includes/core-functions.php:646 msgid "Spinwritter could not send API request, aborting article spinner" msgstr "" -#: includes/core-functions.php:644 +#: includes/core-functions.php:653 #. translators: ERROR message msgid "Aborting article spinner Because [%s]" msgstr "" diff --git a/package-lock.json b/package-lock.json index ca3eb29..fe3e51f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-content-pilot", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wp-content-pilot", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL-3.0+", "devDependencies": { "@lodder/time-grunt": "^4.0.0", diff --git a/package.json b/package.json index a3e00a2..8664f48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wp-content-pilot", "title": "WP Content Pilot", - "version": "2.0.0", + "version": "2.0.1", "description": "WP Content Pilot automatically posts contents from various sources based on the predefined keywords.", "homepage": "https://pluginever.com", "license": "GPL-3.0+", diff --git a/readme.txt b/readme.txt index 42beaeb..a4cb772 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: pluginever,manikmist09 Tags: autoblog, rss aggregator, news aggregator, rss import, youtube feed, feed import, content curation, feed to post, rss to post, rss feeds, auto post Requires at least: 5.0 Tested up to: 6.6 -Stable tag: 2.0.0 +Stable tag: 2.0.1 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -130,6 +130,11 @@ No, WP Content Pilot does not support multisite WordPress installation. We would love to hear your suggestions! Feel free to open a new issue [here](https://github.com/pluginever/wp-content-pilot/issues) as the feature request. == Changelog == += 2.0.1 (August 25, 2024) = +* Fix - Fix the issue with the Campaign module. +* Compatibility - Check compatibility with the latest version of WordPress. +* Fix - Not updating WooCommerce product thumbnail image. + = 2.0.0 (August 21, 2024) = * Enhance - Update the plugin UI. * Fix - Compatibility with the latest WordPress version. diff --git a/wp-content-pilot.php b/wp-content-pilot.php index 8651f8e..5911b2a 100644 --- a/wp-content-pilot.php +++ b/wp-content-pilot.php @@ -3,7 +3,7 @@ * Plugin Name: WP Content Pilot * Plugin URI: https://wpcontentpilot.com * Description: WP Content Pilot automatically posts contents from various sources based on the predefined keywords. - * Version: 2.0.0 + * Version: 2.0.1 * Requires at least: 5.0 * Requires PHP: 7.4 * Author: PluginEver @@ -47,7 +47,7 @@ final class ContentPilot { * * @var string */ - protected $version = '2.0.0'; + protected $version = '2.0.1'; /** * The single instance of the class.