Plugin Directory

Changeset 2281827


Ignore:
Timestamp:
04/12/2020 10:31:10 AM (6 years ago)
Author:
ektorcaba
Message:

1.1

  • Fixed sometimes on the first visit the block does not show.
Location:
wp-iframe-geo-style-for-amazon-affiliates/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-iframe-geo-style-for-amazon-affiliates/trunk/assets/js/ac.js.php

    r2269494 r2281827  
    3232
    3333                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");
    3537                }
    3638
  • wp-iframe-geo-style-for-amazon-affiliates/trunk/index.php

    r2269494 r2281827  
    33* Plugin Name: WP Iframe Geo Style for Amazon affiliates
    44* Description: Style Amazon affiliate iframe, without API access.
    5 * Version: 1.0
     5* Version: 1.1
    66* Author: EktorCaba
    77* Author URI: https://www.buymeacoffee.com/OFqRz9y
  • wp-iframe-geo-style-for-amazon-affiliates/trunk/readme.txt

    r2269494 r2281827  
    2424== Installation ==
    2525
    26 1. Upload the plugin files to the `/wp-content/plugins/amazon-converter` directory, or install the plugin through the WordPress plugins screen directly.
     261. 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.
    27272. Activate the plugin through the 'Plugins' screen in WordPress
    28283. A new button appear on your editor to add Amazon iframe.
     
    4343== Changelog ==
    4444
     45= 1.1 =
     46* Fixed sometimes on the first visit the block does not show.
     47
    4548= 1.0 =
    4649* First version.
Note: See TracChangeset for help on using the changeset viewer.