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