Version Description
Plugin is now available in Spanish, French and Italian languages.
Download this release
Release Info
Developer | amazonlinkbuilder |
Plugin | Amazon Associates Link Builder |
Version | 1.4.11 |
Comparing to | |
See all releases |
Code changes from version 1.4.11RC1 to 1.4.11
- aalb_config.php +1 -1
- amazon-associates-link-builder.php +1 -1
- readme.txt +7 -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.11' );
|
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.11
|
11 |
Author: Amazon Associates Program
|
12 |
Author URI: https://affiliate-program.amazon.com/
|
13 |
License: GPLv2
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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 |
Requires PHP: 5.3.0
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -101,6 +101,9 @@ Amazon Product Advertising API credentials are not required to use the feature t
|
|
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.
|
@@ -186,6 +189,9 @@ Amazon Product Advertising API credentials are not required to use the feature t
|
|
186 |
|
187 |
== Upgrade Notice ==
|
188 |
|
|
|
|
|
|
|
189 |
= 1.4.10 =
|
190 |
Fix for customize theme issue and distorted page alignment for few users.
|
191 |
|
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.11
|
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.11 - October 16, 2017 =
|
105 |
+
* Plugin is now available in Spanish, French and Italian languages.
|
106 |
+
|
107 |
= 1.4.10 - Septmeber 13, 2017 =
|
108 |
* Fix: Customize theme option is not working for few users after v1.4.8.
|
109 |
* Fix: Page alignment distorted for some users after v1.4.9.
|
189 |
|
190 |
== Upgrade Notice ==
|
191 |
|
192 |
+
= 1.4.11 =
|
193 |
+
Plugin is now available in Spanish, French and Italian languages.
|
194 |
+
|
195 |
= 1.4.10 =
|
196 |
Fix for customize theme issue and distorted page alignment for few users.
|
197 |
|