This commit is contained in:
erwanlr
2019-03-30 11:11:19 +00:00
parent 07b3826806
commit d653ce4e0e
145 changed files with 42813 additions and 6 deletions

View File

@@ -0,0 +1,41 @@
# Change Log
## [2.0.1] - 2018-12-17
### Fixed
* Enabled `show_in_rest` argument so that the taxonomy works with the new WordPress 5.0 editor.
## [2.0.0] - 2017-10-01
### Added
* New "Series" settings page for configuring the plugin.
* Reading settings, which include posts per page, order by, and order options.
* Permalink setting for changing the series rewrite slug.
* `[series_list_posts]` shortcode.
* `[series_list_related]` shortcode.
### Changed
* Plugin now requires PHP 5.3.0+.
* Overhauled the entire plugin code. Very little of the original code is left.
### Deprecated
* `[the-series]` shortcode.
## [1.0.0] - 2015-07-13
### Fixed
* Removed trailing `?>` from file endings to meet standards.
* Call the parent constructor method instead of `WP_Widget`, which was deprecated in WP 4.3.
## [0.2.0]
* Completely overhauled the entire code base.
## [0.1.0]
* Plugin launch.