Changeset 2729585
- Timestamp:
- 05/24/2022 04:04:23 PM (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
r2729578 r2729585 7 7 Requires PHP: 7.0 8 8 Tested up to: 5.9 9 Stable tag: 1.0.2 09 Stable tag: 1.0.21 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.2 0- 2022-05-2454 #### 1.0.21 - 2022-05-24 55 55 56 56 - Added support for 404 page. -
widgets-for-amazon/trunk/includes/Plugin.php
r2729578 r2729585 77 77 $query = str_replace('?', ' ', $query); 78 78 $query = str_replace('&', ' ', $query); 79 $query = str_replace('/', ' ', $query); 80 $query = str_replace('\\', ' ', $query); 81 $query = str_replace('<', ' ', $query); 82 $query = str_replace('>', ' ', $query); 83 $query = trim($query); 84 79 85 $inputForScript = 'category="' . $noResultsPageCategory . '" keywords="' . $query . '"'; 80 86 -
widgets-for-amazon/trunk/widgets-for-amazon.php
r2729578 r2729585 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.2 07 * Version: 1.0.21 8 8 * Author: eggnstone 9 9 * Author URI: https://eggnstone.com
Note: See TracChangeset
for help on using the changeset viewer.