forked from akshitapatel4u/wordpress-css-optimization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
155 lines (101 loc) · 3.98 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
= Changelog archive =
This is an archive of older and core update changelog entries. Most recent plugin update entries are maintained in readme.txt
= 0.0.43 =
* Core update (see changelog.txt)
= 0.0.42 =
* Added: JSON profile editor for all optimization modules.
= 0.0.41 =
* Bugfix: async exclude filter not working.
* Improved: plugin related admin scripts are now loaded using `wp_add_inline_script`.
* Added: footer stylesheet load position (before `domready`) (AJ @ [WpFASTER.org](https://www.wpfaster.org/))
= 0.0.40 =
* Improved: `@import` filter of CssMin.php modified with optimization proxy to support external stylesheets.
= 0.0.39 =
* Bugfix: Critical CSS minify config not saving correctly.
= 0.0.38 =
* Bugfix: CDN + CDN mask option not working.
= 0.0.37 =
* Bugfix: CssMin.php filters and plugins not applied after previous namespace update.
* Added: option to define CssMin.php comment remove whitelist regular expression.
= 0.0.36 =
* Bugfix: localStorage HEAD update not working.
= 0.0.35 =
* Bugfix: JSON profile editor does not delete options when removed from JSON.
= 0.0.34 =
* Core update (see changelog.txt)
= 0.0.33 =
* Bugfix: JSON profile editor overwrites settings.
= 0.0.32 =
* Bugfix: JSON profile editor not saving empty array values correctly.
= 0.0.31 =
* Bugfix: Settings not saved correctly when all options are disabled.
* Bugfix: CSS code search & replace not saved.
= 0.0.30 =
* Bugfix: External script proxy capture client not compatible with regex match.
* Added: proxy capture example.
= 0.0.29 =
* Core update (see changelog.txt)
= 0.0.28 =
* Fix: JSON profile editor template not uploaded to WordPress.
= 0.0.27 =
* Convert critical CSS conditions to new JSON format.
= 0.0.26 =
* Bugfix: Critical CSS minify not working.
* Added: JSON profile editor (backup and restore plugin config)
* Improved critical CSS condition cache.
= 0.0.25 =
* Bugfix: Critical CSS file index not working correctly after adding a file.
* Bugfix: Critical CSS file sort not saving new sort order.
* Improved Critical CSS add file form.
= 0.0.24 =
* Bugfix: potential CssMin.php conflicts when using a different minify plugin.
= 0.0.23 =
* Core update (see changelog.txt)
= 0.0.21 =
* Bugfix: concatenated stylesheets not loaded with async loading disabled.
* Improved: strip CDATA from concatenated inline CSS.
* Added: option to process `@import` links.
* Added: option to rebase relative paths in CSS using [Net_URL2](http://pear.php.net/package/Net_URL2/).
= 0.0.20 =
* Bugfix: uninstaller (@jone11)
* Improved Travis CI build test.
* Added Ruby RSpec + Capybara unit tests.
= 0.0.19 =
* Added: documentation.
= 0.0.18 =
* Bugfix: new conditional critical css arguments parameter.
= 0.0.17 =
* Added: example critical CSS condition JSON.
* Updated JSON schema for critical CSS conditions (core 0.0.16)
= 0.0.16 =
* Bugfix: settings link on plugin index.
= 0.0.15 =
* Core update (see changelog.txt)
= 0.0.14 =
* Added: Critical CSS editor compatibility with old ABTF plugin.
= 0.0.13 =
* Bugfix: Timed loading/exec not working on iphone when using localStorage.
= 0.0.12 =
* Core update (see changelog.txt)
= 0.0.10 =
* Bugfix: localStorage client module not loaded for individual script based timed loading/exec config.
= 0.0.9 =
* Bugfix: Critical CSS drag/drop sorting broken by Closure Compiler.
= 0.0.8 =
Core update (see changelog.txt)
= 0.0.7 =
Added: cache management in admin menu.
= 0.0.6 =
Bugfix/improvement: Async Config Filter load and render timing.
= 0.0.5 =
Bugfix: HTTP/2 Server Push not applied to async loaded stylesheets.
Bugfix: Global localStorage settings not applied to async loaded stylesheets.
Bugfix: localStorage `HEAD` background update.
= 0.0.4 =
Core update (see changelog.txt)
= 0.0.3 =
Added: Critical CSS Widget in admin bar menu.
= 0.0.2 =
Added: minify critical CSS using [PHP CssMin](https://code.google.com/archive/p/cssmin/).
= 0.0.1 =
Beta release. Please provide feedback on [Github forum](https://github.com/o10n-x/wordpress-css-optimization/issues).