Skip to content

Commit

Permalink
Merge pull request #228 from pluginever/release/2.0.5
Browse files Browse the repository at this point in the history
Prepare Release v2.0.5
  • Loading branch information
kawsarahmedr authored Dec 30, 2024
2 parents fece91b + f9d3d60 commit c535bfc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
20 changes: 10 additions & 10 deletions i18n/languages/wp-content-pilot.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -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 ""

Expand Down Expand Up @@ -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 ""

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
7 changes: 3 additions & 4 deletions wp-content-pilot.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit c535bfc

Please sign in to comment.