Skip to content

Commit

Permalink
bump version to 1.2.0 and merge changelog with 1.1.9
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stklcode committed Nov 4, 2023
1 parent b97d0bf commit 6c3f6f7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
6 changes: 4 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion snitch.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c3f6f7

Please sign in to comment.