Skip to content

Commit 4a3d3cd

Browse files
committed
convert changelog section to blog posts
1 parent 2dcc8bb commit 4a3d3cd

8 files changed

Lines changed: 173 additions & 145 deletions

_posts/2011-11-06-version-0.3.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: post
3+
title: Version 0.3
4+
author: scribu
5+
---
6+
Version 0.3.0 is now available.
7+
8+
### Changelog
9+
10+
Commands:
11+
12+
- added `wp sql`
13+
- improved `wp option`
14+
- improved `wp plugin` and `wp theme`
15+
- added `wp generate`
16+
- added `wp core version`
17+
18+
Internals:
19+
20+
- added `--version` special parameter
21+
- added `--blog` global parameter
22+
- added bash completion script
23+
- added pear installer
24+
25+
Contributors to this release: [andreascreten](http://github.com/andreascreten), [conatus](http://github.com/conatus), [matiskay](http://github.com/matiskay), [nb](http://github.com/nb), [scribu](http://github.com/scribu), [toszcze](http://github.com/toszcze).

_posts/2011-12-29-version-0.4.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: post
3+
title: Version 0.4
4+
author: scribu
5+
---
6+
Version 0.4.0 is now available. See [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=2&state=closed).
7+
8+
### Changelog
9+
10+
- added `wp eval` and `wp eval-file`
11+
- added `wp export`
12+
- added `wp core install`
13+
- fixed `wp core update`
14+
- added `--dev` flag to `wp plugin install`
15+
- added `wp plugin uninstall`
16+
- fixed `wp plugin install` and `wp plugin update`
17+
18+
Contributors to this release: [mwilliamson](http://github.com/mwilliamson), [scribu](http://github.com/scribu), [tott](http://github.com/tott).

_posts/2012-03-27-version-0.5.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: post
3+
title: Version 0.5
4+
author: scribu
5+
---
6+
Version 0.5.0 is now available. See [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=3&state=closed).
7+
8+
### Changelog
9+
10+
Commands:
11+
12+
- added `wp user`
13+
- added `wp core download`
14+
- added `wp core config`
15+
- added `wp plugin update --all`
16+
17+
Internals:
18+
19+
- added `--url` `--path` and `--user` global parameters
20+
- various bugfixes
21+
22+
Contributors to this release: [andreascreten](http://github.com/andreascreten), [ericandrewlewis](http://github.com/ericandrewlewis), [getsource](http://github.com/getsource), [johnpbloch](http://github.com/johnpbloch), [scribu](http://github.com/scribu), [spuriousdata](http://github.com/spuriousdata), [svaj](http://github.com/svaj), [wopr42](http://github.com/wopr42).

_posts/2012-09-05-version-0.6.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,37 @@ The help system has been improved. When you do `wp help core config`, an actual
4646

4747
Unfortunately, this doesn't work if you install wp-cli via the PEAR package, because PEAR doesn't know how to handle them. :(
4848

49-
### The Community
49+
### The Changelog
50+
51+
Commands:
52+
53+
- added `wp post` and `wp post-meta`
54+
- added `wp user-meta`
55+
- added `wp blog create`
56+
- added `wp export`
57+
- added `wp theme install` and `wp theme update`
58+
- added `wp transient`
59+
- added `wp db optimize` and `wp db repair`
60+
- added `wp db create`, `wp db drop` and `wp db reset`
61+
- added `wp db import`
62+
- added `wp core install_network`
63+
- added `wp core update_db`
64+
- added `--json` option to several subcommands
65+
- added `--network` option to `wp plugin activate`
66+
- fixed `wp plugin update`
5067

51-
Most of the new commands you see in this release were actually implemented by other people. A few examples:
68+
Internals:
5269

53-
[Mike Shroeder](https://github.com/getsource) was responsible for `wp theme install`, the much loved `wp plugin update --all` and a bunch of other things.
70+
- fixed "out of memory" error
71+
- misc bugfixes and optimizations
5472

55-
[Michael Williamson](https://github.com/mwilliamson-red-gate) wrote `wp user-meta` and came up with the idea for the `--json` parameter.
73+
You can also browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=4&state=closed).
74+
75+
### The Community
5676

57-
[Evan Anderson](https://github.com/kidfiction) contributed `wp blog create`, [Tott](https://github.com/tott) contributed `wp export` and [Zack Tollman](https://github.com/tollmanz) contributed `wp transient`.
77+
Most of the new commands you see in this release were actually implemented by other people.
5878

59-
And that's just the beginning. The [full list of contributors](https://github.com/wp-cli/wp-cli/graphs/contributors?from=2011-09-04&to=2012-09-02&type=a) can be found on github.
79+
Here are all the people that have contributed to this release: [andreascreten](http://github.com/andreascreten), [dwightjack](http://github.com/dwightjack), [getsource](http://github.com/getsource), [johnpbloch](http://github.com/johnpbloch), [joshstoik1](http://github.com/joshstoik1), [kidfiction](http://github.com/kidfiction), [marcoceppi](http://github.com/marcoceppi), [mgburns](http://github.com/mgburns), [mwilliamson](http://github.com/mwilliamson), [roelven](http://github.com/roelven), [scribu](http://github.com/scribu), [soulou](http://github.com/soulou), [tollmanz](http://github.com/tollmanz).
6080

6181
### The Future
6282

_posts/2012-11-10-wp-shell.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ title: Interactive WordPress Debugging
44
author: scribu
55
---
66

7-
A new command [landed](https://github.com/wp-cli/wp-cli/pull/89) in wp-cli a few days ago, called `shell`. When you run `wp shell`, a <acronym title="read-eval-print-loop">REPL</acronym> will start, in which you can run any WordPress function.
7+
A new command [landed](https://github.com/wp-cli/wp-cli/pull/89) in wp-cli a few days ago, called `shell`. It was inspired by an older project called [wpshell](http://code.trac.wordpress.org/browser/wpshell).
8+
9+
When you run `wp shell`, a <acronym title="read-eval-print-loop">REPL</acronym> will start, in which you can run any WordPress function.
810

911
The major advantage over `wp eval` and `wp eval-file` is that it's interactive: you immediately see the result of the previous command; it's also stored in the special `$_` variable, which you can use in the next command and so on.
1012

@@ -19,4 +21,4 @@ Here's a contrived example session:
1921
wp> exit
2022
scribu@air:~/wp/core$
2123

22-
wp-shell will be available in the 0.7 release of wp-cli, but if you want to try it out right now, clone the [latest version](https://github.com/wp-cli/wp-cli) from github. If you have suggestions for making it better, don't hesitate to open issues and pull requests.
24+
`wp shell` will be available in the 0.7 release of WP-CLI, but if you want to try it out right now, clone the [latest version](https://github.com/wp-cli/wp-cli) from github. If you have suggestions for making it better, don't hesitate to open issues and pull requests.

_posts/2012-11-16-version-0.7.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,46 @@ layout: post
33
title: Version 0.7
44
author: scribu
55
---
6-
7-
Version 0.7 is now available. You can consult the [changelog](/#changelog) for an executive summary.
6+
Version 0.7.0 is now available.
87

98
If you had installed WP-CLI using PEAR, you will probably have to re-install it from scratch, since the URL for the channel has changed.
109

1110
There is a new wiki page for [creating commands](https://github.com/wp-cli/wp-cli/wiki/Creating-Commands) which has information about the new `@synopsis` tag etc. It also describes how you can create man pages for your custom commands.
11+
12+
### Changelog
13+
14+
Commands:
15+
16+
- added [wp shell](/blog/wp-shell.html)
17+
- added `wp cache`
18+
- added `wp comment`
19+
- added `wp rewrite`
20+
- added `wp user import-csv`
21+
- added `wp user set-role` and `wp user remove-role`
22+
- added `wp core is-installed`
23+
- added `wp blog delete`
24+
- added `wp post list`
25+
- made `wp post delete` accept a list of IDs
26+
- added `--dry-run` option `wp plugin update-all`
27+
- improved `wp export`
28+
29+
Breaking changes:
30+
31+
- converted `wp plugin update --all` to `wp plugin update-all`
32+
- converted `wp theme update --all` to `wp theme update-all`
33+
- converted `wp generate posts` to `wp post generate`
34+
- converted `wp generate users` to `wp user generate`
35+
- renamed `wp core install_network` to `wp core install-network`
36+
- renamed `--path` option to `--dir` in `wp export`
37+
38+
Internals:
39+
40+
- removed support for default subcommands
41+
- introduced `@synopsis` docblock tag
42+
- introduced `@subcommand` docblock tag
43+
- introduced `@alias` docblock tag
44+
- introduced `WP_CLI::add_man_dir()`
45+
46+
You can also browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=5&state=closed).
47+
48+
Contributors to this release: [andreascreten](http://github.com/andreascreten), [bendoh](http://github.com/bendoh), [builtbylane](http://github.com/builtbylane), [danielbachhuber](http://github.com/danielbachhuber), [goldenapples](http://github.com/goldenapples), [jghazally](http://github.com/jghazally), [lackingpenguin](http://github.com/lackingpenguin), [navitronic](http://github.com/navitronic), [ozh](http://github.com/ozh), [scribu](http://github.com/scribu), [tddewey](http://github.com/tddewey).

_posts/2013-01-26-version-0.8.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: post
3+
title: Version 0.8
4+
author: scribu
5+
---
6+
Version 0.8.0 is now available.
7+
8+
### Changelog
9+
10+
Commands:
11+
12+
- added `wp search-replace`. hat tip to [interconnectit/Search-Replace-DB](https://github.com/interconnectit/Search-Replace-DB)
13+
- added `wp scaffold`
14+
- added `wp cap`
15+
- added `wp user add-role`
16+
- added `--role` parameter to `wp user remove-role`
17+
- added `--ids` parameter to `wp user list`
18+
- added `--post__in` parameter to `wp export`
19+
- added `--str` parameter to most `wp db` subcommands
20+
- removed community commands (`wp total-cache`, `wp super-cache`, `wp sitemap`)
21+
- made `wp post update` accept multiple IDs
22+
- fixed incorrect exit code from `wp core is-installed` in some cases
23+
- fixed `wp user import-csv`
24+
- fixed `wp theme update <theme>`
25+
- fixed `wp plugin update <plugin>` not reactivating the plugin
26+
27+
Internals:
28+
29+
- added support for `wp-cli.yml` config file
30+
- bypass full-page caching plugins
31+
- disabled coloring when not in a TTY and added `--color/no-color` global parameters
32+
- added `--debug` global parameter
33+
- added `wp --info` utility
34+
- added unit tests for `wp core` subcommands
35+
- [Composer](http://getcomposer.org) compatibility
36+
37+
You can also browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=6&state=closed).
38+
39+
Contributors to this release: [danielbachhuber](http://github.com/danielbachhuber), [ericmann](http://github.com/ericmann), [jmslbam](http://github.com/jmslbam), [milesj](http://github.com/milesj), [mwilliamson](http://github.com/mwilliamson), [scribu](http://github.com/scribu), [sebastiaandegeus](http://github.com/sebastiaandegeus).

index.md

Lines changed: 0 additions & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -147,141 +147,6 @@ You can find more information about adding commands in the [Commands Cookbook](h
147147

148148
**Please share the commands you make, issue a pull request to get them included in wp-cli by default.**
149149

150-
Changelog
151-
=========
152-
153-
### [0.8](https://github.com/wp-cli/wp-cli/issues?milestone=6&state=closed)
154-
155-
Commands:
156-
157-
- added `wp search-replace` command
158-
- added `wp scaffold` command. props [jmslbam](http://github.com/jmslbam) and [sebastiaandegeus](http://github.com/sebastiaandegeus)
159-
- added `wp cap` command
160-
- added `wp user add-role` subcommand
161-
- added `--role` parameter to `wp user remove-role`
162-
- added `--ids` parameter to `wp user list`
163-
- added `--post__in` parameter to `wp export`
164-
- added `--str` parameter to most `wp db` subcommands
165-
- removed community commands (`wp total-cache`, `wp super-cache`, `wp sitemap`)
166-
- made `wp post update` accept multiple IDs
167-
- fixed incorrect exit code from `wp core is-installed` in some cases
168-
- fixed `wp user import-csv`. props [danielbachhuber](http://github.com/danielbachhuber)
169-
- fixed `wp theme update <theme>`
170-
- fixed `wp plugin update <plugin>` not reactivating the plugin
171-
172-
Internals:
173-
174-
- added support for `wp-cli.yml` config file
175-
- bypass full-page caching plugins
176-
- disabled coloring when not in a TTY and added `--color/no-color` global parameters
177-
- added `--debug` global parameter
178-
- added `wp --info` utility
179-
- added unit tests for `wp core` subcommands. props [mwilliamson](http://github.com/mwilliamson)
180-
- [Composer](http://getcomposer.org) compatibility
181-
182-
### [0.7](https://github.com/wp-cli/wp-cli/issues?milestone=5&state=closed)
183-
184-
Commands:
185-
186-
- added [wp shell](/blog/wp-shell.html)
187-
- added `wp cache`, props [tollmanz](http://github.com/tollmanz)
188-
- added `wp comment`, props [ozh](http://github.com/ozh)
189-
- added `wp rewrite`, props [goldenapples](http://github.com/goldenapples)
190-
- added `wp user import-csv`, props [danielbachhuber](http://github.com/danielbachhuber)
191-
- added `wp user set-role` and `wp user remove-role`, props danielbachhuber
192-
- added `wp core is-installed`
193-
- added `wp blog delete`
194-
- added `wp post list`
195-
- made `wp post delete` accept a list of IDs
196-
- added `--dry-run` option `wp plugin update-all`
197-
- improved `wp export`, props danielbachhuber
198-
199-
Breaking changes:
200-
201-
- converted `wp plugin update --all` to `wp plugin update-all`
202-
- converted `wp theme update --all` to `wp theme update-all`
203-
- converted `wp generate posts` to `wp post generate`
204-
- converted `wp generate users` to `wp user generate`
205-
- renamed `wp core install_network` to `wp core install-network`
206-
- renamed `--path` option to `--dir` in `wp export`
207-
208-
Internals:
209-
210-
- removed support for default subcommands
211-
- introduced `@synopsis` docblock tag
212-
- introduced `@subcommand` docblock tag
213-
- introduced `@alias` docblock tag
214-
- introduced `WP_CLI::add_man_dir()`
215-
216-
### [0.6](https://github.com/wp-cli/wp-cli/issues?milestone=4&state=closed)
217-
218-
Commands:
219-
220-
- added `wp post` and `wp post-meta`
221-
- added `wp user-meta`, props [mwilliamson-red-gate](http://github.com/mwilliamson-red-gate)
222-
- added `wp blog create`, props [kidfiction](http://github.com/kidfiction)
223-
- added `wp export`, props [tott](http://github.com/tott)
224-
- added `wp theme install` and `wp theme update`, props [getsource](http://github.com/getsource)
225-
- added `wp transient`, props [tollmanz](http://github.com/tollmanz)
226-
- added `wp db optimize` and `wp db repair`, props getsource
227-
- added `wp db create`, `wp db drop` and `wp db reset`
228-
- added `wp db import`, props [svaj](http://github.com/svaj)
229-
- added `wp core install_network`
230-
- added `wp core update_db`, props mwilliamson-red-gate
231-
- added `--json` option to several subcommands
232-
- added `--network` option to `wp plugin activate`
233-
- fixed `wp plugin update`
234-
235-
Internals:
236-
237-
- added `--require` global parameter
238-
- fixed "out of memory" error
239-
- misc bugfixes and optimizations
240-
- man pages (not in PEAR package)
241-
242-
### [0.5](https://github.com/wp-cli/wp-cli/issues?milestone=3&state=closed)
243-
244-
Commands:
245-
246-
- added `wp user`, props [wopr42](http://github.com/wopr42)
247-
- added `wp core download`, props [ericandrewlewis](http://github.com/ericandrewlewis)
248-
- added `wp core config`
249-
- added `wp plugin update --all`, props [getsource](http://github.com/getsource)
250-
251-
Internals:
252-
253-
- added `--url` `--path` and `--user` global parameters
254-
- various bugfixes
255-
256-
### [0.4](https://github.com/wp-cli/wp-cli/issues?milestone=2&state=closed)
257-
258-
- added `wp eval` and `wp eval-file`
259-
- added `wp export`
260-
- added `wp core install`
261-
- fixed `wp core update`
262-
- added `--dev` flag to `wp plugin install`
263-
- added `wp plugin uninstall`
264-
- fixed `wp plugin install` and `wp plugin update`
265-
266-
### 0.3
267-
268-
- added `wp sql`
269-
- improved `wp option`
270-
- pear installer
271-
272-
### 0.2
273-
274-
- added multisite support
275-
- improved `wp plugin` and `wp theme`
276-
- added `wp generate`
277-
- added `wp core version`
278-
- added `wp --version`
279-
- added bash completion script
280-
281-
### 0.1
282-
283-
- initial release
284-
285150
Contributors
286151
------------
287152

0 commit comments

Comments
 (0)