-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from timse201/patch-2
1.1.6 and translation added
- Loading branch information
Showing
1 changed file
with
139 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,104 +1,141 @@ | ||
# Snitch changelog | ||
|
||
|
||
## 1.1.5 / 06.05.2015 | ||
|
||
* [GitHub Repository](https://github.com/sergejmueller/snitch) und [Wiki](https://github.com/sergejmueller/snitch/wiki) | ||
|
||
|
||
## 1.1.4 / 21.04.2015 | ||
|
||
* Unterstützung für WordPress 4.2 | ||
* Nice to have: `admin_url()` für `edit.php` Aufrufe | ||
|
||
|
||
## 1.1.3 / 11.12.2014 | ||
|
||
* Support für WordPress 4.1 | ||
|
||
|
||
## 1.1.2 / 01.12.2014 | ||
|
||
* Englische Übersetzung für `readme.txt` | ||
* Russische Übersetzung für Plugin-Dateien | ||
|
||
|
||
## 1.1.1 / 30.09.2014 | ||
|
||
* Status-Code „-1“ bei nicht zustande gekommenen Verbindungen | ||
|
||
|
||
## 1.1.0 / 25.09.2014 | ||
|
||
* Protokollierung und Anzeige der Ausführungsdauer | ||
|
||
|
||
## 1.0.12 / 24.07.2014 | ||
|
||
* Berücksichtigung von Nutzerrollen bei Plugin-Aktionen | ||
* Anpassungen textlicher Natur | ||
|
||
|
||
## 1.0.11 / 04.04.2014 | ||
|
||
* Support zu WordPress 3.9 | ||
* Aufräumarbeiten im Sourcecode | ||
|
||
|
||
## 1.0.10 / 26.02.2014 | ||
|
||
* Änderung des Rückgabewertes in der Funktion `inspect_request` | ||
|
||
|
||
## 1.0.9 / 12.12.2013 | ||
|
||
* Optionale Nicht-Protokollierung interner Verbindungen via PHP-Konstante | ||
* Optimierung für WordPress 3.8 | ||
|
||
|
||
## 1.0.8 / 29.07.2013 | ||
|
||
* Schaltfläche für die Ausgabe der POST-Variablen | ||
* Kompatibilität zu WordPress 3.6 | ||
|
||
|
||
## 1.0.7 / 09.06.2013 | ||
|
||
* Eliminierung des Links “Neu” in der Admin-Toolbar | ||
* Unterbindung direkter Aufrufe von Plugin-Dateien | ||
|
||
|
||
## 1.0.6 / 23.03.2013 | ||
|
||
* Funktion `delete_items` umbenannt und auf `public` gestellt | ||
|
||
|
||
## 1.0.5 / 21.03.2013 | ||
|
||
* Aufbewahrung von maximal 200 *Snitch*-Einträgen. Ältere werden gelöscht. | ||
|
||
|
||
## 1.0.4 / 21.02.2013 | ||
|
||
* Suche in Werten der Spalte *Ziel-URL* (Eingabefeld oben rechts) | ||
|
||
|
||
## 1.0.3 / 18.02.2013 | ||
|
||
* Button *Protokoll leeren* fürs Entfernen aller Einträge | ||
* Kein Verschieben der Einträge in den Papierkorb (Nutzerwunsch) | ||
|
||
|
||
## 1.0.2 / 12.02.2013 | ||
|
||
* Änderung der Custom Fields Namen für Vermeidung eventueller Konflikte | ||
|
||
|
||
## 1.0.1 / 12.02.2013 | ||
|
||
* Korrektur für möglichen Fehler `Call to undefined function get_current_screen` | ||
|
||
|
||
## 1.0.0 / 12.02.2013 | ||
|
||
* *Snitch* geht online | ||
## 1.1.6 | ||
* **English** | ||
* updated README | ||
* updated [plugin authors](https://gist.github.com/glueckpress/f058c0ab973d45a72720) | ||
* **Deutsch** | ||
* ReadMe aktualisiert | ||
* [Plugin Autor](https://gist.github.com/glueckpress/f058c0ab973d45a72720) aktualisiert | ||
|
||
## 1.1.5 | ||
* **English** | ||
* [GitHub Repository](https://github.com/sergejmueller/snitch) | ||
* **Deutsch** | ||
* [GitHub Repository](https://github.com/sergejmueller/snitch) und [Wiki](https://github.com/sergejmueller/snitch/wiki) | ||
|
||
## 1.1.4 | ||
* **English** | ||
* Support for WordPress 4.2 | ||
* Nice to have: `admin_url()` for `edit.php` requests | ||
* **Deutsch** | ||
* Unterstützung für WordPress 4.2 | ||
* Nice to have: `admin_url()` für `edit.php` Aufrufe | ||
|
||
## 1.1.3 | ||
* **English** | ||
* Support for WordPress 4.1 | ||
* **Deutsch** | ||
* Support für WordPress 4.1 | ||
|
||
## 1.1.2 | ||
* **English** | ||
* feature: english translation for the readme file | ||
* feature: russian translation for plugin files | ||
* **Deutsch** | ||
* Englische Übersetzung für `readme.txt` | ||
* Russische Übersetzung für Plugin-Dateien | ||
|
||
## 1.1.1 | ||
* **English** | ||
* feature: status code “-1” for failing connections | ||
* **Deutsch** | ||
* Status-Code „-1“ bei nicht zustande gekommenen Verbindungen | ||
|
||
## 1.1.0 | ||
* **English** | ||
* feature: execution time as metric (thanks [Matthias Kilian](https://www.gaertner.de) for the idea) | ||
* **Deutsch** | ||
* Protokollierung und Anzeige der Ausführungsdauer | ||
|
||
## 1.0.12 | ||
* **English** | ||
* extensive consideration of user roles | ||
* copy adjustments | ||
* **Deutsch** | ||
* Berücksichtigung von Nutzerrollen bei Plugin-Aktionen | ||
* Anpassungen textlicher Natur | ||
|
||
## 1.0.11 | ||
* **English** | ||
* support for WordPress 3.9 | ||
* source code face lifting | ||
* **Deutsch** | ||
* Unterstützung für WordPress 3.9 | ||
* Aufräumarbeiten im Sourcecode | ||
|
||
## 1.0.10 | ||
* **English** | ||
* change: $pre as return value of function `inspect_request` | ||
* **Deutsch** | ||
* Änderung des Rückgabewertes in der Funktion `inspect_request` | ||
|
||
## 1.0.9 | ||
* **English** | ||
* introduction of constant SNITCH_IGNORE_INTERNAL_REQUESTS | ||
* optimization for WordPress 3.8 | ||
* **Deutsch** | ||
* Optionale Nicht-Protokollierung interner Verbindungen via PHP-Konstante | ||
* Optimierung für WordPress 3.8 | ||
* [detailierte Informationen auf Google+](https://plus.google.com/+SergejMüller/posts/KaSGc9uNpk4) | ||
|
||
## 1.0.8 | ||
* **English** | ||
* output POST data on click | ||
* support for WordPress 3.6 | ||
* **Deutsch** | ||
* Schaltfläche für die Ausgabe der POST-Variablen | ||
* Kompatibilität zu WordPress 3.6 | ||
* [detailierte Informationen auf Google+](https://plus.google.com/110569673423509816572/posts/f8VaQaHfQjx) | ||
|
||
## 1.0.7 | ||
* **English** | ||
* removal of obsolete "New" link from the toolbar | ||
* prevention of direct file calls | ||
* **Deutsch** | ||
* Eliminierung des Links "Neu" in der Admin-Toolbar | ||
* Unterbindung direkter Aufrufe von Plugin-Dateien | ||
|
||
## 1.0.6 | ||
* **English** | ||
* set function `delete_items` to `public` | ||
* **Deutsch** | ||
* Funktion `delete_items` umbenannt und auf `public` gestellt | ||
|
||
## 1.0.5 | ||
* **English** | ||
* storage of a maximum of 200 *Snitch* entries | ||
* **Deutsch** | ||
* Aufbewahrung von maximal 200 *Snitch*-Einträgen. Ältere werden gelöscht. | ||
|
||
## 1.0.4 | ||
* **English** | ||
* new: searching of target URLs | ||
* **Deutsch** | ||
* Suche in Werten der Spalte *Ziel-URL* (Eingabefeld oben rechts) | ||
|
||
## 1.0.3 | ||
* **English** | ||
* new: button *Empty Protocol* | ||
* removed: avoidance of trash | ||
* **Deutsch** | ||
* Button *Protokoll leeren* fürs Entfernen aller Einträge | ||
* Kein Verschieben der Einträge in den Papierkorb (Nutzerwunsch) | ||
|
||
## 1.0.2 | ||
* **English** | ||
* renaming of custom field keys to avoid conflict | ||
* **Deutsch** | ||
* Änderung der Custom Fields Namen für Vermeidung eventueller Konflikte | ||
|
||
## 1.0.1 | ||
* **English** | ||
* fix for `Call to undefined function get_current_screen` | ||
* **Deutsch** | ||
* Korrektur für möglichen Fehler `Call to undefined function get_current_screen` | ||
|
||
## 1.0.0 | ||
* **English** | ||
* *Snitch* goes online | ||
* **Deutsch** | ||
* *Snitch* geht online |