diff --git a/README.md b/README.md index 5ac69d2..8b39973 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Tags: analytics, wordpress analytics, stats, statistics, visit, visitors, hits, Requires at least: 5.7 Tested up to: 6.1.1 Requires PHP: 7.4 -Stable tag: 1.3.8 +Stable tag: 1.3.9 License: GPLv2 This plugin gives you the complete information on your website's visitors. @@ -96,9 +96,10 @@ GeoChart Source: https://developers.google.com/chart/interactive/docs/gallery/geochart -### 1.3.8 (2302-SFP1) -*Release Date - 05 Febrary 2023* +### 1.3.9 (2302-SFP2) +*Release Date - 08 Febrary 2023* +* Bug 1.3.8, * Update ChartJS 3.9.1 to 4.2.0, * Add option CDN for ChartJS, * Update GeoIP Database 20230203, diff --git a/changelog.txt b/changelog.txt index 677116f..b48cbcc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,18 @@ This file contains older changelog entries, so we can keep the size of the standard WordPress readme.txt file reasonable. For the latest changes, please see the "Changelog" section of the [readme.txt file](https://plugins.svn.wordpress.org/stats4wp/trunk/readme.txt). += 1.3.9 (2302-SFP2) = +*Release Date - 08 Febrary 2023* + +* Bug 1.3.8, +* Update ChartJS 3.9.1 to 4.2.0, +* Add option CDN for ChartJS, +* Update GeoIP Database 20230203, +* Add device type gaming and television, +* Add agent type opera and Samsung Internet, +* request Optimisation, +* Correction php warning. + = 1.3.8 (2302-SFP1) = *Release Date - 05 Febrary 2023* diff --git a/readme.txt b/readme.txt index b995331..814dbcf 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: analytics, wordpress analytics, stats, statistics, visit, visitors, hits, Requires at least: 5.2 Tested up to: 6.1.1 Requires PHP: 7.4 -Stable tag: 1.3.8 +Stable tag: 1.3.9 License: GPLv2 This plugin gives you the complete information on your website's visitors. @@ -101,9 +101,10 @@ Source: https://developers.google.com/chart/interactive/docs/gallery/geochart == Changelog == -= 1.3.8 (2302-SFP1) = -*Release Date - 05 Febrary 2023* += 1.3.9 (2302-SFP2) = +*Release Date - 08 Febrary 2023* +* Bug 1.3.8, * Update ChartJS 3.9.1 to 4.2.0, * Add option CDN for ChartJS, * Update GeoIP Database 20230203, diff --git a/stats4wp.php b/stats4wp.php index 665b250..979e298 100644 --- a/stats4wp.php +++ b/stats4wp.php @@ -3,7 +3,7 @@ Plugin Name: stats4wp Plugin URI: https://ginkgos.net/plugin/stats4wp/ Description: Statistics For WorPress. -Version: 1.3.8 +Version: 1.3.9 Requires at least: 5.2 Tested up to: 6.1.1 Requires PHP: 7.4 @@ -40,7 +40,7 @@ /** * Plugin variable information */ -define('STATS4WP_VERSION', '1.3.8' ); +define('STATS4WP_VERSION', '1.3.9' ); define('STATS4WP_NAME', 'stats4wp' ); define('STATS4WP_FILE', __FILE__ ); define('STATS4WP_PATH', plugin_dir_path( STATS4WP_FILE ) ); diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 87c252f..fd2df08 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'thanatos-vf-2000/stats4wp', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '278d52747474f26ec828149b1a8503ee0c696ad6', + 'reference' => '97bba1a8f4546b036372c8c3a574f8ea3477021c', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -31,7 +31,7 @@ 'thanatos-vf-2000/stats4wp' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '278d52747474f26ec828149b1a8503ee0c696ad6', + 'reference' => '97bba1a8f4546b036372c8c3a574f8ea3477021c', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(),