Version Description
- 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.
Download this release
Release Info
Developer | pdclark |
Plugin | Styles |
Version | 1.1.5 |
Comparing to | |
See all releases |
Code changes from version 1.1.4 to 1.1.5
- readme.txt +7 -11
- styles.php +1 -1
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Author URI: http://brainstormmedia.com
|
|
5 |
Tags: css, stylesheet, appearance, customize, customizer, colors, color picker, background, fonts, google fonts, user interface, twenty ten, twenty eleven, twenty twelve, twenty thirteen
|
6 |
Requires at least: 3.4
|
7 |
Tested up to: 3.7.1
|
8 |
-
Stable tag: 1.1.
|
9 |
|
10 |
Be creative with colors and fonts. Styles changes everything.
|
11 |
|
@@ -91,6 +91,10 @@ No! Styles is very careful about only loading what is needed to get its job done
|
|
91 |
|
92 |
== Changelog ==
|
93 |
|
|
|
|
|
|
|
|
|
94 |
= 1.1.4 =
|
95 |
|
96 |
* Fix: Support for custom suffixes.
|
@@ -253,14 +257,6 @@ No! Styles is very careful about only loading what is needed to get its job done
|
|
253 |
|
254 |
== Upgrade Notice ==
|
255 |
|
256 |
-
= 1.1.
|
257 |
-
|
258 |
-
* Fix: Support for custom suffixes.
|
259 |
-
* New: Detect :active selectors in custom options.
|
260 |
|
261 |
-
|
262 |
-
|
263 |
-
* Fix: Error when attempting to upgrade when no fonts were used.
|
264 |
-
* 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.
|
265 |
-
* Fix: Some translations would cause CSS to not output completely.
|
266 |
-
* Fix: Issue with IIS servers that would cause Google Fonts to not appear. Thanks [@Rivanni](http://wordpress.org/support/topic/version-111-appears-as-version-105-still-no-google-fonts) for the error report.
|
5 |
Tags: css, stylesheet, appearance, customize, customizer, colors, color picker, background, fonts, google fonts, user interface, twenty ten, twenty eleven, twenty twelve, twenty thirteen
|
6 |
Requires at least: 3.4
|
7 |
Tested up to: 3.7.1
|
8 |
+
Stable tag: 1.1.5
|
9 |
|
10 |
Be creative with colors and fonts. Styles changes everything.
|
11 |
|
91 |
|
92 |
== Changelog ==
|
93 |
|
94 |
+
= 1.1.5 =
|
95 |
+
|
96 |
+
* 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.
|
97 |
+
|
98 |
= 1.1.4 =
|
99 |
|
100 |
* Fix: Support for custom suffixes.
|
257 |
|
258 |
== Upgrade Notice ==
|
259 |
|
260 |
+
= 1.1.5 =
|
|
|
|
|
|
|
261 |
|
262 |
+
* 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.
|
|
|
|
|
|
|
|
|
|
styles.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Styles
|
4 |
Plugin URI: http://stylesplugin.com
|
5 |
Description: Change the appearance of your theme using the <a href="customize.php">WordPress Customizer</a>. Styles changes everything.
|
6 |
-
Version: 1.1.
|
7 |
Author: Brainstorm Media
|
8 |
Author URI: http://brainstormmedia.com
|
9 |
License: GPLv2
|
3 |
Plugin Name: Styles
|
4 |
Plugin URI: http://stylesplugin.com
|
5 |
Description: Change the appearance of your theme using the <a href="customize.php">WordPress Customizer</a>. Styles changes everything.
|
6 |
+
Version: 1.1.5
|
7 |
Author: Brainstorm Media
|
8 |
Author URI: http://brainstormmedia.com
|
9 |
License: GPLv2
|