Skip to content

Commit

Permalink
Ready to release 1.5.2 to wp.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Lannoy committed Oct 24, 2019
1 parent b5aadab commit e9cca7b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to **DecaLog** is documented in this *changelog*.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **DecaLog** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.5.2] - 2019-10-24
### Changed
- Normalization of cache IDs to avoid name collisions.
- Developer's documentation modified as wp.org [now allows](https://meta.trac.wordpress.org/ticket/3791) PHP7.1+ code.
Expand Down
2 changes: 1 addition & 1 deletion decalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: DecaLog
* Plugin URI: https://github.com/Pierre-Lannoy/wp-decalog
* Description: Capture and log events on your site. View them in your dashboard and send them to logging services.
* Version: 1.5.1
* Version: 1.5.2
* Author: Pierre Lannoy
* Author URI: https://pierre.lannoy.fr
* License: GPLv3
Expand Down
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
define( 'DECALOG_PRODUCT_SHORTNAME', 'DecaLog' );
define( 'DECALOG_PRODUCT_ABBREVIATION', 'decalog' );
define( 'DECALOG_SLUG', 'decalog' );
define( 'DECALOG_VERSION', '1.6.0-dev2' );
define( 'DECALOG_VERSION', '1.5.2' );
define( 'DECALOG_CODENAME', '"-"' );
define( 'DECALOG_CRON_NAME', 'decalog_clean_database' );

Expand Down
10 changes: 5 additions & 5 deletions languages/decalog.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"Project-Id-Version: DecaLog\n"
"POT-Creation-Date: 2019-10-17 18:25+0200\n"
"POT-Creation-Date: 2019-10-24 13:19+0200\n"
"PO-Revision-Date: 2019-07-08 14:07+0200\n"
"Last-Translator: Pierre Lannoy <[email protected]>\n"
"Language-Team: Pierre Lannoy <[email protected]>\n"
Expand Down Expand Up @@ -1350,22 +1350,22 @@ msgstr ""
msgid "WordPress MU"
msgstr ""

#: includes/plugin/class-updater.php:41
#: includes/plugin/class-updater.php:43
#, php-format
msgid "%1$s has been correctly installed."
msgstr ""

#: includes/plugin/class-updater.php:45
#: includes/plugin/class-updater.php:47
#, php-format
msgid "%1$s has been correctly updated from version %2$s to version %3$s."
msgstr ""

#: includes/plugin/class-updater.php:49
#: includes/plugin/class-updater.php:51
#, php-format
msgid "See <a href=\"%s\">what's new</a>."
msgstr ""

#: includes/plugin/class-updater.php:147
#: includes/plugin/class-updater.php:149
msgid "Sorry, unable to find or read changelog file."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: logs, error reporting, monitoring, site health, logging
Requires at least: 5.2
Requires PHP: 7.2
Tested up to: 5.3
Stable tag: 1.5.1
Stable tag: 1.5.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit e9cca7b

Please sign in to comment.