Changeset 2281827
- Timestamp:
- 04/12/2020 10:31:10 AM (6 years ago)
- Location:
- wp-iframe-geo-style-for-amazon-affiliates/trunk
- Files:
-
- 3 edited
-
assets/js/ac.js.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-iframe-geo-style-for-amazon-affiliates/trunk/assets/js/ac.js.php
r2269494 r2281827 32 32 33 33 if(/^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$/.test(ip)){ 34 location.reload(); 34 //location.reload(); 35 sessionStorage.setItem("ip", "0.0.0.0"); 36 sessionStorage.setItem("country", "ES"); 35 37 } 36 38 -
wp-iframe-geo-style-for-amazon-affiliates/trunk/index.php
r2269494 r2281827 3 3 * Plugin Name: WP Iframe Geo Style for Amazon affiliates 4 4 * Description: Style Amazon affiliate iframe, without API access. 5 * Version: 1. 05 * Version: 1.1 6 6 * Author: EktorCaba 7 7 * Author URI: https://www.buymeacoffee.com/OFqRz9y -
wp-iframe-geo-style-for-amazon-affiliates/trunk/readme.txt
r2269494 r2281827 24 24 == Installation == 25 25 26 1. Upload the plugin files to the `/wp-content/plugins/ amazon-converter` directory, or install the plugin through the WordPress plugins screen directly.26 1. Upload the plugin files to the `/wp-content/plugins/wp-iframe-geo-style-for-amazon-affiliates` directory, or install the plugin through the WordPress plugins screen directly. 27 27 2. Activate the plugin through the 'Plugins' screen in WordPress 28 28 3. A new button appear on your editor to add Amazon iframe. … … 43 43 == Changelog == 44 44 45 = 1.1 = 46 * Fixed sometimes on the first visit the block does not show. 47 45 48 = 1.0 = 46 49 * First version.
Note: See TracChangeset
for help on using the changeset viewer.