Skip to content

Commit

Permalink
v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Oct 30, 2024
1 parent c36a38b commit 6739a55
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 17 deletions.
37 changes: 23 additions & 14 deletions languages/woocommerce-improved-external-products.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,40 @@
# This file is distributed under the GPLv2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Improved External Products for WooCommerce 1.6.5\n"
"Project-Id-Version: Improved External Products for WooCommerce 1.6.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-improved-external-products\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-10-14T16:29:38+02:00\n"
"POT-Creation-Date: 2024-10-30T16:17:00+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: woocommerce-improved-external-products\n"

#. Plugin Name of the plugin
#: wc-improved-external-products.php
msgid "Improved External Products for WooCommerce"
msgstr ""

#. Plugin URI of the plugin
msgid "https://wordpress.org/plugins/woocommerce-improved-external-products/"
#: wc-improved-external-products.php
msgid "https://wpovernight.com/downloads/improved-external-products-pro/"
msgstr ""

#. Description of the plugin
#: wc-improved-external-products.php
msgid "Opens External/Affiliate products in a new tab."
msgstr ""

#. Author of the plugin
#: wc-improved-external-products.php
msgid "WP Overnight"
msgstr ""

#. Author URI of the plugin
#: wc-improved-external-products.php
msgid "https://wpovernight.com/"
msgstr ""

Expand Down Expand Up @@ -108,6 +113,10 @@ msgstr ""
msgid "Improved External Products"
msgstr ""

#: includes/class-wciep-settings.php:219
msgid "Settings"
msgstr ""

#: includes/class-wciep-settings.php:254
msgid "Supercharge Improved External Products with the following features:"
msgstr ""
Expand Down Expand Up @@ -138,39 +147,39 @@ msgstr ""

#: includes/class-wciep-settings.php:367
#: includes/class-wciep-settings.php:407
#: includes/class-wciep-settings.php:561
#: includes/class-wciep-settings.php:618
#: includes/class-wciep-settings.php:560
#: includes/class-wciep-settings.php:617
msgid "This feature only available in"
msgstr ""

#: includes/class-wciep-settings.php:593
#: includes/class-wciep-settings.php:592
msgid "<strong>Please note:</strong> you need to open your website in a new tab/browser window after updating the cart icon for the change to be visible!"
msgstr ""

#: wc-improved-external-products.php:137
#: wc-improved-external-products.php:140
msgid "Thank you for using Improved External Products! Check out our pro version:"
msgstr ""

#: wc-improved-external-products.php:139
#: wc-improved-external-products.php:142
msgid "Ability to open external products in a new tab from product archives"
msgstr ""

#: wc-improved-external-products.php:140
#: wc-improved-external-products.php:143
msgid "Set tab action on a per-product basis"
msgstr ""

#: wc-improved-external-products.php:141
#: wc-improved-external-products.php:144
msgid "Set tab action on a product category basis"
msgstr ""

#: wc-improved-external-products.php:142
#: wc-improved-external-products.php:145
msgid "Priority Customer Support"
msgstr ""

#: wc-improved-external-products.php:144
#: wc-improved-external-products.php:147
msgid "Click here to go Pro now!"
msgstr ""

#: wc-improved-external-products.php:145
#: wc-improved-external-products.php:148
msgid "Dismiss this notice"
msgstr ""
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.wpovernight.com/
Tags: woocommerce, affiliate, external product, link, external/affiliate
Requires at least: 3.5
Tested up to: 6.6
Stable tag: 1.6.5
Stable tag: 1.6.6
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -40,6 +40,10 @@ If you are having any issues with this plugin, please feel free to report any th

== Changelog ==

= 1.6.6 (2024-10-30) =
* New: comply with WP Plugin Check standards
* Translations: Updated translation template (POT)

= 1.6.5 (2024-10-14) =
* Fix: Load plugin translations later in the `init` hook.
* Tested: Compatible with WooCommerce 9.4.
Expand Down
4 changes: 2 additions & 2 deletions wc-improved-external-products.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Improved External Products for WooCommerce
* Plugin URI: https://wpovernight.com/downloads/improved-external-products-pro/
* Description: Opens External/Affiliate products in a new tab.
* Version: 1.6.5
* Version: 1.6.6
* Author: WP Overnight
* Author URI: https://wpovernight.com/
* License: GPLv2 or later
Expand All @@ -18,7 +18,7 @@ class ImprovedExternalProducts {
/**
* @var string
*/
protected $plugin_version = '1.6.5';
protected $plugin_version = '1.6.6';

/**
* @var WPO_WCIEP_Settings
Expand Down

0 comments on commit 6739a55

Please sign in to comment.