Changeset 577921
- Timestamp:
- 07/27/2012 05:44:40 AM (14 years ago)
- Location:
- styles/trunk
- Files:
-
- 3 edited
-
classes/storm-css-processor.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
styles/trunk/classes/storm-css-processor.php
r516470 r577921 225 225 public function post_process( $styles ) { 226 226 foreach ( $this->google_fonts as $family => $src ) { 227 $imports .= "@import url( http://fonts.googleapis.com/css?family=$src);\r";227 $imports .= "@import url(//fonts.googleapis.com/css?family=$src);\r"; 228 228 } 229 229 -
styles/trunk/readme.txt
r538643 r577921 7 7 Requires at least: 3.1 8 8 Tested up to: 3.4 9 Stable tag: 0.5. 29 Stable tag: 0.5.3 10 10 11 11 Change the appearance of supported themes using zero code. Creates appearance options for images, colors, gradients, and fonts. 12 12 13 13 == Description == 14 15 **Note:** There are plans to modify this plugin to tie-in with the new WordPress 3.4 theme customizer, but it requires a considerable rewrite. The final version would setup the Theme Customizer based on CSS only. If you're interested in contributing, please get in contact. 14 16 15 17 Styles allows you to edit the appearance of themes that don't provide an interface in the WordPress admin for doing so. Themes supported by the free version include: … … 18 20 * TwentyEleven 19 21 20 Theme support is provided by a remote API, so the plugin will update as more themes are added. We plan to release support for more themes in as a paid add-onto Styles. Have a specific theme you'd like to see supported? [Vote on themes here](https://www.google.com/moderator/?authuser=2#16/e=1f6d0a).22 Theme support is provided by a remote API, so support can be updated as more themes are added. We hope to release support for more themes as add-ons to Styles. Have a specific theme you'd like to see supported? [Vote on themes here](https://www.google.com/moderator/?authuser=2#16/e=1f6d0a). 21 23 22 24 Styles provides: … … 114 116 == Upgrade Notice == 115 117 118 = 0.5.3 = 119 * Allow fonts to load over HTTP or HTTPS 120 121 = 0.5.2 = 116 122 * Fix transparent background option 117 123 * Fix display of unavailable theme options -
styles/trunk/styles.php
r538643 r577921 4 4 Plugin URI: http://stylesplugin.com 5 5 Description: Change the appearance of your theme using the WordPress admin. Creates WordPress theme options for images, colors, gradients, and fonts. 6 Version: 0.5. 26 Version: 0.5.3 7 7 Author: Brainstorm Media 8 8 Author URI: http://brainstormmedia.com
Note: See TracChangeset
for help on using the changeset viewer.