Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
1.1.4 - 2021-09-28
Fixed
- Register WP hooks even if WP isn't loaded yet.
1.1.3 - 2021-08-31
Changed
- Bump changelogger version
- Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills).
- Updated package dependencies.
1.1.2 - 2021-08-12
Added
- Add package version tracking.
1.1.1 - 2021-07-27
Added
- Add a package version constant.
Changed
- Updated package dependencies.
1.1.0 - 2021-06-29
Added
- Add backup-helper-script endpoints under the jetpack/v4 namespace.
- Add backup real time endpoints.
1.0.6 - 2021-05-25
Changed
- Updated package dependencies.
1.0.5 - 2021-04-27
Changed
- Updated package dependencies.
1.0.4 - 2021-03-30
Added
- Composer alias for dev-master, to improve dependencies
Changed
- Update package dependencies.
1.0.3 - 2021-01-19
- Add mirror-repo information to all current composer packages
- Monorepo: Reorganize all projects
1.0.2 - 2019-11-08
- Packages: Use classmap instead of PSR-4
1.0.0 - 2019-10-29
- Add API endpoints and Jetpack Backup package for managing Help…