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