From 69e7c99dd0c02b30eeb10adbb96a97c512e4b2ba Mon Sep 17 00:00:00 2001 From: Pierre Lannoy Date: Thu, 12 Dec 2019 08:35:23 +0100 Subject: [PATCH] Ready to release 1.7.1 on wp.org. --- CHANGELOG.md | 4 +++- decalog.php | 2 +- init.php | 2 +- readme.txt | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ab3910..2b901565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ 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 - will be 1.7.1] +## [1.7.1] +### Changed +- Improved layout for mobile usage. ### Fixed - In rare conditions, displayed/hidden columns in WordPress logger are not saved. diff --git a/decalog.php b/decalog.php index c6d51264..e9e51dc8 100644 --- a/decalog.php +++ b/decalog.php @@ -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.7.0 + * Version: 1.7.1 * Author: Pierre Lannoy * Author URI: https://pierre.lannoy.fr * License: GPLv3 diff --git a/init.php b/init.php index 96dce775..94134e24 100644 --- a/init.php +++ b/init.php @@ -12,7 +12,7 @@ define( 'DECALOG_PRODUCT_SHORTNAME', 'DecaLog' ); define( 'DECALOG_PRODUCT_ABBREVIATION', 'decalog' ); define( 'DECALOG_SLUG', 'decalog' ); -define( 'DECALOG_VERSION', '1.7.1-dev0' ); +define( 'DECALOG_VERSION', '1.7.1' ); define( 'DECALOG_CODENAME', '"-"' ); define( 'DECALOG_CRON_NAME', 'decalog_clean_database' ); diff --git a/readme.txt b/readme.txt index ce384490..046243c5 100644 --- a/readme.txt +++ b/readme.txt @@ -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.7.0 +Stable tag: 1.7.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html