Skip to content

Commit

Permalink
v1.4.4
Browse files Browse the repository at this point in the history
* Compatible Wordpress 6.3.1,
* Update GeoIP Database 20230929,
* Correction phpcs 3.7.2 error.
  • Loading branch information
thanatos-vf-2000 committed Oct 1, 2023
1 parent 1f19abc commit 4ca6f76
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 36 deletions.
9 changes: 5 additions & 4 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.3.1
Requires PHP: 7.4
Stable tag: 1.4.3
Stable tag: 1.4.4
License: GPLv2

This plugin gives you the complete information on your website's visitors.
Expand Down Expand Up @@ -96,11 +96,12 @@ GeoChart
Source: https://developers.google.com/chart/interactive/docs/gallery/geochart


### 1.4.3 (2309-SFP1)
*Release Date - 1 September 2023*
### 1.4.4 (2309-SFP2)
*Release Date - 30 September 2023*

* Compatible Wordpress 6.3.1,
* Update GeoIP Database 20230901.
* Update GeoIP Database 20230929,
* Correction phpcs 3.7.2 error.

See [changelog.txt](https://plugins.svn.wordpress.org/stats4wp/trunk/changelog.txt) for older changelog

Expand Down
17 changes: 10 additions & 7 deletions assets/defaults.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<?php
/**
* default variables in menu
* Default variables
*
* PHP version 7
*
* @category assets
* @package STATS4WPPlugin
* @link https://ginkgos.net/
* @author VANHOUCKE Franck <[email protected]>
* @license GPLv2 or later
* @version 1.4.0
* @category PHP
* @package STATS4WPPlugin
* @author Franck VANHOUCKE <[email protected]>
* @copyright 2021-2023 Copyright 2023, Inc. All rights reserved.
* @license GNU General Public License version 2 or later
* @version 1.4.0 GIT:https://github.com/thanatos-vf-2000/WordPress
* @link https://ginkgos.net
*/

return array(
Expand Down
18 changes: 11 additions & 7 deletions assets/options.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<?php
/**
* default options
* @category assets
* @package STATS4WPPlugin
* @link https://ginkgos.net/
* @author VANHOUCKE Franck <[email protected]>
* @license GPLv2 or later
* @version 1.4.0
* Default options
*
* PHP version 7
*
* @category PHP
* @package STATS4WPPlugin
* @author Franck VANHOUCKE <[email protected]>
* @copyright 2021-2023 Copyright 2023, Inc. All rights reserved.
* @license GNU General Public License version 2 or later
* @version 1.4.0 GIT:https://github.com/thanatos-vf-2000/WordPress
* @link https://ginkgos.net
*/

return array(
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
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.4.4 (2309-SFP2) =
*Release Date - 30 September 2023*

* Compatible Wordpress 6.3.1,
* Update GeoIP Database 20230929,
* Correction phpcs 3.7.2 error.

= 1.4.3 (2309-SFP1) =
*Release Date - 1 September 2023*

Expand Down
Binary file modified db/GeoLite2-Country.mmdb
Binary file not shown.
21 changes: 13 additions & 8 deletions inc/Api/AdminGraph.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
<?php
/**
* * @category assets
* @package STATS4WPPlugin
* @link https://ginkgos.net/
* @author VANHOUCKE Franck <[email protected]>
* @license GPLv2 or later
* @version 1.4.1
* Admin Graph
*
* PHP version 7
*
* @category PHP
* @package STATS4WPPlugin
* @author Franck VANHOUCKE <[email protected]>
* @copyright 2021-2023 Copyright 2023, Inc. All rights reserved.
* @license GNU General Public License version 2 or later
* @version 1.4.1 GIT:https://github.com/thanatos-vf-2000/WordPress
* @link https://ginkgos.net
*/

namespace STATS4WP\Api;

use STATS4WP\Core\DB;

/**
*
*/
* Class AdminGraph
*/
class AdminGraph
{
const ARG_FROM = "stats4wp-from";
Expand Down
4 changes: 2 additions & 2 deletions inc/Api/GeoIP.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package STATS4WPPlugin
* @version 1.4.3
* @version 1.4.4
*/
namespace STATS4WP\Api;

Expand All @@ -14,7 +14,7 @@ class GeoIP
*
* @var string
*/
public static $geoip_date = '20230901';
public static $geoip_date = '20230929';

/**
* Date of database GeoIpLitle User IP
Expand Down
9 changes: 5 additions & 4 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.3.1
Requires PHP: 7.4
Stable tag: 1.4.3
Stable tag: 1.4.4
License: GPLv2

This plugin gives you the complete information on your website's visitors.
Expand Down Expand Up @@ -101,11 +101,12 @@ Source: https://developers.google.com/chart/interactive/docs/gallery/geochart

== Changelog ==

= 1.4.3 (2309-SFP1) =
*Release Date - 1 September 2023*
= 1.4.4 (2309-SFP2) =
*Release Date - 30 September 2023*

* Compatible Wordpress 6.3.1,
* Update GeoIP Database 20230901.
* Update GeoIP Database 20230929,
* Correction phpcs 3.7.2 error.

See [changelog.txt](https://plugins.svn.wordpress.org/stats4wp/trunk/changelog.txt) for older changelog

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.4.3
Version: 1.4.4
Requires at least: 5.2
Tested up to: 6.3.1
Requires PHP: 7.4
Expand Down Expand Up @@ -40,7 +40,7 @@
/**
* Plugin variable information
*/
define('STATS4WP_VERSION', '1.4.3');
define('STATS4WP_VERSION', '1.4.4');
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' => '8ea7c6688a3f4e76d7d19f29e11d1e12e8bc66c6',
'reference' => '262b948777254c76476a833cf44f183fcce20777',
'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' => '8ea7c6688a3f4e76d7d19f29e11d1e12e8bc66c6',
'reference' => '262b948777254c76476a833cf44f183fcce20777',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 4ca6f76

Please sign in to comment.