Plugin Directory

Changeset 456453


Ignore:
Timestamp:
10/27/2011 06:32:13 PM (14 years ago)
Author:
briteweb
Message:

1.5.2 update

Location:
bw-less-css/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bw-less-css/trunk/bw_less_css.php

    r455616 r456453  
    33Plugin Name: #BW LESS-CSS
    44Plugin URI: http://support.briteweb.com/plugins/bw-less-css/
    5 Version: 1.5.1
     5Version: 1.5.2
    66Description: Helper plugin to compile and include LESS CSS files.
    77Author: #BRITEWEB
     
    1212
    1313define( 'BW_LESSCSS_SETTINGS_OPTION', 'bw_lesscss' );
    14 define( 'BW_LESSCSS_DB_VERSION', "1.5.1" );
     14define( 'BW_LESSCSS_DB_VERSION', "1.5.2" );
    1515
    1616global $mobile_devices, $bw_options;
     
    169169        }
    170170       
    171         $new_options = array( 'styles' => $new_styles, 'mobile_devices' => $new_devices );
     171        $new_options = array( 'styles' => $new_styles, 'mobile_devices' => $new_devices, 'db_version' => BW_LESSCSS_DB_VERSION );
    172172       
    173173        update_option( BW_LESSCSS_SETTINGS_OPTION, $new_options );
  • bw-less-css/trunk/readme.txt

    r455625 r456453  
    4646== Changelog ==
    4747
     48= 1.5.2 =
     49* Bug fix
     50
    4851= 1.5.1 =
    4952*  IMPORTANT UPDATE: added update script for 1.5+
     
    6669== Upgrade Notice ==
    6770
     71= 1.5.1 =
     72*  IMPORTANT UPDATE: added update script for 1.5+
     73
    6874= 1.1 =
    6975First public release
Note: See TracChangeset for help on using the changeset viewer.