Skip to content

Commit

Permalink
v1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thanatos-vf-2000 committed Feb 8, 2023
1 parent aa696a1 commit 4b0d043
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 10 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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,
Expand Down
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
7 changes: 4 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions stats4wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ) );
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down Expand Up @@ -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(),
Expand Down

0 comments on commit 4b0d043

Please sign in to comment.