Version Description
Fix for customize theme issue and distorted page alignment for few users.
Download this release
Release Info
Developer | amazonlinkbuilder |
Plugin | Amazon Associates Link Builder |
Version | 1.4.10 |
Comparing to | |
See all releases |
Code changes from version 1.4.10RC1 to 1.4.10
- aalb_config.php +1 -1
- amazon-associates-link-builder.php +1 -1
- readme.txt +17 -1
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 |
//PHP version compatible for AALB plugin
|
19 |
define( 'AALB_PLUGIN_MINIMUM_SUPPORTED_PHP_VERSION', '5.3.0' );
|
13 |
*/
|
14 |
|
15 |
//version
|
16 |
+
define( 'AALB_PLUGIN_CURRENT_VERSION', '1.4.10' );
|
17 |
|
18 |
//PHP version compatible for AALB plugin
|
19 |
define( 'AALB_PLUGIN_MINIMUM_SUPPORTED_PHP_VERSION', '5.3.0' );
|
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.10
|
11 |
Author: Amazon Associates Program
|
12 |
Author URI: https://affiliate-program.amazon.com/
|
13 |
License: GPLv2
|
readme.txt
CHANGED
@@ -3,7 +3,8 @@ 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.8.1
|
6 |
-
Stable tag: 1.4.
|
|
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -100,6 +101,15 @@ Amazon Product Advertising API credentials are not required to use the feature t
|
|
100 |
|
101 |
== Changelog ==
|
102 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
= 1.4.8 - August 10, 2017 =
|
104 |
* Improvement in error display message on product search.
|
105 |
* Fix: HandleBar template not being loaded for a few users on product search.
|
@@ -176,6 +186,12 @@ Amazon Product Advertising API credentials are not required to use the feature t
|
|
176 |
|
177 |
== Upgrade Notice ==
|
178 |
|
|
|
|
|
|
|
|
|
|
|
|
|
179 |
= 1.4.8 =
|
180 |
Improvement in error display message on product search, fix for the issue of handleBar template not being loaded for a few users on product search and other minor bug fixes.
|
181 |
|
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.8.1
|
6 |
+
Stable tag: 1.4.10
|
7 |
+
Requires PHP: 5.3.0
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
101 |
|
102 |
== Changelog ==
|
103 |
|
104 |
+
= 1.4.10 - Septmeber 13, 2017 =
|
105 |
+
* Fix: Customize theme option is not working for few users after v1.4.8.
|
106 |
+
* Fix: Page alignment distorted for some users after v1.4.9.
|
107 |
+
|
108 |
+
= 1.4.9 - Septmeber 4, 2017 =
|
109 |
+
* Putting strings under translation function for Internationalization.
|
110 |
+
* Fix: Product Grid not aligned properly on iOS devices.
|
111 |
+
* Fix: Product Ad breaks the text on the right side on few mobile devices.
|
112 |
+
|
113 |
= 1.4.8 - August 10, 2017 =
|
114 |
* Improvement in error display message on product search.
|
115 |
* Fix: HandleBar template not being loaded for a few users on product search.
|
186 |
|
187 |
== Upgrade Notice ==
|
188 |
|
189 |
+
= 1.4.10 =
|
190 |
+
Fix for customize theme issue and distorted page alignment for few users.
|
191 |
+
|
192 |
+
= 1.4.9 =
|
193 |
+
Putting strings under translation function for Internationalization & fix for mobile compatibility issues with few default templates.
|
194 |
+
|
195 |
= 1.4.8 =
|
196 |
Improvement in error display message on product search, fix for the issue of handleBar template not being loaded for a few users on product search and other minor bug fixes.
|
197 |
|