Plugin Directory

Changeset 3381430


Ignore:
Timestamp:
10/20/2025 03:51:14 PM (5 months ago)
Author:
shinystat
Message:

ver 1.0.16: small fix for wp version 6.7 compatibility.

Location:
shinystat-analytics
Files:
27 added
3 edited

Legend:

Unmodified
Added
Removed
  • shinystat-analytics/trunk/README.txt

    r3294818 r3381430  
    55Requires at least: 3.1.0
    66Tested up to: 6.8
    7 Stable tag: 1.0.15
     7Stable tag: 1.0.16
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    5454
    5555== Changelog ==
     56
     57= 1.0.16 =
     58* Small fix for wp ver 6.7 compatibility.
    5659
    5760= 1.0.15 =
     
    108111
    109112== Upgrade Notice ==
     113
     114= 1.0.16 =
     115Small fix for wp ver 6.7 compatibility.
    110116
    111117= 1.0.15 =
  • shinystat-analytics/trunk/includes/class-shinystat-analytics-widget.php

    r2456431 r3381430  
    6363
    6464        $params = array(
    65             'description' => __('Insert the ShinyStat visitors counter icon', 'shinystat-analytics'),
     65            'description' => 'Insert the ShinyStat visitors counter icon',
    6666            'name' => 'ShinyStat Analytics',
    6767            'classname' => 'shinystat_analytics',
  • shinystat-analytics/trunk/shinystat-analytics.php

    r3079518 r3381430  
    1717 * Plugin URI:        https://wordpress.org/plugins/shinystat-analytics/
    1818 * Description:       Activate the plugin and start to use ShinyStat Web Analytics and On-site Marketing Automation tools.
    19  * Version:           1.0.15
     19 * Version:           1.0.16
    2020 * Author:            ShinyStat
    2121 * Author URI:        https://www.shinystat.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'SHINYSTAT_ANALYTICS_VERSION', '1.0.15' );
     38define( 'SHINYSTAT_ANALYTICS_VERSION', '1.0.16' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.