Changeset 2727739
- Timestamp:
- 05/21/2022 09:52:05 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
r2727715 r2727739 7 7 Requires PHP: 7.0 8 8 Tested up to: 5.9 9 Stable tag: 1.0.1 39 Stable tag: 1.0.14 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.14 - 2022-05-21 55 56 - Fix for "Uncaught ReferenceError: eggnstone_widgets_fill_amazon_search_box is not defined". 57 54 58 #### 1.0.13 - 2022-05-21 55 59 -
widgets-for-amazon/trunk/includes/Plugin.php
r2723816 r2727739 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 );40 wp_enqueue_script('WidgetsForAmazonSB' . 'sf-' . self::$search_form_search_box_index, [], 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
r2727715 r2727739 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 37 * Version: 1.0.14 8 8 * Author: eggnstone 9 9 * Author URI: https://eggnstone.com
Note: See TracChangeset
for help on using the changeset viewer.