Skip to content

Commit

Permalink
Ready for 1.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Aug 27, 2019
1 parent 014029c commit 974b0b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +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]
## [1.1.0] - 2019-08-28
### Added
- A test message can now be sent to specific logger, from the loggers list.
- A test message can now be sent to a specific logger, from the loggers list.
### Changed
- Status (in loggers list) have now their own column.
- Polishing loggers list.
Expand All @@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- DecaLog admin pages no longer render emoji.
- The section "install from GitHub" has been removed from `README.md`.
### Fixed
- There was a wrong url for the EFF website in the `readme.txt`.
- Url of the EFF website was wrong in `readme.txt`.

## [1.0.1] - 2019-08-26
### Changed
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.0.1' );
define( 'DECALOG_VERSION', '1.1.0' );
define( 'DECALOG_CODENAME', '"-"' );
define( 'DECALOG_CRON_NAME', 'decalog_clean_database' );

Expand Down

0 comments on commit 974b0b1

Please sign in to comment.