Skip to content

Commit

Permalink
Ready to release 1.2.0 on wp.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Lannoy committed Aug 31, 2019
1 parent d015bec commit e14a263
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.2.0] - 2019-08-31
### Added
- The WordPress listener can now detect version upgrading/downgrading.
- The PHP listener can now detect version upgrading/downgrading.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ __DecaLog__ is a free WordPress plugin to capture and log events on your site. I

See [WordPress directory page](https://wordpress.org/plugins/decalog/).

__DecaLog__ is a tool which aims to:
__DecaLog__ is a tool that aims to:
* capture events generated by the core of WordPress and themes / plugins;
* enrich these events with many details regarding their triggering;
* record these events in the WordPress database and/or send them to external services for logging, monitoring and alerting;
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.1.1
* Version: 1.2.0
* 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.2.0-rc2' );
define( 'DECALOG_VERSION', '1.2.0' );
define( 'DECALOG_CODENAME', '"-"' );
define( 'DECALOG_CRON_NAME', 'decalog_clean_database' );

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.2
Stable tag: 1.1.1
Stable tag: 1.2.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit e14a263

Please sign in to comment.