forked from pool/wp-cli
- Update to version 2.8.1 * Define WP_CLI_ROOT if needed * Extract Requests out of Composer - Update to version 2.8.0 * Ignore Requests deprecations in error handling for now * Fallback to hardcoded folder when WPINC not defined * Conditionally adapt to Core Requests library * Add bootstrap step to extract default CA certificate * Use wp_cache_flush_runtime if supported. * Extract cacert from Phar for cURL * Fix some PHP 8.2 depreciation notices in behat tests * Upgrade WP-CLI to Requests v2 * Added "wp cli alias is-group" subcommand. * Use -R instead of -r for fallback pager command * Fix autocompletion notice with PHP 8.2 * fix PHP Deprecation for 8.1 * Add composer phpcbf * Use WP_CLI_FORCE_USER_LOGIN=1 to force --user=<login> * Fix --skip-themes for themes with block patterns * Fix deprecation notice triggered in WpOrgApi class in PHP 8.1 * Improve support for cases with empty --path provided to wp-cli commands * PHP 8.2: explicitly declare CompositeCommand::$longdesc to fix deprecation warning * Detect Object Cache Pro * Ensure WP_CLI_ROOT is defined before accessing it OBS-URL: https://build.opensuse.org/request/show/1095328 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/wp-cli?expand=0&rev=10
87 lines
3.7 KiB
Plaintext
87 lines
3.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jun 26 06:39:27 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- Update to version 2.8.1
|
|
* Define WP_CLI_ROOT if needed
|
|
* Extract Requests out of Composer
|
|
|
|
- Update to version 2.8.0
|
|
* Ignore Requests deprecations in error handling for now
|
|
* Fallback to hardcoded folder when WPINC not defined
|
|
* Conditionally adapt to Core Requests library
|
|
* Add bootstrap step to extract default CA certificate
|
|
* Use wp_cache_flush_runtime if supported.
|
|
* Extract cacert from Phar for cURL
|
|
* Fix some PHP 8.2 depreciation notices in behat tests
|
|
* Upgrade WP-CLI to Requests v2
|
|
* Added "wp cli alias is-group" subcommand.
|
|
* Use -R instead of -r for fallback pager command
|
|
* Fix autocompletion notice with PHP 8.2
|
|
* fix PHP Deprecation for 8.1
|
|
* Add composer phpcbf
|
|
* Use WP_CLI_FORCE_USER_LOGIN=1 to force --user=<login>
|
|
* Fix --skip-themes for themes with block patterns
|
|
* Fix deprecation notice triggered in WpOrgApi class in PHP 8.1
|
|
* Improve support for cases with empty --path provided to wp-cli commands
|
|
* PHP 8.2: explicitly declare CompositeCommand::$longdesc to fix deprecation warning
|
|
* Detect Object Cache Pro
|
|
* Ensure WP_CLI_ROOT is defined before accessing it
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 8 14:41:07 UTC 2022 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- Update to version 2.7.1
|
|
* Avoid deleting TinyMCE themes/plugins by using more precise check
|
|
* Support for docker-compose run
|
|
* Customizable global parameters
|
|
* Download WordPress Core files without extracting them
|
|
* Directly install a specific locale
|
|
* Clean duplicate meta values
|
|
* Multiple changes to the i18n support
|
|
* PHP 8.1 Support
|
|
* New commands for managing application passwords
|
|
* New global flag: --context
|
|
* Configurable WP-CLI cache settings
|
|
* Use custom names/locations for the wp-config.php file
|
|
* Generate a dotenv file from your existing wp-config.php file
|
|
* Allow plugin/theme enumeration without forcing an update check
|
|
* New flag --strict for adapting the filtering of taxonomies by post type
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 10 11:59:36 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- Update to version 2.5.0
|
|
* Fix CVE-2021-29504: An improper error handling in HTTPS requests
|
|
management in WP-CLI since version 0.12.0, allowing remote
|
|
attackers able to intercept the communication to remotely disable
|
|
the certificate verification on WP-CLI side
|
|
* The security fix might break systems with invalid certificates,
|
|
for old behavior "--insecure" flag was added
|
|
* PHP 8 support
|
|
* Improved MySQL/MariaDB support
|
|
* Package Manager is now powered by Composer v2, speed improvements
|
|
* New commands for managing automatic updates
|
|
* New command for creating MO files
|
|
* New environment variable: WP_CLI_ALLOW_ROOT
|
|
* Support for third-party WP-CLI packages on GitLab
|
|
* Full release notes:
|
|
https://make.wordpress.org/cli/2021/05/19/wp-cli-v2-5-0-release-notes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 13 09:10:49 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
|
|
|
|
- Version 2.4.0
|
|
* Release notes: https://make.wordpress.org/cli/2019/11/12/wp-cli-v2-4-0-release-notes/
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 3 19:07:19 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
|
|
|
- Correct the URL of bash completion file
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 3 10:10:29 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
|
|
|
- Version 2.3.0
|
|
* Release notes: https://make.wordpress.org/cli/2019/08/14/wp-cli-release-v2-3-0/
|