PluginProbe ʕ •ᴥ•ʔ
SiteOrigin CSS / trunk
SiteOrigin CSS vtrunk
1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.10 1.5.11 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0
so-css / changelog.txt
so-css Last commit date
css 1 month ago inc 1 month ago js 1 year ago lang 1 month ago lib 1 year ago tpl 1 year ago LICENSE 1 year ago changelog.txt 1 month ago readme.md 1 year ago readme.txt 1 month ago so-css.php 1 month ago
changelog.txt
229 lines
1 == Changelog ==
2
3 = 1.6.6 - 21 May 2026 =
4 * Fixed admin field heights and toolbar button layout for WordPress 7.0 form control changes.
5
6 = 1.6.5 - 06 December 2025 =
7 * Updated Tested up to tag.
8
9 = 1.6.4 - 26 May 2025 =
10 * Installer: Updated submodule.
11 * Updated Tested up to tag.
12
13 = 1.6.3 - 15 January 2025 =
14 * Resolved Uninstall Notice: Updated `register_uninstall_hook` callback to use a static class method, addressing a WordPress notice introduced in version 3.1.0.
15
16 = 1.6.2 - 13 January 2025 =
17 * Fixed uninstall process to prevent PHP fatal error by updating the `register_uninstall_hook` callback to use a valid instance method.
18
19 = 1.6.1 - 25 November 2024 =
20 * CSS Output Location: Additional check to ensure the default is Dedicated File.
21
22 = 1.6.0 - 22 November 2024 =
23 * Added `Visual Editor: Decoration > Background Attachment` setting.
24 * Added CSS Ouput Location setting. Dedicated CSS File offers best performance, Internal CSS embeds styles in page HTML.
25
26 = 1.5.11 - 13 August 2024 =
27 * Added Divi theme compatibility.
28 * Accounted for for themes that don't use menu item selectors by adding them automatically.
29
30 = 1.5.10 - 31 May 2024 =
31 * Updated SiteOrigin Installer.
32 * Updated Tested up to tag.
33 * Updated Required PHP version.
34
35 = 1.5.9 - 11 November 2023 =
36 * Updated Tested up to tag.
37 * Updated SiteOrigin Installer.
38
39 = 1.5.8 - 11 August 2023 =
40 * Updated the SiteOrigin Installer submodule.
41
42 = 1.5.7 - 09 August 2023 =
43 * Updated the expand/compress title depending on the state in the visual editor.
44 * Updated the "Tested up to" version in the readme.txt file from 6.2 to 6.3, indicating compatibility with WordPress version 6.3.
45 * Added SiteOrigin Installer submodule and functionality to handle the installer link and status in the editor and page templates.
46
47 = 1.5.6 - 07 April 2023 =
48 * WordPress PHP Coding Standards improvements.
49 * Updated `Tested up to` tag.
50
51 = 1.5.5 - 30 September 2022 =
52 * Added a check to ensure WP Filesystem is setup.
53
54 = 1.5.4 - 28 September 2022 =
55 * Developer: Introduced definable Custom CSS file name and location using `siteorigin_custom_css_file` and `siteorigin_css_enqueue_css`.
56
57 = 1.5.3 - 25 May 2022 =
58 * Updated WordPress `Tested up to` tag.
59
60 = 1.5.2 - 27 January 2022 =
61 * Updated `Tested up to` tag to `5.9`.
62
63 = 1.5.1 - 30 December 2021 =
64 * Basic Editor Theme Setting: Updated field to show selected option.
65
66 = 1.5.0 - 16 December 2021 =
67 * Basic Editor: Added a dark theme option.
68 * Ajax Saving: Resolved unintended slashes added during escaping.
69
70 = 1.4.3 - 29 November 2021 =
71 * Restored editor scrollbar.
72 * Added a fixed editor height.
73
74 = 1.4.2 - 08 November 2021 =
75 * Fixed string translation functions.
76
77 = 1.4.1 - 02 November 2021 =
78 * Removed Save button rounding.
79 * Fixed Visual Editor `Navigate To` link functionality.
80
81 = 1.4.0 - 11 October 2021 =
82 * Added Ajax saving. Users can now save in the expanded and visual editors without exiting to basic editor.
83 * Expanded/Visual toolbar buttons re-ordered for consistency between modes.
84 * Removed Font Awesome. Icons are now added via a custom font.
85
86 = 1.3.2 - 20 July 2021 =
87 * Updated `Tested up to` tag.
88
89 = 1.3.1 - 10 July 2021 =
90 * Updated the Plugins page action link list.
91
92 = 1.3.0 - 14 June 2021 =
93 * Inspector: Added a new Border Radius setting to the Decoration tab.
94 * Allowed for right-clicking anywhere in the Basic Editor.
95
96 = 1.2.14 - 26 April 2021 =
97 * Resolved Photo Gallery by 10Web plugin conflict.
98
99 = 1.2.13 - 01 February 2021 =
100 * Inspector: Added support for WooCommerce single product tabs.
101 * Inspector: Highlight important classes when element with class is selected.
102 * Restored the scrollbar in the Custom CSS content field.
103 * Developer: Further changes for jQuery 3.5.
104 * Developer: For WP 4.9+ use the WordPress version of CodeMirror if available.
105 * Developer: Removed `socss-codemirror-show-hint` as a dependency. The script can now be removed to disable hints.
106
107 = 1.2.12 - 12 December 2020 =
108 * Developer: jQuery updates for WordPress 5.6.
109
110 = 1.2.11 - 21 October 2020 =
111 * Fixed Background image setting writing to CSS.
112
113 = 1.2.10 - 09 September 2020 =
114 * Increased the specificity of the Save CSS button styling to prevent plugin conflicts.
115
116 = 1.2.9 - 29 July 2020 =
117 * Resolved Font Family field output.
118
119 = 1.2.8 - 22 May 2020 =
120 * Renamed `custom_css` textarea to prevent conflicts.
121
122 = 1.2.7 - 19 May 2020 =
123 * Restored `Save` button functionality.
124
125 = 1.2.6 - 15 May 2020 =
126 * Minor visual editor form styling fixes.
127 * Resolved PHP 7.4 `preg_replace()` warning.
128 * Moved the basic editor Save button to the sidebar.
129
130 = 1.2.5 - 05 February 2020 =
131 * Removed `themeCSS` localized script to prevent `preg_replace()` warning.
132 * Minor form styling fixes.
133 * Updated CSS NPM library.
134 * Rebuilt minified files using new build script.
135
136 = 1.2.4 - 17 January 2019 =
137 * Prefix so-css for all codemirror assets.
138 * Prevent JS error when attempting to set active element to null.
139
140 = 1.2.3 - 25 June 2018 =
141 * Add preview iframe 'load' event listener in `render` function.
142 * Reverted change to stylesheet hook.
143
144 = 1.2.2 - 16 June 2018 =
145 * Removed reference to non-existent view.
146
147 = 1.2.1 - 15 June 2018 =
148 * Removed `.min` suffix from new stylesheets for CodeMirror plugins.
149
150 = 1.2.0 - 6 June 2018 =
151 * Updated CSS library.
152 * UI changes to make it more obvious when viewing revision.
153 * Ensure revisions are sorted in descending time order.
154 * Don't link to revision currently being displayed.
155 * Add search functionality to editor.
156 * Enable persistent search and JumpToLine.
157
158 = 1.1.5 - 19 September 2017 =
159 * Use `home_url` instead of `site_url` to determine where to open CSS preview.
160 * Increment and decrement buttons work when value empty or zero. Also added repeating action while button held down.
161 * Scroll editor instead of the whole page so 'Save' button is always visible.
162 * Set color CSS on visual editor and inspector.
163 * Saving generated CSS to stylesheet file in uploads directory.
164
165 = 1.1.4 - 31 January 2017 =
166 * Updated CodeMirror to 2.25.2.
167 * Removed extra line padding.
168 * Better integration with WordPress.org translation.
169
170 = 1.1.3 - 31 January 2017 =
171 * Removed leading slash in paths after plugin_dir_url().
172 * Updated to latest CodeMirror.
173 * Fixed padding issue that was causing problems with Firefox and the color picker.
174
175 = 1.1.2 - 11 November 2016 =
176 * Ignore anything other than actual rules in media query subrules.
177 * Removed depreciated jQuery function.
178 * Updated CSSLint library.
179 * Updated minicolors.
180
181 = 1.1.1 - 28 September 2016 =
182 * Properly handle errors in frontend CSS.
183 * Added notice about SiteOrigin Premium.
184
185 = 1.1 - 26 September 2016 =
186 * Changed CSS parsing library. Fixed several issues with the visual editor mode.
187 * Added address bar to preview window.
188 * Small CSS fixes.
189 * Small changes to allow adding more visual editor fields.
190
191 = 1.0.8 - 15 August 2016 =
192 * Fixed action link.
193 * Support for GlotPress.
194 * Removed unused code.
195 * Handling of @imports for future addons.
196
197 = 1.0.7 - 4 July 2016 =
198 * Ensure user can copy/paste in editor via context menu.
199 * Added plugin action links
200 * Add classes on `body` element to selectors window.
201
202 = 1.0.6 - 24 February 2016 =
203 * Disabled autocompletion on single item (automatic autocompletion).
204 * Fixed conflict with NextGen Gallery.
205 * Only display relevant linting messages.
206
207 = 1.0.5 - 21 January 2016 =
208 * Updated to latest version of Code Mirror.
209
210 = 1.0.4 - 10 November 2015 =
211 * Fixed CSS parsing when going into visual mode.
212
213 = 1.0.3 - 29 October 2015 =
214 * Changed video image
215 * Adjust revision times by GMT offset.
216 * Don't overwrite media queries sub styles, rather just append them.
217
218 = 1.0.2 =
219 * Dequeue functionality that conflicted with WordPress color picker, if it's enqueued.
220 * Removed wp_styles for compatibility with older versions of WordPress
221
222 = 1.0.1 =
223 * Fixed conflicts with CSS editor in SiteOrigin themes.
224 * Force dequeue scripts that cause problems with main editing interface.
225 * Made it easier to follow links with inspector enabled.
226
227 = 1.0 =
228 * Initial release.
229