-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(refactor): replace metabox.io by cmb2
- Loading branch information
Mike van den Hoek
committed
Jul 15, 2024
1 parent
e919d2e
commit b1f237f
Showing
13 changed files
with
747 additions
and
910 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,106 +1,114 @@ | ||
# CHANGELOG | ||
|
||
## 2.1.0 | ||
|
||
### Changed | ||
|
||
- Metabox.io plugin by the open-source CMB2 plugin to align with OpenWebConcept's policy of using open-source plugins (fully backward-compatible) | ||
- Updated translations | ||
- License | ||
|
||
## 2.0.0 | ||
|
||
### Added | ||
|
||
- Register REST endpoints. | ||
- Replaced commands with WP Cron Events, reducing the need for server cron job configuration. | ||
- Updated `README.md`. | ||
- Register REST endpoints | ||
- Replaced commands with WP Cron Events, reducing the need for server cron job configuration | ||
- Updated `README.md` | ||
|
||
## 1.2.5 | ||
|
||
### Changed | ||
|
||
- No changes. Corrects version and git tag which were out of sync. | ||
- No changes. Corrects version and git tag which were out of sync | ||
|
||
## 1.2.4 | ||
|
||
### Changed | ||
|
||
- No changes. Corrects version and git tag which were out of sync. | ||
- No changes. Corrects version and git tag which were out of sync | ||
|
||
## 1.2.3 | ||
|
||
### Fixed | ||
|
||
- Avoid exiting with an error code when there is nothing to update. | ||
- Avoid exiting with an error code when there is nothing to update | ||
|
||
## 1.2.2 | ||
|
||
### Added | ||
|
||
- Added search box to find leges items by ID. | ||
- Added search box to find leges items by ID | ||
|
||
## 1.2.1 | ||
|
||
### Fixed | ||
|
||
- Missing PHP extension when running GH workflows. | ||
- Missing PHP extension when running GH workflows | ||
|
||
## 1.2.0 | ||
|
||
### Added | ||
|
||
- Updates can now be provided through the Admin interface. | ||
- Updates can now be provided through the Admin interface | ||
|
||
## 1.1.4 | ||
|
||
### Changed | ||
|
||
- Replaced Composer plugin dependency check with runtime check. | ||
- Replaced Composer plugin dependency check with runtime check | ||
|
||
## 1.1.3 | ||
|
||
### Fixed | ||
|
||
- Validate `datActive` in `dateIsNow` inside Shortcode class. | ||
- Validate `datActive` in `dateIsNow` inside Shortcode class | ||
|
||
## 1.1.2 | ||
|
||
### Changed | ||
|
||
- Update dependencies and reference pdc-base plugin from BitBucket to GitHub. | ||
- Update dependencies and reference pdc-base plugin from BitBucket to GitHub | ||
|
||
## 1.1.1 | ||
|
||
### Fixed | ||
|
||
- Fix new lege price date comparison. | ||
- Fix new lege price date comparison | ||
|
||
## 1.1.0 | ||
|
||
### Added | ||
|
||
- Update lege prices via WP_CLI command. | ||
- Update lege prices via WP_CLI command | ||
|
||
## 1.0.4 | ||
|
||
### Changed | ||
|
||
- Composer dependency on pdc-base plug-in updated from `^2.0.0` to `^3.0.0`. | ||
- Composer dependency on pdc-base plug-in updated from `^2.0.0` to `^3.0.0` | ||
|
||
## 1.0.3 | ||
|
||
### Fixed | ||
|
||
- WordPress 5.3 class and style changes caused issues with quickedit functionality. | ||
- WordPress 5.3 class and style changes caused issues with quickedit functionality | ||
|
||
## 1.0.2 | ||
|
||
### Added | ||
|
||
- Adding of admin column. | ||
- Adding of admin column | ||
|
||
## 1.0.1 | ||
|
||
### Fixed | ||
|
||
- Check if required file for `is_plugin_active` is already loaded, otherwise load it. Props @Jasper Heidebrink. | ||
- Check if required file for `is_plugin_active` is already loaded, otherwise load it. Props @Jasper Heidebrink | ||
|
||
## 1.0.0 | ||
|
||
### Added | ||
|
||
- Initial release. | ||
- Added documentation. | ||
- Initial release | ||
- Added documentation |
Oops, something went wrong.