From b31d09163873ac3a9cbb318129a456b1adfcc0bd Mon Sep 17 00:00:00 2001 From: kawsarahmedr Date: Mon, 30 Dec 2024 15:53:10 +0600 Subject: [PATCH 1/5] Update header doc block --- wp-content-pilot.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wp-content-pilot.php b/wp-content-pilot.php index e3ebb2e..608be27 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.4 + * Version: 2.0.5 * Requires at least: 5.0 * Requires PHP: 7.4 * Author: PluginEver @@ -33,8 +33,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -// Don't call the file directly -defined( 'ABSPATH' ) || exit(); +defined( 'ABSPATH' ) || exit(); // Exit if accessed directly. /** * Main ContentPilot Class. @@ -47,7 +46,7 @@ final class ContentPilot { * * @var string */ - protected $version = '2.0.4'; + protected $version = '2.0.5'; /** * The single instance of the class. From 5842b86ccdbc011af3d8c1c85a75ed8bf56f0156 Mon Sep 17 00:00:00 2001 From: kawsarahmedr Date: Mon, 30 Dec 2024 15:56:45 +0600 Subject: [PATCH 2/5] Update stable tag in readme file --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 5725547..32ea744 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.7 -Stable tag: 2.0.4 +Stable tag: 2.0.5 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From 5e0efc186a6dbf74dfdfc9e70fa8910961bdc1b9 Mon Sep 17 00:00:00 2001 From: kawsarahmedr Date: Mon, 30 Dec 2024 15:58:20 +0600 Subject: [PATCH 3/5] Update changelog --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index 32ea744..3cda9c2 100644 --- a/readme.txt +++ b/readme.txt @@ -130,6 +130,9 @@ 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.5 (December 30, 2024) = +* Fix - Few broken links are fixed. + = 2.0.4 (December 08, 2024) = * Compatibility - Check compatibility with the latest version of WordPress. From ed062b0ef776fd355d12f12942eddafaa536e8ce Mon Sep 17 00:00:00 2001 From: kawsarahmedr Date: Mon, 30 Dec 2024 15:58:44 +0600 Subject: [PATCH 4/5] Update package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77fd9c3..e1d6d42 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wp-content-pilot", "title": "WP Content Pilot", - "version": "2.0.4", + "version": "2.0.5", "description": "WP Content Pilot automatically posts contents from various sources based on the predefined keywords.", "homepage": "https://pluginever.com", "license": "GPL-v2.0-or-later", From f9d3d604bf3f18c069ef95ab862d737adb4499a2 Mon Sep 17 00:00:00 2001 From: kawsarahmedr Date: Mon, 30 Dec 2024 16:00:10 +0600 Subject: [PATCH 5/5] Update pot file --- i18n/languages/wp-content-pilot.pot | 20 ++++++++++---------- package-lock.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/i18n/languages/wp-content-pilot.pot b/i18n/languages/wp-content-pilot.pot index 2e2aa6a..152fc6b 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.4\n" +"Project-Id-Version: WP Content Pilot 2.0.5\n" "Report-Msgid-Bugs-To: https://pluginever.com/support/\n" -"POT-Creation-Date: 2024-12-08 11:42:39+00:00\n" +"POT-Creation-Date: 2024-12-30 09:59:48+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -77,7 +77,7 @@ msgstr "" msgid "Logs" msgstr "" -#: includes/admin/class-wpcp-admin.php:102 wp-content-pilot.php:255 +#: includes/admin/class-wpcp-admin.php:102 wp-content-pilot.php:254 msgid "Go Pro" msgstr "" @@ -430,7 +430,7 @@ msgstr "" #: includes/admin/class-wpcp-settings.php:38 #: includes/admin/views/metabox/spinner-settings.php:10 -#: wp-content-pilot.php:247 +#: wp-content-pilot.php:246 msgid "Settings" msgstr "" @@ -2945,27 +2945,27 @@ msgstr "" msgid "Every %1$d %2$s" msgstr "" -#: wp-content-pilot.php:83 +#: wp-content-pilot.php:82 msgid "Cloning is forbidden." msgstr "" -#: wp-content-pilot.php:92 +#: wp-content-pilot.php:91 msgid "Universalizing instances of this class is forbidden." msgstr "" -#: wp-content-pilot.php:277 +#: wp-content-pilot.php:276 msgid "View documentation" msgstr "" -#: wp-content-pilot.php:277 +#: wp-content-pilot.php:276 msgid "Docs" msgstr "" -#: wp-content-pilot.php:296 +#: wp-content-pilot.php:295 msgid "Once a Minute" msgstr "" -#: wp-content-pilot.php:322 +#: wp-content-pilot.php:321 msgid "%1$s in %2$s on line %3$s" msgstr "" diff --git a/package-lock.json b/package-lock.json index db5c578..9512a5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-content-pilot", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wp-content-pilot", - "version": "2.0.4", + "version": "2.0.5", "license": "GPL-v2.0-or-later", "devDependencies": { "@lodder/time-grunt": "^4.0.0",