diff --git a/.gitattributes b/.gitattributes index 1f89854..52b00c7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/wp-cli-2.5.0.phar b/wp-cli-2.5.0.phar deleted file mode 100644 index 8908514..0000000 --- a/wp-cli-2.5.0.phar +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be0853e9f443f3848566070871d344e8ad81eb1e15d15dcf9324b4a75e272789 -size 6094557 diff --git a/wp-cli-2.7.1.phar b/wp-cli-2.7.1.phar new file mode 100644 index 0000000..5975c19 --- /dev/null +++ b/wp-cli-2.7.1.phar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf096bccc6b1f3f1437e75e3254f0dcda879e924bbea403dff3cfb251d4e468 +size 6729511 diff --git a/wp-cli.changes b/wp-cli.changes index 7a1a8af..33aa24e 100644 --- a/wp-cli.changes +++ b/wp-cli.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Nov 8 14:41:07 UTC 2022 - Andrea Manzini + +- 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 diff --git a/wp-cli.spec b/wp-cli.spec index b5e7d67..1c16fdf 100644 --- a/wp-cli.spec +++ b/wp-cli.spec @@ -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