Plugin Directory

Changeset 577921


Ignore:
Timestamp:
07/27/2012 05:44:40 AM (14 years ago)
Author:
brainstormmedia
Message:

Fonts over HTTP or HTTPS

Location:
styles/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • styles/trunk/classes/storm-css-processor.php

    r516470 r577921  
    225225    public function post_process( $styles ) {
    226226        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";
    228228        }
    229229       
  • styles/trunk/readme.txt

    r538643 r577921  
    77Requires at least: 3.1
    88Tested up to: 3.4
    9 Stable tag: 0.5.2
     9Stable tag: 0.5.3
    1010
    1111Change the appearance of supported themes using zero code. Creates appearance options for images, colors, gradients, and fonts.
    1212
    1313== 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.
    1416
    1517Styles 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:
     
    1820* TwentyEleven
    1921
    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-on 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).
     22Theme 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).
    2123
    2224Styles provides:
     
    114116== Upgrade Notice ==
    115117
     118= 0.5.3 =
     119* Allow fonts to load over HTTP or HTTPS
     120
     121= 0.5.2 =
    116122* Fix transparent background option
    117123* Fix display of unavailable theme options
  • styles/trunk/styles.php

    r538643 r577921  
    44Plugin URI: http://stylesplugin.com
    55Description: Change the appearance of your theme using the WordPress admin. Creates WordPress theme options for images, colors, gradients, and fonts.
    6 Version: 0.5.2
     6Version: 0.5.3
    77Author: Brainstorm Media
    88Author URI: http://brainstormmedia.com
Note: See TracChangeset for help on using the changeset viewer.