This commit is contained in:
erwanlr
2020-08-01 10:45:42 +02:00
parent 2014f1e4b3
commit 0d930ed605
11 changed files with 1430 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.7.3] - 2020-07-31
### Added
- Released to WordPress Plugin Directory.
### Fixed
- Some under-the-hood improvements to the code (kudos to the WordPress Plugin Review team!).
## [0.7.2] - 2020-07-24
### Added
- Configuration option: default paywall availability.
### Fixed
- Corrected javascript bug that occurred when the Classic Editor was being used (with the WordPress plugin).
- Texts in Portuguese now display correctly.
## [0.7.1] - 2020-07-22
### Added
- Configuration option: default user to associate to articles.
### Changed
- The Paperview User that is associated to an Article is now determined by: 1) article author; 2) current user; and 3) default user (in this order).
## [0.7.0] - 2020-05-18
### Added
- Initial release.