diff --git a/CHANGELOG.md b/CHANGELOG.md index 089cdcc..3239c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to **Traffic** are documented in this *changelog*. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **Traffic** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.2.0] - 2021-02-24 ### Added - Compatibility with WordPress 5.7. diff --git a/init.php b/init.php index a5a65fa..6fcbfd4 100644 --- a/init.php +++ b/init.php @@ -12,7 +12,7 @@ define( 'TRAFFIC_PRODUCT_SHORTNAME', 'Traffic' ); define( 'TRAFFIC_PRODUCT_ABBREVIATION', 'traffic' ); define( 'TRAFFIC_SLUG', 'traffic' ); -define( 'TRAFFIC_VERSION', '2.1.0' ); +define( 'TRAFFIC_VERSION', '2.2.0' ); define( 'TRAFFIC_API_VERSION', '1' ); define( 'TRAFFIC_CODENAME', '"-"' ); diff --git a/languages/traffic.pot b/languages/traffic.pot index f3db1f7..1795f9e 100755 --- a/languages/traffic.pot +++ b/languages/traffic.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" "Project-Id-Version: Traffic\n" -"POT-Creation-Date: 2020-11-05 18:18+0100\n" +"POT-Creation-Date: 2021-02-23 23:28+0100\n" "PO-Revision-Date: 2019-07-08 14:07+0200\n" "Last-Translator: Pierre Lannoy \n" "Language-Team: Pierre Lannoy \n" @@ -913,19 +913,19 @@ msgid_plural "hours" msgstr[0] "" msgstr[1] "" -#: includes/system/class-environment.php:195 +#: includes/system/class-environment.php:208 msgid "log" msgstr "" -#: includes/system/class-environment.php:200 +#: includes/system/class-environment.php:213 msgid "display" msgstr "" -#: includes/system/class-environment.php:206 +#: includes/system/class-environment.php:219 msgid "Debug enabled" msgstr "" -#: includes/system/class-environment.php:206 +#: includes/system/class-environment.php:219 msgid "Debug disabled" msgstr "" diff --git a/readme.txt b/readme.txt index 4e193f2..559f124 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: PierreLannoy Tags: api, analytics, reports, rest-api, statistics Requires at least: 5.2 Requires PHP: 7.2 -Tested up to: 5.6 -Stable tag: 2.1.0 +Tested up to: 5.7 +Stable tag: 2.2.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/traffic.php b/traffic.php index 6c7d12a..ca98218 100644 --- a/traffic.php +++ b/traffic.php @@ -10,7 +10,7 @@ * Plugin Name: Traffic * Plugin URI: https://github.com/Pierre-Lannoy/wp-traffic * Description: Full featured monitoring & analytics for WordPress APIs. - * Version: 2.1.0 + * Version: 2.2.0 * Requires at least: 5.2 * Requires PHP: 7.2 * Author: Pierre Lannoy