|
1 | 1 | ## Changelog |
2 | 2 |
|
| 3 | +### 1.4.2 |
| 4 | +* improved `composer.json` |
| 5 | +* updated metadata |
| 6 | + |
3 | 7 | ### 1.4.1 |
4 | 8 | * tested with WP 5.1 |
5 | | -* updated plugin meta |
6 | | -* tweaked Composer meta |
| 9 | +* updated metadata |
| 10 | +* tweaked `composer.json` |
7 | 11 |
|
8 | 12 | ### 1.4.0 |
9 | 13 | * PBP v1.2.0 |
10 | | -* removed FORCE_SSL constant references |
| 14 | +* removed `FORCE_SSL` constant references |
11 | 15 | * added support to force HTTPS on `source` elements (previously unsupported) ... this fixes GitHub Issue #7 |
12 | 16 | * late support for new FORCE_HTTPS defined constant |
13 | 17 | * define('FORCE_HTTPS', true); |
|
18 | 22 |
|
19 | 23 | ### 1.3.0 |
20 | 24 | * PBP v1.1.0 |
21 | | -* tested with PHP 7.0 |
22 | | -* tested with PHP 7.1 |
23 | | -* tested with PHP 7.2 |
| 25 | +* tested with PHP 7.0, 7.1, 7.2 |
24 | 26 | * tested with PHP 5.6 (no fatal errors only, tweaked code style and several corrections) |
25 | 27 | * better support for WP-CLI (fixes GitHub Issue #6/#2) |
26 | 28 | * simplified plugin class organization |
|
30 | 32 | * tested with WP 5.0 |
31 | 33 |
|
32 | 34 | ### 1.1.4 |
33 | | -* updated plugin meta |
| 35 | +* updated metadata |
34 | 36 |
|
35 | 37 | ### 1.1.3 |
36 | 38 | * updated recommended plugins |
37 | 39 |
|
38 | 40 | ### 1.1.2 |
39 | | -* updated plugin meta |
| 41 | +* updated metadata |
40 | 42 |
|
41 | 43 | ### 1.1.1 |
42 | | -* updated plugin meta |
| 44 | +* updated metadata |
43 | 45 | * updated recommended plugins |
44 | 46 |
|
45 | 47 | ### 1.1.0 |
|
52 | 54 | * (philosophy = "green padlock" more important than a resource 404 error) |
53 | 55 | * added warning for Multisite installations |
54 | 56 | * updated recommended plugins |
55 | | -* updated plugin meta |
| 57 | +* updated metadata |
56 | 58 |
|
57 | 59 | ### 1.0.5 |
58 | 60 | * better support for `DISABLE_NAG_NOTICES` |
59 | 61 |
|
60 | 62 | ### 1.0.4 |
61 | 63 | * partial support for `DISABLE_NAG_NOTICES` |
62 | | -* updated plugin meta |
| 64 | +* updated metadata |
63 | 65 |
|
64 | 66 | ### 1.0.3 |
65 | 67 | * tested with WP 4.9 |
66 | 68 | * updated recommended plugins |
67 | | -* updated plugin meta |
| 69 | +* updated metadata |
68 | 70 |
|
69 | 71 | ### 1.0.2 |
70 | 72 | * filter to "skip" external hyperlinks |
71 | | -* better HTTPS filters for internal links, internal sources, and image srcsets |
| 73 | +* better HTTPS filters for internal links, internal sources, and image `srcset` |
72 | 74 | * optimized plugin code |
73 | 75 | * added rating request notice |
74 | 76 | * updated recommended plugins |
|
0 commit comments