Adds DFs
This commit is contained in:
40
spec/fixtures/dynamic_finders/plugin_version/wp-head-footer/change_log/CHANGELOG.md
vendored
Normal file
40
spec/fixtures/dynamic_finders/plugin_version/wp-head-footer/change_log/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [1.0.4] - 2017-10-24
|
||||
|
||||
### Changed
|
||||
- Minor code cleanup
|
||||
|
||||
## [1.0.3] - 2017-10-23
|
||||
|
||||
### Fixed
|
||||
- Text Domain to the Plugin File Header
|
||||
|
||||
### Changed
|
||||
- Class `WP_Head_Footer_Helpers` to `WP_Head_Footer_Utils`
|
||||
- File `class-wp-head-footer-helpers.php` to `class-wp-head-footer-utils.php`
|
||||
|
||||
## [1.0.2] - 2017-10-22
|
||||
|
||||
### Added
|
||||
- A link to Site-wide Settings in the Metabox
|
||||
- Information box in the Site-wide Settings
|
||||
|
||||
### Removed
|
||||
- The footer of the Metabox
|
||||
- `donations` method into `WP_Head_Footer_Form` class
|
||||
|
||||
### Changed
|
||||
- `html` method into `WP_Head_Footer_Frontend` class
|
||||
|
||||
## [1.0.1] - 2017-10-13
|
||||
|
||||
### Fixed
|
||||
- Wrong callback name in register_setting.
|
||||
|
||||
## [1.0.0] - 2017-10-11
|
||||
|
||||
### Added
|
||||
- First version.
|
||||
Reference in New Issue
Block a user