Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Oct 23, 2019
1 parent 24e4ef3 commit 96347e4
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
## Changelog

### 1.4.2
* improved `composer.json`
* updated metadata

### 1.4.1
* tested with WP 5.1
* updated plugin meta
* tweaked Composer meta
* updated metadata
* tweaked `composer.json`

### 1.4.0
* PBP v1.2.0
* removed FORCE_SSL constant references
* removed `FORCE_SSL` constant references
* added support to force HTTPS on `source` elements (previously unsupported) ... this fixes GitHub Issue #7
* late support for new FORCE_HTTPS defined constant
* define('FORCE_HTTPS', true);
Expand All @@ -18,9 +22,7 @@

### 1.3.0
* PBP v1.1.0
* tested with PHP 7.0
* tested with PHP 7.1
* tested with PHP 7.2
* tested with PHP 7.0, 7.1, 7.2
* tested with PHP 5.6 (no fatal errors only, tweaked code style and several corrections)
* better support for WP-CLI (fixes GitHub Issue #6/#2)
* simplified plugin class organization
Expand All @@ -30,16 +32,16 @@
* tested with WP 5.0

### 1.1.4
* updated plugin meta
* updated metadata

### 1.1.3
* updated recommended plugins

### 1.1.2
* updated plugin meta
* updated metadata

### 1.1.1
* updated plugin meta
* updated metadata
* updated recommended plugins

### 1.1.0
Expand All @@ -52,23 +54,23 @@
* (philosophy = "green padlock" more important than a resource 404 error)
* added warning for Multisite installations
* updated recommended plugins
* updated plugin meta
* updated metadata

### 1.0.5
* better support for `DISABLE_NAG_NOTICES`

### 1.0.4
* partial support for `DISABLE_NAG_NOTICES`
* updated plugin meta
* updated metadata

### 1.0.3
* tested with WP 4.9
* updated recommended plugins
* updated plugin meta
* updated metadata

### 1.0.2
* filter to "skip" external hyperlinks
* better HTTPS filters for internal links, internal sources, and image srcsets
* better HTTPS filters for internal links, internal sources, and image `srcset`
* optimized plugin code
* added rating request notice
* updated recommended plugins
Expand Down

0 comments on commit 96347e4

Please sign in to comment.