Changeset 2727751
- Timestamp:
- 05/21/2022 10:09:46 AM (4 years ago)
- Location:
- widgets-for-amazon/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
includes/Plugin.php (modified) (1 diff)
-
widgets-for-amazon.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
widgets-for-amazon/trunk/README.txt
r2727741 r2727751 7 7 Requires PHP: 7.0 8 8 Tested up to: 5.9 9 Stable tag: 1.0.1 59 Stable tag: 1.0.16 10 10 License: GPLv3 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 52 52 == Changelog == 53 53 54 #### 1.0.1 5- 2022-05-2154 #### 1.0.16 - 2022-05-21 55 55 56 56 - Several JavaScript fixes. -
widgets-for-amazon/trunk/includes/Plugin.php
r2727741 r2727751 38 38 39 39 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); 41 41 wp_add_inline_script('WidgetsForAmazonSB' . 'sf-' . self::$search_form_search_box_index, $script); 42 42 -
widgets-for-amazon/trunk/widgets-for-amazon.php
r2727741 r2727751 5 5 * Plugin URI: https://blog.eggnstone.com/blog/widgets-for-amazon-for-wordpress 6 6 * Description: Widgets for Amazon by eggnstone 7 * Version: 1.0.1 57 * Version: 1.0.16 8 8 * Author: eggnstone 9 9 * Author URI: https://eggnstone.com
Note: See TracChangeset
for help on using the changeset viewer.