Plugin Directory

Changeset 516471


Ignore:
Timestamp:
03/08/2012 10:23:55 PM (14 years ago)
Author:
brainstormmedia
Message:

Tagging version 0.5.1.1

Location:
styles/tags/0.5.1.1
Files:
3 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • styles/tags/0.5.1.1

    • Property svn:ignore
      •  

        old new  
        33.git
        44.gitignore
         5css/bg-sprites.psd
         6css/font-sprites.psd
         7css/admin.scss
  • styles/tags/0.5.1.1/classes/storm-css-processor.php

    r515742 r516471  
    125125                // Organize variables IDs into groups
    126126                $styles->groups[$group][] = $id;
    127             }
    128         }
     127
     128                // Debug: Groups & Labels
     129                // $_groups[$group][] = $label;
     130            }
     131        }
     132        // Debug: Groups & Labels
     133        // echo '<pre>';print_r($_groups);exit;
    129134
    130135        // Remove properties
     
    195200                case 'transparent':
    196201               
    197                     $properties .= 'transparent url();' ;
     202                    $properties .= 'background:transparent url();' ;
    198203               
    199204                    break;
  • styles/tags/0.5.1.1/classes/storm-styles.php

    r515734 r516471  
    1313     * @var int
    1414     **/
    15     var $version = '0.5.0';
     15    var $version = '0.5.1.1';
    1616   
    1717    /**
  • styles/tags/0.5.1.1/classes/storm-wp-admin.php

    r515734 r516471  
    222222                $values = apply_filters( 'styles_before_save_element_values', $el['values'] );
    223223                $this->styles->variables[$id]['values'] = $values;
     224                unset( $this->styles->variables[$id]['selector'] );
    224225            }
    225226           
  • styles/tags/0.5.1.1/classes/storm-wp-settings.php

    r515734 r516471  
    5757     */
    5858    public function settings_items() {
    59        
     59
    6060        // General
    6161        add_settings_field(
     
    7070        // GUI
    7171        foreach( $this->styles->variables as $key => $element ){
    72            
    73             if ( empty( $element['id']) ) {
     72            if ( empty( $element['selector']) ) {
    7473                // Skip items that don't exist in the current theme
    7574                continue;
  • styles/tags/0.5.1.1/readme.txt

    r515742 r516471  
    77Requires at least: 3.1
    88Tested up to: 3.3.1
    9 Stable tag: 0.5.1
     9Stable tag: 0.5.1.1
    1010
    1111Change the appearance of supported themes using zero code. Creates appearance options for images, colors, gradients, and fonts.
     
    8181== Changelog ==
    8282
     83= 0.5.1.1 =
     84* Fix transparent background option
     85* Fix display of unavailable theme options
     86
    8387= 0.5.1 =
    8488* Fix issue that would prevent Font styles from outputting if another option wasn't set on the same element.
  • styles/tags/0.5.1.1/styles.php

    r515742 r516471  
    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.1
     6Version: 0.5.1.1
    77Author: Brainstorm Media
    88Author URI: http://brainstormmedia.com
Note: See TracChangeset for help on using the changeset viewer.