Version Description
Fix for non working tracking-ids section and Save Changes button for few associates on settings page.
Download this release
Release Info
Developer | amazonlinkbuilder |
Plugin | Amazon Associates Link Builder |
Version | 1.4.13 |
Comparing to | |
See all releases |
Code changes from version 1.4.13RC1 to 1.4.13
- aalb_config.php +1 -1
- amazon-associates-link-builder.php +1 -1
- readme.txt +9 -2
aalb_config.php
CHANGED
@@ -13,7 +13,7 @@ and limitations under the License.
|
|
13 |
*/
|
14 |
|
15 |
//version
|
16 |
-
define( 'AALB_PLUGIN_CURRENT_VERSION', '1.4.
|
17 |
|
18 |
//Version no. with multi locale settings page
|
19 |
define( 'AALB_MULTI_LOCALE_SETTINGS_PLUGIN_VERSION', '1.4.12' );
|
13 |
*/
|
14 |
|
15 |
//version
|
16 |
+
define( 'AALB_PLUGIN_CURRENT_VERSION', '1.4.13' );
|
17 |
|
18 |
//Version no. with multi locale settings page
|
19 |
define( 'AALB_MULTI_LOCALE_SETTINGS_PLUGIN_VERSION', '1.4.12' );
|
amazon-associates-link-builder.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
/*
|
8 |
Plugin Name: Amazon Associates Link Builder
|
9 |
Description: Amazon Associates Link Builder is the official free Amazon Associates Program plugin for WordPress. The plugin enables you to search for products in the Amazon catalog, access real-time price and availability information, and easily create links in your posts to products on Amazon.com. You will be able to generate text links, create custom ad units, or take advantage of out-of-the-box widgets that we’ve designed and included with the plugin.
|
10 |
-
Version: 1.4.
|
11 |
Author: Amazon Associates Program
|
12 |
Author URI: https://affiliate-program.amazon.com/
|
13 |
License: GPLv2
|
7 |
/*
|
8 |
Plugin Name: Amazon Associates Link Builder
|
9 |
Description: Amazon Associates Link Builder is the official free Amazon Associates Program plugin for WordPress. The plugin enables you to search for products in the Amazon catalog, access real-time price and availability information, and easily create links in your posts to products on Amazon.com. You will be able to generate text links, create custom ad units, or take advantage of out-of-the-box widgets that we’ve designed and included with the plugin.
|
10 |
+
Version: 1.4.13
|
11 |
Author: Amazon Associates Program
|
12 |
Author URI: https://affiliate-program.amazon.com/
|
13 |
License: GPLv2
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: amazonlinkbuilder
|
3 |
Tags: Amazon, Affiliate, Associates, Amazon Associates, Amazon Associate, Product Advertising API, Amazon API, Amazon Link, Amazon Ad, Amazon Affiliate, eCommerce
|
4 |
Requires at least: 3.0.1
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 1.4.
|
7 |
Requires PHP: 5.3.0
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -101,6 +101,10 @@ Amazon Product Advertising API credentials are not required to use the feature t
|
|
101 |
|
102 |
== Changelog ==
|
103 |
|
|
|
|
|
|
|
|
|
104 |
= 1.4.12 - October 31, 2017 =
|
105 |
* **Revamped Settings Page:** Tracking IDs are now associated with Marketplaces in the new settings page. If you are upgrading from a previous version of the plugin, all existing tracking ids have been associated with your default marketplace. Please review and configure available marketplaces and tracking ids from the revamped settings page.
|
106 |
* Add shortcode popup now respects available marketplaces and tracking id associations configured in the revamped settings page.
|
@@ -193,6 +197,9 @@ Amazon Product Advertising API credentials are not required to use the feature t
|
|
193 |
|
194 |
== Upgrade Notice ==
|
195 |
|
|
|
|
|
|
|
196 |
= 1.4.12 =
|
197 |
Tracking IDs are associated with marketplaces in the revamped settings page and add shortcode popup.
|
198 |
|
2 |
Contributors: amazonlinkbuilder
|
3 |
Tags: Amazon, Affiliate, Associates, Amazon Associates, Amazon Associate, Product Advertising API, Amazon API, Amazon Link, Amazon Ad, Amazon Affiliate, eCommerce
|
4 |
Requires at least: 3.0.1
|
5 |
+
Tested up to: 4.9
|
6 |
+
Stable tag: 1.4.13
|
7 |
Requires PHP: 5.3.0
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
101 |
|
102 |
== Changelog ==
|
103 |
|
104 |
+
= 1.4.13 - November 10, 2017 =
|
105 |
+
* Fix: Tracking Ids section is not visible on settings page for few associates.
|
106 |
+
* Fix: Save Changes button on settings page remains disabled for few associates.
|
107 |
+
|
108 |
= 1.4.12 - October 31, 2017 =
|
109 |
* **Revamped Settings Page:** Tracking IDs are now associated with Marketplaces in the new settings page. If you are upgrading from a previous version of the plugin, all existing tracking ids have been associated with your default marketplace. Please review and configure available marketplaces and tracking ids from the revamped settings page.
|
110 |
* Add shortcode popup now respects available marketplaces and tracking id associations configured in the revamped settings page.
|
197 |
|
198 |
== Upgrade Notice ==
|
199 |
|
200 |
+
= 1.4.13 =
|
201 |
+
Fix for non working tracking-ids section and Save Changes button for few associates on settings page.
|
202 |
+
|
203 |
= 1.4.12 =
|
204 |
Tracking IDs are associated with marketplaces in the revamped settings page and add shortcode popup.
|
205 |
|