Skip to content

Commit f29590d

Browse files
Mention the roadmap
1 parent 431c662 commit f29590d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

_posts/2016-10-25-version-0.25.0.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ author: danielbachhuber
44
title: Version 0.25.0 released
55
---
66

7+
Happy release day! Today, I'm excited to bring you WP-CLI v0.25.0. Check out the [newly published roadmap](/docs/roadmap/) for details on upcoming releases and product focus (hint: there's a future where WP-CLI no longer supports PHP 5.3).
8+
9+
Let's dive in.
10+
711
### Compatibility with WordPress 4.7
812

913
WordPress 4.7 introduces a new `WP_Hook` implementation for registering and executing actions and filters. Because WP-CLI has its own `WP_CLI::add_wp_hook()` that was erroneously accessing the `$wp_filter` global even when the `add_filter()` function was available, WP-CLI could fatal in certain circumstances. WP-CLI now appropriately calls `add_filter()` when it's available.
@@ -43,9 +47,11 @@ Install any one of these with `wp package install <package-name>`. When you do,
4347

4448
Although we'd love to see your package listed in the Package Index, we realize there are reasons you might not be able to do so. `wp package install` now supports installing an arbitrary Git URL [[#3482](https://github.com/wp-cli/wp-cli/pull/3482)], `.zip` file [[#3485](https://github.com/wp-cli/wp-cli/pull/3485)], or directory path [[#3484](https://github.com/wp-cli/wp-cli/pull/3484)] as a package.
4549

46-
$ wp package install [email protected]:wp-cli/google-sitemap-generator-cli.git
47-
$ wp package install https://github.com/wp-cli/google-sitemap-generator.zip
48-
$ wp package install google-sitemap-generator
50+
$ wp package install [email protected]:runcommand/doctor.git
51+
$ wp package install https://github.com/runcommand/doctor.zip
52+
$ wp package install doctor
53+
54+
(doctor is the [second premium WP-CLI command from runcommand](https://runcommand.io/wp/doctor/))
4955

5056
It's worth noting Composer's behavior is slightly different for each package type:
5157

0 commit comments

Comments
 (0)