Adds DFs
This commit is contained in:
41
spec/fixtures/dynamic_finders/plugin_version/series/change_log/changelog.md
vendored
Normal file
41
spec/fixtures/dynamic_finders/plugin_version/series/change_log/changelog.md
vendored
Normal 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.
|
||||
Reference in New Issue
Block a user