forked from pool/wp-cli
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
376e886cd6 | |||
977645f08d |
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.10.0.phar filter=lfs diff=lfs merge=lfs -text
|
||||
wp-cli-2.11.0.phar filter=lfs diff=lfs merge=lfs -text
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c6a93cecae7f499ca481fa7a6d6d4299c8b93214e5e5308e26770dbfd3631df
|
||||
size 6995229
|
3
wp-cli-2.11.0.phar
Normal file
3
wp-cli-2.11.0.phar
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a39021ac809530ea607580dbf93afbc46ba02f86b6cffd03de4b126ca53079f6
|
||||
size 7048108
|
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 07:48:08 UTC 2025 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Update to version 2.11.0
|
||||
* Allow manually dispatching tests workflow [#5965]
|
||||
* Add fish shell completion [#5954]
|
||||
* Add defaults and accepted values for runcommand() options in doc [#5953]
|
||||
* Address warnings with filenames ending in fullstop on Windows [#5951]
|
||||
* Fix unit tests [#5950]
|
||||
* Update copyright year in license [#5942]
|
||||
* Fix breaking multi-line CSV values on reading [#5939]
|
||||
* Fix broken Gutenberg test [#5938]
|
||||
* Update docker runner to resolve docker path using /usr/bin/env [#5936]
|
||||
* Fix inherit path in nested directory [#5930]
|
||||
* Minor docblock improvements [#5929]
|
||||
* Add Signup fetcher [#5926]
|
||||
* Ensure the alias has the leading @ symbol when added [#5924]
|
||||
* Include any non default hook information in CompositeCommand [#5921]
|
||||
* Correct completion case when ends in = [#5913]
|
||||
* Docs: Fixes for inline comments [#5912]
|
||||
* Update Inline comments [#5910]
|
||||
* Add a real-world example for wp cli has-command [#5908]
|
||||
* Fix typos [#5901]
|
||||
* Avoid PHP deprecation notices in PHP 8.1.x [#5899]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 7 19:29:40 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wp-cli
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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.10.0
|
||||
Version: 2.11.0
|
||||
Release: 0
|
||||
Summary: WordPress command-line interface
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user