-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
44 lines (31 loc) · 1.59 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== WooCommerce External Product New Tab ===
Contributors: stuartduff
Tags: ecommerce, e-commerce, store, sales, sell, shop, cart, checkout, woocommerce
Requires at least: 5.3
Tested up to: 5.8
Stable tag: 1.0.4
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
== Description ==
This plugin sets all external / affiliate product buy now links on a [WooCommerce](https://wordpress.org/plugins/woocommerce/) site to open in a new web browser tab.
There are no settings for the plugin and you simply need to install and activate for your WooCommerce external product links to then open in a new tab.
== Installation ==
1. Download the plugin from the WordPress plugin directory.
2. Goto WordPress > Appearance > Plugins > Add New.
3. Click Upload Plugin and Choose File, then select the plugin's .zip file. Click Install Now.
4. Click Activate to use your new plugin right away.
== Minimum Requirements ==
For this extension to function the [WooCommerce](https://wordpress.org/plugins/woocommerce/) must be installed and activated on your WordPress site.
== Changelog ==
= 1.0.4 - 21/05/22 =
* Added - noopener noreferrer to external links.
= 1.0.3 - 19/02/20 =
* Fix - Notice: id was called incorrectly error.
* Added - external_add_product_link_html filter.
* Added - external_add_product_link_html_classes filter.
= 1.0.2 - 27/10/17 =
* Added - WooCommerce plugin version check compatibility.
= 1.0.1 - 14/02/17 =
* Fix - Added additional css class of product_type_external to archive external products button.
= 1.0.0 - 07/09/16 =
* Initial Release - first version of the plugin released.