From 3b395c830d97581f5151d2e617bdc6c74c0beea8 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 4 Nov 2023 17:49:01 +0100 Subject: [PATCH] bump version to 1.2.0 and merge changelog with 1.1.9 We never released a version 1.1.9 although the changelog and readme indicates this. Jump forward to 1.2.0 and merge changelog entries. --- CHANGELOG.md | 22 +++++++++++----------- readme.txt | 6 ++++-- snitch.php | 2 +- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e226e1b..b59f0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,24 @@ # Snitch changelog -## 1.2.0 (unreleased) -* Remove `lang` folder in favor of translations via translate.wordpress.org (#40) -* Add code style check and build script (#39) - -## 1.1.9 +## 1.2.0 * **English** - * Shows schema of request (http/https) - * No "jerking" in the retrieval list during mouse over + * Shows schema of request (http/https) + * No "jerking" in the retrieval list during mouse over + * Remove `lang` folder in favor of translations via translate.wordpress.org (#40) + * Support for WordPress 6.4 * **Deutsch** - * Anzeige des Schema, ob der Aufruf per http oder https erfolgte - * Kein "ruckeln" in der Abrufliste bei Maus-Over + * Anzeige des Schemas, ob der Aufruf per http oder https erfolgte + * Kein "ruckeln" in der Abrufliste bei Mouseover + * `lang` Ordner zugunsten der Übersetzung durch translate.wordpress.org entfernt (#40) + * Unterstützung für WordPress 6.4 ## 1.1.8 * **English** * Support for WordPress 5.2 - * Bugfix: Deprected Non-static call + * Bugfix: Deprecated Non-static call * **Deutsch** * Unterstützung für WordPress 5.2 - * Fehlerbehebung: Deprected Non-static call + * Fehlerbehebung: Deprecated Non-static call ## 1.1.7 * **English** diff --git a/readme.txt b/readme.txt index b28be5f..9f9ece5 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ * Requires at least: 3.8 * Tested up to: 6.4 * Requires PHP: 5.2.4 -* Stable tag: 1.1.9 +* Stable tag: 1.2.0 * License: GPLv3 or later * License URI: https://www.gnu.org/licenses/gpl-3.0 @@ -94,9 +94,11 @@ A complete documentation is available on the [Snitch website](https://snitch.plu ## Changelog ## -### 1.1.9 ### +### 1.2.0 ### * Shows schema of request (http/https) * No "jerking" in the retrieval list during mouse over +* Remove `lang` folder in favor of translations via translate.wordpress.org +* Support for WordPress 6.4 ### 1.1.8 ### * Support for WordPress 5.2 diff --git a/snitch.php b/snitch.php index e6b7956..744522c 100644 --- a/snitch.php +++ b/snitch.php @@ -7,7 +7,7 @@ * Plugin URI: https://snitch.pluginkollektiv.org/ * License: GPLv3 or later * License URI: https://www.gnu.org/licenses/gpl-3.0 - * Version: 1.1.9 + * Version: 1.2.0 * Text Domain: snitch * * @package Snitch