Version |
Release Date |
Change Log |
1.2.3 |
2021-06-23 |
- Fix: jQuery Migrate compatibility.
- Fix: PHP 8 compatibility.
|
1.2.2 |
2021-02-01 |
|
1.2.1 |
2021-02-01 |
|
1.2 |
2017-04-23 |
- New: Links to support services.
- New: Links to free themes in readme.
- New: Dismissable notices.
- New: PHP7 compatability. Thanks @davidbe929.
|
1.1.10 |
2015-05-05 |
- New: Linked auto-install for styles-twentyfifteen by @dim.
- Fix: Avoid "Styles is almost ready" notice caused by plugins such as usernoise.
|
1.1.9 |
2015-05-05 |
- Fix: Account for symlinks in plugin path for systems like Evermore WordPress Hosting.
- Fix: Only output version Font Menu notice if WordPress/PHP is out of date.
- New: Add link to Genesis theme support from The Stiz Media to readme.
|
1.1.8 |
2014-05-10 |
- Fix: Resolve issues with option to reset settings. Thanks [@violacase](http://wordpress.org/support/topic/reset-with-stylestwentyfourteen] @JiveDig for the reports.
|
1.1.7 |
2014-03-27 |
- New: Option to reset all settings.
- New: Option to enable debug mode to help when responding to support tickets.
|
1.1.6 |
2013-12-06 |
- Fix: Error in CSS output caused by some WordPress translations, such as Hebrew.
- New: Include the optimization that was supposed to be in 1.1.5. (Load standard fonts via javascript to reduce memory usage.)
|
1.1.5 |
2013-12-04 |
- New: Load standard fonts via javascript to reduce memory usage. This may fix issues with hosts that restrict memory usage, causing the Customizer to not fully load.
|
1.1.4 |
2013-11-25 |
- Fix: Support for custom suffixes.
- New: Detect :active selectors in custom options.
|
1.1.3 |
2013-11-25 |
- Fix: Error when attempting to upgrade when no fonts were used.
- Fix: Issue that would cause saved CSS and previews to not completely apply when a Standard Font with a space in the name was selected.
- Fix: Some translations would cause CSS to not output completely.
- Fix: Issue with IIS servers that would cause Google Fonts to not appear. Thanks @Rivanni for the error report.
|
1.1.2 |
2013-11-14 |
- Fix: Incompatibility with IIS servers & Google Fonts menu. Thanks @Rivanni for the error report.
|
1.1.1 |
2013-11-12 |
- Fix: Missing Google Fonts after save.
|
1.1 |
2013-11-11 |
- New: Previews in font menu. View screenshot.
- New: Search to filter font list.
- New: Updated Google Fonts.
- New: Google Fonts update in preview without page reload.
- New: Simplified plugin loader with nice notices for old WordPress versions.
- New: Update scripts to convert old font format to new format.
- Note: The update is well-tested, but in case of any issues, the upgrade script backs up old settings in
wp_options for 30 days as _transient_storm-styles-THEME-NAME-pre-1.1.0 .
|
1.0.18 |
2013-10-17 |
- Fix: Revert settings change made in 1.0.15. This was causing some users to no longer see their old settings.
|
1.0.17 |
2013-10-15 |
- New: Increase memory limit for logged in users. May fix a white screen some users experienced when attempting to preview their site.
|
1.0.16 |
2013-10-15 |
- New: Filter
styles_get_group_id for merging with existing groups.
|
1.0.15 |
2013-10-15 |
- Fix: Customize Theme button loads customizer for current site in network. Resolves #38. Thanks @jivedig.
- Fix: Child and parent theme options no longer effect each other. Resolves #29. Thanks @jivedig.
|
1.0.14 |
2013-09-09 |
- Fix: Don't display install notice for child themes. Thanks @ektreyes for the report.
|
1.0.13 |
2013-09-02 |
- New: Allow notices to be disabled with a filter:
add_filter( 'styles_disable_notices', '__return_true' );
- New: Don't display install notices for default themes if a plugin is installed and then renamed.
- Fix: Don't display install notices for non-default themes. Resolves a regression introduced in 1.0.12.
|
1.0.12 |
2013-09-01 |
- Fix: Improve detection of plugins adding support for themes
- Add support if `Plugin Name: Styles: NAME` matches `Theme Name: NAME`
- Add support if directory names `styles-NAME` and `theme/NAME` match
- Make theme check case-insensitive. Resolves issues for themes with capitalized folder names, like iThemes child themes.
- Thanks [@JiveDig](http://twitter.com/jivedig) for pointing some of these issues out.
- Fix: Improve activation notices for child themes
- Add theme options for a parent theme if they're activated, but don't show a notice requiring them.
- Detect and display which theme a plugin is trying to add support for.
- Correctly display the plugin name requesting activation in cases where the plugin doesn't follow the recommended naming convention.
|
1.0.11 |
2013-08-29 |
- This release goes to 11.
- Fix: Issue detecting add-ons for child themes. Thanks @JiveDig for pointing this out.
- Enhancement: Enqueue customizer scripts in a way that's easier for plugins to extend. Props @westonruter.
|
1.0.7 |
2013-07-11 |
- Fix: Clearing a setting now updates the preview without a page refresh.
- Fix: Settings requiring "!important" are fixed and support live preview.
- Fix: Plugin header settings no longer conflicts with other plugins.
- Fix: Remove all options when uninstalling on a site network.
- Change: 'color' label now says 'text color'.
- New: Contact links and developer resources added to readme
|
1.0.6 |
2013-06-24 |
- New: Add installation notice to Customizer.
|
1.0.5 |
2013-06-17 |
|
1.0.4 |
2013-05-23 |
- Fix: Correctly set outer background color
|
0.5.3 |
2012-07-27 |
- Allow fonts to load over HTTP or HTTPS
|
0.5.2 |
2012-05-01 |
- Fix display of icons in cases where WordPress is installed in a subdirectory or wp-content is moved. Fixes http://bit.ly/Jc7oyd
|
0.5.1.1 |
2012-04-05 |
- Fix transparent background option
- Fix display of unavailable theme options
|
0.5.1 |
2012-03-07 |
- Fix issue that would prevent Font styles from outputting if another option wasn't set on the same element.
|
0.5.0 |
2012-03-07 |
- Load themes from API: Allows for theme support to be added without plugin updates.
- New data structure: Allow settings to migrate from theme to theme
- Automatically rebuild CSS when theme is switched
- Wrap font settings into other options. This sets the stage to simplify the user interface in a future version.
- Add option to hide text and replace with image on any element
- Expand TwentyTen options
- Gradient Picker: Fix add marker, drag to remove marker
- Massive code clean-up: Removed 1,198 lines of code; modified 2,488
- Minor UI tweaks
|
0.4.1 |
2012-02-27 |
|
0.4.0 |
2012-02-22 |
=
|