Amazon Associates Link Builder - Version 1.4.10RC1

Version Description

Download this release

Release Info

Developer amazonlinkbuilder
Plugin Icon 128x128 Amazon Associates Link Builder
Version 1.4.10RC1
Comparing to
See all releases

Code changes from version 1.4.9 to 1.4.10RC1

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.9' );
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.10RC1' );
17
 
18
  //PHP version compatible for AALB plugin
19
  define( 'AALB_PLUGIN_MINIMUM_SUPPORTED_PHP_VERSION', '5.3.0' );
admin/js/aalb_admin.js CHANGED
@@ -31,7 +31,10 @@ jQuery( document ).ready( function() {
31
 
32
  //Load the search result template
33
  var aalb_hbs_admin_items_search_source = jQuery( "#aalb-hbs-admin-items-search" ).html();
34
- template = Handlebars.compile( aalb_hbs_admin_items_search_source );
 
 
 
35
 
36
  //Resize thickbox on window resize
37
  jQuery( window ).on( 'resize', resize_thickbox );
31
 
32
  //Load the search result template
33
  var aalb_hbs_admin_items_search_source = jQuery( "#aalb-hbs-admin-items-search" ).html();
34
+ if( aalb_hbs_admin_items_search_source != null ) {
35
+ template = Handlebars.compile( aalb_hbs_admin_items_search_source );
36
+ }
37
+
38
 
39
  //Resize thickbox on window resize
40
  jQuery( window ).on( 'resize', resize_thickbox );
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.9
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.10RC1
11
  Author: Amazon Associates Program
12
  Author URI: https://affiliate-program.amazon.com/
13
  License: GPLv2
template/ProductAd.mustache CHANGED
@@ -42,7 +42,6 @@
42
  {{/Item}}
43
  </div>
44
  </div>
45
- </div>
46
  {{/Items}}
47
 
48
 
42
  {{/Item}}
43
  </div>
44
  </div>
 
45
  {{/Items}}
46
 
47