Plugin Directory

Changeset 2275950


Ignore:
Timestamp:
04/04/2020 06:02:31 PM (6 years ago)
Author:
mahlamusa
Message:

Update to version 1.4.14.3 from GitHub

Location:
who-hit-the-page-hit-counter
Files:
12 deleted
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • who-hit-the-page-hit-counter/tags/1.4.14.3/includes/class-whtp-admin.php

    r2248819 r2275950  
    100100        if ( ! get_option( 'whtp_geolocation_api', false ) ) :
    101101            $message = sprintf(
    102                 __( 'Since version %1$s, you have to choose a Geolocation service that must be used by %2%s plugin otherwise the information gathered will be limited. You may choose a Geolocation service under the Geolocation Integration section in the %3$s', 'whtp' ),
     102                __( 'Since version %1$s, you have to choose a Geolocation service that must be used by %2$s plugin otherwise the information gathered will be limited. You may choose a Geolocation service under the Geolocation Integration section in the %3$s', 'whtp' ),
    103103                '1.4.14.2',
    104104                'Who Hit The Page Hit Counter',
  • who-hit-the-page-hit-counter/tags/1.4.14.3/partials/help.php

    r2208035 r2275950  
    1313            </div>
    1414            <div class="mdl-card__supporting-text mdl-color-text--grey-600">
    15                 <p><?php esc_attr_e( '1. Add the shortcode tp any page you want to count. The shortcode is <code>[whohit]Page Name[/whohit]</code>.', 'whtp' ); ?></p>
     15                <p><?php echo wp_kses_post( '1. Add the shortcode tp any page you want to count. The shortcode is <code>[whohit]Page Name[/whohit]</code>.', 'whtp' ); ?></p>
    1616                <p><?php esc_attr_e( '2. After addin the shortcode to the page, visit the page once and then check if the page is added in the "Who Hit The Page > View Page Hits" page.', 'whtp' ); ?></p>
    1717                <p><?php esc_attr_e( '3. Go to the "Settings" page under "Who Hit The Page - Hit Counter", then under "Uninstall Settings" choose an option that is suitable to your needs and click "Update Options". This is an impotant decision that you need to make regarding the action that should be taken when uninstalling the plugin.', 'whtp' ); ?></p>
  • who-hit-the-page-hit-counter/tags/1.4.14.3/partials/view/visitor-info.php

    r2248819 r2275950  
    235235                    <li>
    236236                        <span class="welcome-icon welcome-learn-more">
    237         <?php esc_attr_e( 'Included the shortcode <code>[whohit]Page Name[/whohit]</code> on your pages. If not, click get started below.', 'whtp' ); ?>
     237        <?php wp_kses_post( 'Included the shortcode <code>[whohit]Page Name[/whohit]</code> on your pages. If not, click get started below.', 'whtp' ); ?>
    238238                        </span>
    239239                    </li>
  • who-hit-the-page-hit-counter/tags/1.4.14.3/readme.txt

    r2248819 r2275950  
    6767
    6868== Changelog ==
     69
     70= 1.4.14.3 =
     71
     72* Updated: WordPress 5.4 Compatibility
    6973
    7074= 1.4.14.2 =
  • who-hit-the-page-hit-counter/tags/1.4.14.3/vendor/composer/autoload_real.php

    r2208035 r2275950  
    1414    }
    1515
     16    /**
     17     * @return \Composer\Autoload\ClassLoader
     18     */
    1619    public static function getLoader()
    1720    {
  • who-hit-the-page-hit-counter/tags/1.4.14.3/who-hit-the-page.php

    r2248819 r2275950  
    77 * Plugin URI: https://whohit.co.za/who-hit-the-page-hit-counter
    88 * Description: Lets you know who visted your pages by adding an invisible page hit counter on your website, so you know how many times a page has been visited in total and how many times each user identified by IP address has visited each page. You will also know the IP addresses of your visitors and relate the IP addresses to the country of the visitor and all browsers used by that IP/user.
    9  * Version: 1.4.14.2
     9 * Version: 1.4.14.3
    1010 * Author: mahlamusa
    1111 * Author URI: http://lindeni.co.za
     
    3535}
    3636
    37 define( 'WHTP_VERSION', '1.4.14.2' );
     37define( 'WHTP_VERSION', '1.4.14.3' );
    3838define( 'WHTP_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );
    3939define( 'WHTP_INCLUDES_DIR', plugin_dir_path( __FILE__ ) . 'includes/' );
  • who-hit-the-page-hit-counter/trunk/includes/class-whtp-admin.php

    r2248819 r2275950  
    100100        if ( ! get_option( 'whtp_geolocation_api', false ) ) :
    101101            $message = sprintf(
    102                 __( 'Since version %1$s, you have to choose a Geolocation service that must be used by %2%s plugin otherwise the information gathered will be limited. You may choose a Geolocation service under the Geolocation Integration section in the %3$s', 'whtp' ),
     102                __( 'Since version %1$s, you have to choose a Geolocation service that must be used by %2$s plugin otherwise the information gathered will be limited. You may choose a Geolocation service under the Geolocation Integration section in the %3$s', 'whtp' ),
    103103                '1.4.14.2',
    104104                'Who Hit The Page Hit Counter',
  • who-hit-the-page-hit-counter/trunk/partials/help.php

    r2208035 r2275950  
    1313            </div>
    1414            <div class="mdl-card__supporting-text mdl-color-text--grey-600">
    15                 <p><?php esc_attr_e( '1. Add the shortcode tp any page you want to count. The shortcode is <code>[whohit]Page Name[/whohit]</code>.', 'whtp' ); ?></p>
     15                <p><?php echo wp_kses_post( '1. Add the shortcode tp any page you want to count. The shortcode is <code>[whohit]Page Name[/whohit]</code>.', 'whtp' ); ?></p>
    1616                <p><?php esc_attr_e( '2. After addin the shortcode to the page, visit the page once and then check if the page is added in the "Who Hit The Page > View Page Hits" page.', 'whtp' ); ?></p>
    1717                <p><?php esc_attr_e( '3. Go to the "Settings" page under "Who Hit The Page - Hit Counter", then under "Uninstall Settings" choose an option that is suitable to your needs and click "Update Options". This is an impotant decision that you need to make regarding the action that should be taken when uninstalling the plugin.', 'whtp' ); ?></p>
  • who-hit-the-page-hit-counter/trunk/partials/view/visitor-info.php

    r2248819 r2275950  
    235235                    <li>
    236236                        <span class="welcome-icon welcome-learn-more">
    237         <?php esc_attr_e( 'Included the shortcode <code>[whohit]Page Name[/whohit]</code> on your pages. If not, click get started below.', 'whtp' ); ?>
     237        <?php wp_kses_post( 'Included the shortcode <code>[whohit]Page Name[/whohit]</code> on your pages. If not, click get started below.', 'whtp' ); ?>
    238238                        </span>
    239239                    </li>
  • who-hit-the-page-hit-counter/trunk/readme.txt

    r2248819 r2275950  
    6767
    6868== Changelog ==
     69
     70= 1.4.14.3 =
     71
     72* Updated: WordPress 5.4 Compatibility
    6973
    7074= 1.4.14.2 =
  • who-hit-the-page-hit-counter/trunk/vendor/composer/autoload_real.php

    r2208035 r2275950  
    1414    }
    1515
     16    /**
     17     * @return \Composer\Autoload\ClassLoader
     18     */
    1619    public static function getLoader()
    1720    {
  • who-hit-the-page-hit-counter/trunk/who-hit-the-page.php

    r2248819 r2275950  
    77 * Plugin URI: https://whohit.co.za/who-hit-the-page-hit-counter
    88 * Description: Lets you know who visted your pages by adding an invisible page hit counter on your website, so you know how many times a page has been visited in total and how many times each user identified by IP address has visited each page. You will also know the IP addresses of your visitors and relate the IP addresses to the country of the visitor and all browsers used by that IP/user.
    9  * Version: 1.4.14.2
     9 * Version: 1.4.14.3
    1010 * Author: mahlamusa
    1111 * Author URI: http://lindeni.co.za
     
    3535}
    3636
    37 define( 'WHTP_VERSION', '1.4.14.2' );
     37define( 'WHTP_VERSION', '1.4.14.3' );
    3838define( 'WHTP_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );
    3939define( 'WHTP_INCLUDES_DIR', plugin_dir_path( __FILE__ ) . 'includes/' );
Note: See TracChangeset for help on using the changeset viewer.