forked from pool/wp-cli
Accepting request 1034560 from home:amanzini:branches:server:php:applications
- 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 OBS-URL: https://build.opensuse.org/request/show/1034560 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/wp-cli?expand=0&rev=8
This commit is contained in:
parent
0471ccec06
commit
f09a62791c
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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.5.0.phar filter=lfs diff=lfs merge=lfs -text
|
||||
wp-cli-2.7.1.phar filter=lfs diff=lfs merge=lfs -text
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be0853e9f443f3848566070871d344e8ad81eb1e15d15dcf9324b4a75e272789
|
||||
size 6094557
|
3
wp-cli-2.7.1.phar
Normal file
3
wp-cli-2.7.1.phar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbf096bccc6b1f3f1437e75e3254f0dcda879e924bbea403dff3cfb251d4e468
|
||||
size 6729511
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wp-cli
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: wp-cli
|
||||
Version: 2.5.0
|
||||
Version: 2.7.1
|
||||
Release: 0
|
||||
Summary: WordPress command-line interface
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user