Skip to content

Commit 694bdc1

Browse files
committed
Changed http to https in all wp-cli links.
1 parent 3967059 commit 694bdc1

18 files changed

Lines changed: 39 additions & 39 deletions

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ markdown: kramdown
55
gems:
66
- jekyll-paginate
77
- jekyll-redirect-from
8-
url: http://wp-cli.org
8+
url: https://wp-cli.org
99
permalink: /blog/:title.html
1010
paginate: 10
1111
paginate_path: /blog/page:num

_posts/2013-10-04-version-0.12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This nifty little parameter changes the behaviour of commands when required argu
3333

3434
### Phar archives are back
3535

36-
They were originally introduced in [version 0.9](http://wp-cli.org/blog/version-0.9.html) and... ahem, naively abandoned in the next release with the introduction of the installer script.
36+
They were originally introduced in [version 0.9](https://wp-cli.org/blog/version-0.9.html) and... ahem, naively abandoned in the next release with the introduction of the installer script.
3737

3838
The installer uses Composer, which has its own environmental requirements, but, more importantly, it has to fetch all of the packages WP-CLI depends on, which is both less reliable and slower than downloading a single file that contains everything.
3939

_posts/2014-04-29-survey-results.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ Many thanks to the 56 people who took our first user survey. We appreciate your
1616

1717
Even with its variety of commands, WP-CLI is largely used to install and update. 37.5% of respondents reported using WP-CLI to install WordPress (with 30.36% using it to update WordPress), and 32.14% reported using it to update plugins and themes.
1818

19-
After code management, WP-CLI is popularly used (23.21%) to perform migrations. Respondents reported using [`wp db export`](http://wp-cli.org/commands/db/export/) and [`wp db import`](http://wp-cli.org/commands/db/import/) in conjunction with [`wp search-replace`](http://wp-cli.org/commands/search-replace/), or [`wp export`](http://wp-cli.org/commands/export/) and [`wp import`](http://wp-cli.org/commands/import/).
19+
After code management, WP-CLI is popularly used (23.21%) to perform migrations. Respondents reported using [`wp db export`](https://wp-cli.org/commands/db/export/) and [`wp db import`](https://wp-cli.org/commands/db/import/) in conjunction with [`wp search-replace`](https://wp-cli.org/commands/search-replace/), or [`wp export`](https://wp-cli.org/commands/export/) and [`wp import`](https://wp-cli.org/commands/import/).
2020

2121
A subset of respondents reported using WP-CLI to perform specialized tasks, including:
2222

23-
* Creating users with [`wp user create`](http://wp-cli.org/commands/user/create/) and [`wp user import-csv`](http://wp-cli.org/commands/user/import-csv/).
24-
* [Deleting options](http://wp-cli.org/commands/option/delete/).
25-
* [Resizing images](http://wp-cli.org/commands/media/regenerate/).
26-
* [Creating posts / pages](http://wp-cli.org/commands/post/create/).
27-
* Quick code execution via [`wp eval`](http://wp-cli.org/commands/eval/), [`wp eval-file`](http://wp-cli.org/commands/eval-file/), and [`wp shell`](http://wp-cli.org/commands/shell/).
23+
* Creating users with [`wp user create`](https://wp-cli.org/commands/user/create/) and [`wp user import-csv`](https://wp-cli.org/commands/user/import-csv/).
24+
* [Deleting options](https://wp-cli.org/commands/option/delete/).
25+
* [Resizing images](https://wp-cli.org/commands/media/regenerate/).
26+
* [Creating posts / pages](https://wp-cli.org/commands/post/create/).
27+
* Quick code execution via [`wp eval`](https://wp-cli.org/commands/eval/), [`wp eval-file`](https://wp-cli.org/commands/eval-file/), and [`wp shell`](https://wp-cli.org/commands/shell/).
2828
* [Writing custom commands](https://github.com/wp-cli/wp-cli/wiki/Commands-Cookbook).
2929

3030
**Only 38% have used community packages**
3131

32-
WP-CLI now has 24 community packages listed in its [Package Index](http://wp-cli.org/package-index/). A good 62% percent of respondents will have the good fortune in the future to discover a helpful community package.
32+
WP-CLI now has 24 community packages listed in its [Package Index](https://wp-cli.org/package-index/). A good 62% percent of respondents will have the good fortune in the future to discover a helpful community package.
3333

3434
### Feature requests
3535

_posts/2014-06-30-version-0.16.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If any core files have been modified, you'll see something like this:
6161

6262
### A new look
6363

64-
[WP-CLI.org](http://wp-cli.org) received a much-appreciated fresh coat of paint. [Share the love on Twitter](https://twitter.com/intent/tweet?text=Love%20the%20fresh%20coat%20of%20paint%2C%20%40wpcli%21%20Check%20it%20out%3A%20http%3A%2F%2Fwp-cli.org) (or report any bugs in the [issue tracker](https://github.com/wp-cli/wp-cli/issues/new)).
64+
[WP-CLI.org](https://wp-cli.org) received a much-appreciated fresh coat of paint. [Share the love on Twitter](https://twitter.com/intent/tweet?text=Love%20the%20fresh%20coat%20of%20paint%2C%20%40wpcli%21%20Check%20it%20out%3A%20http%3A%2F%2Fwp-cli.org) (or report any bugs in the [issue tracker](https://github.com/wp-cli/wp-cli/issues/new)).
6565

6666
### Other changes
6767

_posts/2015-06-20-version-0.19.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: danielbachhuber
44
title: Version 0.19.2 released
55
---
66

7-
Embarrassingly, [WP-CLI v0.19.1](http://wp-cli.org/blog/version-0.19.1.html) introduced another bug related to scaffolding plugin tests. More embarrassingly, it took me a full month to get around to fixing it. My apologies if you were bit by it.
7+
Embarrassingly, [WP-CLI v0.19.1](https://wp-cli.org/blog/version-0.19.1.html) introduced another bug related to scaffolding plugin tests. More embarrassingly, it took me a full month to get around to fixing it. My apologies if you were bit by it.
88

99
You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?milestone=31&page=1&state=closed) on Github.
1010

_posts/2015-08-26-version-0.20.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Use `wp core verify-checksums` to make sure a given WordPress install has the co
3636

3737
### WP-API CLI
3838

39-
We [released v0.19.0](http://wp-cli.org/blog/version-0.19.0.html) with this statement:
39+
We [released v0.19.0](https://wp-cli.org/blog/version-0.19.0.html) with this statement:
4040

4141
> WP-API is days away from 2.0-beta1, and brings with it a powerful new interface to WordPress. In the near future, we’ll start exploring how WP-CLI can use WP-API internally. If all goes well, WP-CLI could see just one more 0.x.0 release before the big 1.0.0.
4242
@@ -48,7 +48,7 @@ There were a couple issues opened for "how do I do X?", which you might find hel
4848

4949
# List plugins on each site in a network
5050
wp site list --field=url | xargs -n 1 -I % wp plugin list --url=%
51-
51+
5252
# Delete inactive plugins
5353
wp plugin delete $(wp plugin list --status=inactive --field=name)
5454

_posts/2015-10-30-version-0.20.3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ author: danielbachhuber
44
title: Version 0.20.3 released
55
---
66

7-
WordPress 4.4 loads a few new files in `wp-settings.php` relating to oEmbed and the REST API. Because WP-CLI has a custom `wp-settings-cli.php` ([background](http://wp-cli.org/blog/how-wp-cli-loads-wordpress.html)), WP-CLI v0.20.3 is a compatibility release to load these new files.
7+
WordPress 4.4 loads a few new files in `wp-settings.php` relating to oEmbed and the REST API. Because WP-CLI has a custom `wp-settings-cli.php` ([background](https://wp-cli.org/blog/how-wp-cli-loads-wordpress.html)), WP-CLI v0.20.3 is a compatibility release to load these new files.
88

99
**Importantly, due to the nature of these changes, WP-CLI versions prior to 0.20.3 will be incompatible with WordPress 4.4.**
1010

11-
Stay tuned next week for WP-CLI v0.21.0 (which is also compatible with WordPress 4.4), the results of the [user survey](http://wp-cli.org/blog/user-survey-2015.html), and a special announcement.
11+
Stay tuned next week for WP-CLI v0.21.0 (which is also compatible with WordPress 4.4), the results of the [user survey](https://wp-cli.org/blog/user-survey-2015.html), and a special announcement.
1212

1313
You can browse the full list of [resolved issues](https://github.com/wp-cli/wp-cli/issues?q=is%3Aclosed+milestone%3A0.20.2) on Github.
1414

_posts/2015-11-04-version-0.21.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ As many of you are aware of, I launched a Kickstarter campaign Monday night: [A
1111
But, I have an even more **important note** about supported WordPress versions:
1212

1313
* WP-CLI v0.22.0 (the next release) will bump the minimum supported WordPress version from 3.5 to 3.7 ([background](https://github.com/wp-cli/wp-cli/issues/2134)).
14-
* WP-CLI versions prior to 0.20.3 will be incompatible with WordPress 4.4 ([background](http://wp-cli.org/blog/version-0.20.3.html)).
14+
* WP-CLI versions prior to 0.20.3 will be incompatible with WordPress 4.4 ([background](https://wp-cli.org/blog/version-0.20.3.html)).
1515

1616
This important note may apply to you in some way -- please take action accordingly.
1717

@@ -24,7 +24,7 @@ For a while now, you've been able to run a WP-CLI command before WordPress loads
2424
See how `wp eval` makes use of `WP_CLI::get_runner()->load_wordpress()`:
2525

2626
class Eval_Command extends WP_CLI_Command {
27-
27+
2828
/**
2929
* Execute arbitrary PHP code.
3030
*

_posts/2015-11-23-versions-0.21.1-and-0.20.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: danielbachhuber
44
title: Versions 0.21.1 and 0.20.4 released
55
---
66

7-
WordPress 4.4 loads a <del>few new files</del> <ins>even more files</ins> in `wp-settings.php`. Because WP-CLI has a custom `wp-settings-cli.php` ([background](http://wp-cli.org/blog/how-wp-cli-loads-wordpress.html)), WP-CLI v0.21.1 and v0.20.4 are compatibility releases to load these new files.
7+
WordPress 4.4 loads a <del>few new files</del> <ins>even more files</ins> in `wp-settings.php`. Because WP-CLI has a custom `wp-settings-cli.php` ([background](https://wp-cli.org/blog/how-wp-cli-loads-wordpress.html)), WP-CLI v0.21.1 and v0.20.4 are compatibility releases to load these new files.
88

99
**Importantly, due to the nature of these changes, WP-CLI versions prior to 0.20.4 will be incompatible with WordPress 4.4.**
1010

_posts/2015-12-01-survey-results-2015.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ author: danielbachhuber
44
title: What the survey said, 2015 edition
55
---
66

7-
Many thanks to the 206 (!!!) people who took our [second user survey](http://wp-cli.org/blog/user-survey-2015.html). We appreciate your time in helping us to understand how WP-CLI is being adopted by the community.
7+
Many thanks to the 206 (!!!) people who took our [second user survey](https://wp-cli.org/blog/user-survey-2015.html). We appreciate your time in helping us to understand how WP-CLI is being adopted by the community.
88

9-
Curious as to how the numbers have changed? Take a look at the [summary of the first user survey](http://wp-cli.org/blog/survey-results.html) from April 2014.
9+
Curious as to how the numbers have changed? Take a look at the [summary of the first user survey](https://wp-cli.org/blog/survey-results.html) from April 2014.
1010

1111
### By the numbers
1212

0 commit comments

Comments
 (0)