From 69d6413af89e108fdc7881740d025a2ab0eb2770 Mon Sep 17 00:00:00 2001 From: Pierre Lannoy Date: Sat, 28 Nov 2020 12:39:57 +0100 Subject: [PATCH] Ready to release 2.1.1 on wp.org --- CHANGELOG.md | 2 +- device-detector.php | 2 +- init.php | 2 +- readme.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2936eda..64c3f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to **Device Detector** are documented in this *changelog*. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **Device Detector** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased - will be 2.1.1] +## [2.1.1] - 2020-11-28 ### Changed - WP-CLI and ajax calls are definitely excluded from analytics. diff --git a/device-detector.php b/device-detector.php index cf9dd74..cecc73e 100644 --- a/device-detector.php +++ b/device-detector.php @@ -10,7 +10,7 @@ * Plugin Name: Device Detector * Plugin URI: https://github.com/Pierre-Lannoy/wp-device-detector * Description: Full featured analytics reporting and management tool that detects all devices accessing your WordPress site. - * Version: 2.1.0 + * Version: 2.1.1 * Requires at least: 5.2 * Requires PHP: 7.2 * Author: Pierre Lannoy diff --git a/init.php b/init.php index 720a810..96fab62 100644 --- a/init.php +++ b/init.php @@ -12,7 +12,7 @@ define( 'PODD_PRODUCT_SHORTNAME', 'Device Detector' ); define( 'PODD_PRODUCT_ABBREVIATION', 'podd' ); define( 'PODD_SLUG', 'device-detector' ); -define( 'PODD_VERSION', '2.1.0' ); +define( 'PODD_VERSION', '2.1.1' ); define( 'PODD_API_VERSION', '1' ); define( 'PODD_CODENAME', '"-"' ); diff --git a/readme.txt b/readme.txt index ef749f5..ec93d3b 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: bot, detection, detector, device, mobile Requires at least: 5.2 Requires PHP: 7.2 Tested up to: 5.6 -Stable tag: 2.1.0 +Stable tag: 2.1.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html