Skip to content

Commit

Permalink
Merge pull request #448 from pluginever/release/2.0.9
Browse files Browse the repository at this point in the history
Prepare release v2.0.9
  • Loading branch information
kawsarahmedr authored Oct 27, 2024
2 parents 24b72a5 + 824a8ae commit 53e43e1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions languages/wc-serial-numbers.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: WC Serial Numbers 2.0.8\n"
"Project-Id-Version: WC Serial Numbers 2.0.9\n"
"Report-Msgid-Bugs-To: https://pluginever.com/support\n"
"POT-Creation-Date: 2024-10-24 11:47:50+00:00\n"
"POT-Creation-Date: 2024-10-27 04:41:41+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
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": "wc-serial-numbers",
"title": "WC Serial Numbers",
"version": "2.0.8",
"version": "2.0.9",
"description": "Sell and manage license keys/ serial numbers/ secret keys easily within your WooCommerce store.",
"homepage": "https://pluginever.com/plugins/woocommerce-serial-numbers-pro/",
"license": "GPL v2 or later",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: license, license manager, serial number, serial key, woocommerce
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 2.0.8
Stable tag: 2.0.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions src/Admin/Notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ public function __construct() {
*/
public function add_notices() {
// Halloween's promotion notice.
if ( ! $this->is_notice_dismissed( 'wc_serial_numbers_halloween_promotion' ) ) {
if ( ! $this->is_notice_dismissed( 'wcsn_halloween_promotion' ) ) {
if ( ! function_exists( 'wc_serial_numbers_pro' ) ) {
$discount_percentage = esc_html__( '30%', 'wc-serial-numbers' );
$this->notices[] = array(
'type' => 'info',
'classes' => 'notice-alt notice-large wcsn-halloween',
'dismissible' => false,
'dismissible' => true,
'id' => 'wcsn_halloween_promotion',
'message' => sprintf(
/* translators: %1$s: link to the plugin page, %2$s: Offer content, %3$s: link to the plugin page, %4$s: end link to the plugin page */
Expand Down
2 changes: 1 addition & 1 deletion wc-serial-numbers.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WC Serial Numbers
* Plugin URI: https://pluginever.com/plugins/wocommerce-serial-numbers-pro/
* Description: Sell and manage license keys/ serial numbers/ secret keys easily within your WooCommerce store.
* Version: 2.0.8
* Version: 2.0.9
* Requires at least: 5.0
* Requires PHP: 7.4
* Author: PluginEver
Expand Down

0 comments on commit 53e43e1

Please sign in to comment.