SHA256
1
0
forked from pool/wp-cli

Accepting request 1095328 from home:amanzini:branches:server:php:applications

- 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
This commit is contained in:
2023-08-21 20:04:31 +00:00
committed by Git OBS Bridge
parent f09a62791c
commit 6a061d03d7
5 changed files with 36 additions and 7 deletions

2
.gitattributes vendored
View File

@@ -22,4 +22,4 @@
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
wp-cli-2.7.1.phar filter=lfs diff=lfs merge=lfs -text
wp-cli-2.8.1.phar filter=lfs diff=lfs merge=lfs -text

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bbf096bccc6b1f3f1437e75e3254f0dcda879e924bbea403dff3cfb251d4e468
size 6729511

3
wp-cli-2.8.1.phar Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8503cd579480d0cb237b4bef35e0c3da11c2ab872a1bc8f26d2da0ca0729b6a7
size 6928461

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package wp-cli
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: wp-cli
Version: 2.7.1
Version: 2.8.1
Release: 0
Summary: WordPress command-line interface
License: MIT
URL: https://wp-cli.org/
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.phar
Source1: https://raw.githubusercontent.com/%{name}/%{name}/v%{version}/utils/wp-completion.bash
Requires: php >= 5.4
Requires: php >= 5.6
Requires: php-json
Requires: php-openssl
Requires: php-phar