Plugin Directory

Changeset 2727751


Ignore:
Timestamp:
05/21/2022 10:09:46 AM (4 years ago)
Author:
eggnstone
Message:

v1.0.16: Several JavaScript fixes.

Location:
widgets-for-amazon/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • widgets-for-amazon/trunk/README.txt

    r2727741 r2727751  
    77Requires PHP: 7.0 
    88Tested up to: 5.9 
    9 Stable tag: 1.0.15
     9Stable tag: 1.0.16
    1010License: GPLv3 or later 
    1111License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5252== Changelog ==
    5353
    54 #### 1.0.15 - 2022-05-21
     54#### 1.0.16 - 2022-05-21
    5555
    5656- Several JavaScript fixes.
  • widgets-for-amazon/trunk/includes/Plugin.php

    r2727741 r2727751  
    3838
    3939        wp_register_script('WidgetsForAmazonSB' . 'sf-' . self::$search_form_search_box_index, '');
    40         wp_enqueue_script('WidgetsForAmazonSB' . 'sf-' . self::$search_form_search_box_index, ['WidgetsForAmazonSB'], false, true);
     40        wp_enqueue_script('WidgetsForAmazonSB' . 'sf-' . self::$search_form_search_box_index); //, ['WidgetsForAmazonSB'], false, true);
    4141        wp_add_inline_script('WidgetsForAmazonSB' . 'sf-' . self::$search_form_search_box_index, $script);
    4242
  • widgets-for-amazon/trunk/widgets-for-amazon.php

    r2727741 r2727751  
    55 * Plugin URI: https://blog.eggnstone.com/blog/widgets-for-amazon-for-wordpress
    66 * Description: Widgets for Amazon by eggnstone
    7  * Version: 1.0.15
     7 * Version: 1.0.16
    88 * Author: eggnstone
    99 * Author URI: https://eggnstone.com
Note: See TracChangeset for help on using the changeset viewer.