Skip to content

Commit

Permalink
Merge pull request #223 from pluginever/release/2.0.4
Browse files Browse the repository at this point in the history
Prepare Release v2.0.4
  • Loading branch information
kawsarahmedr authored Dec 8, 2024
2 parents e301d29 + ab44813 commit 2f9fae1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 46 deletions.
18 changes: 5 additions & 13 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.3\n"
"Project-Id-Version: WP Content Pilot 2.0.4\n"
"Report-Msgid-Bugs-To: https://pluginever.com/support/\n"
"POT-Creation-Date: 2024-10-27 06:51:48+00:00\n"
"POT-Creation-Date: 2024-12-08 11:42:39+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 @@ -1766,36 +1766,28 @@ msgstr ""
msgid "Updating product price, regular price & sale price."
msgstr ""

#: includes/class-wpcp-notices.php:301
#: includes/class-wpcp-notices.php:300
msgid ""
"<b>WP Content Pilot</b> is powering <b>5000+ companies</b> in generating "
"automatic contents and affiliation with its <b>25+</b> types of campaign. "
"Upgrade to Pro now & get 10% discount using coupon "
"<strong>WPCPFREE2PRO</strong>"
msgstr ""

#: includes/class-wpcp-notices.php:320
#: includes/class-wpcp-notices.php:319
#. translators: 1. HTML anchor tag, 2. HTML anchor end tag
msgid ""
"The most wanted feature <b>article spinner</b> is now available with <b>WP "
"Content Pilot</b>. We have integrated spinrewriter support. If you do not "
"have account %1$ssignup now%2$s and configure in settings page."
msgstr ""

#: includes/class-wpcp-notices.php:337
#: includes/class-wpcp-notices.php:336
msgid ""
"Article search options will be changed in the next version of WP Content "
"Pilot. Bing search will be replaced with Google Custom Search."
msgstr ""

#: includes/class-wpcp-notices.php:357
#. translators: 1. HTML anchor tag, 2. HTML anchor end tag
msgid ""
"👻 Happy Halloween! Get 30% discount on all our plugins. Use coupon code "
"<strong>BIGTREAT30</strong> at checkout. Hurry, this deal won’t last long! "
"%1$sClaim your discount now!%2$s"
msgstr ""

#: includes/class-wpcp-readability.php:139
#. translators: URL.
msgid "Not readable [%s]"
Expand Down
25 changes: 0 additions & 25 deletions includes/class-wpcp-notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class WPCP_Admin_Notices {
* @since 1.0.0
*/
private static $predefined_notices = array(
'halloween_notice' => 'halloween_notice',
'upgrade_notice' => 'upgrade_notice',
'article_notice' => 'article_notice',
);
Expand Down Expand Up @@ -343,30 +342,6 @@ public static function article_notice() {
)
);
}

/**
* Add 'halloween_notice' notice.
*
* @since 2.0.3
* @return void
*/
public static function halloween_notice() {
// Notice content.
$notice = sprintf(
/* translators: 1. HTML anchor tag, 2. HTML anchor end tag */
__( '👻 Happy Halloween! Get 30% discount on all our plugins. Use coupon code <strong>BIGTREAT30</strong> at checkout. Hurry, this deal won’t last long! %1$sClaim your discount now!%2$s', 'wp-content-pilot' ),
'<a href="https://pluginever.com/plugins/?utm_source=plugin&utm_medium=notice&utm_campaign=halloween-2024&discount=bigtreat30" target="_blank">',
'</a>',
);

self::add_dismissible_notice(
$notice,
array(
'type' => 'native notice-info',
'dismiss_class' => 'halloween_notice',
)
);
}
}

add_action( 'admin_init', array( 'WPCP_Admin_Notices', 'init' ), -1 );
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.3",
"version": "2.0.4",
"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
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
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.3
Tested up to: 6.7
Stable tag: 2.0.4
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.4 (December 08, 2024) =
* Compatibility - Check compatibility with the latest version of WordPress.

= 2.0.3 (October 27, 2024) =
* Fix - Admin Notice dismissible issue fixed.
* Fix - Few known issues fixed.
Expand Down
6 changes: 3 additions & 3 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.3
* Version: 2.0.4
* Requires at least: 5.0
* Requires PHP: 7.4
* Author: PluginEver
Expand All @@ -12,7 +12,7 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: wp-content-pilot
* Domain Path: /i18n/languages
* Tested up to: 6.6
* Tested up to: 6.7
*
* @package WPContentPilot
*
Expand Down Expand Up @@ -47,7 +47,7 @@ final class ContentPilot {
*
* @var string
*/
protected $version = '2.0.3';
protected $version = '2.0.4';

/**
* The single instance of the class.
Expand Down

0 comments on commit 2f9fae1

Please sign in to comment.