This commit is contained in:
erwanlr
2019-03-30 07:20:14 +00:00
parent 1baa3e23b2
commit 07b3826806
509 changed files with 82506 additions and 48 deletions

View 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.