Changeset 456453
- Timestamp:
- 10/27/2011 06:32:13 PM (14 years ago)
- Location:
- bw-less-css/trunk
- Files:
-
- 2 edited
-
bw_less_css.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bw-less-css/trunk/bw_less_css.php
r455616 r456453 3 3 Plugin Name: #BW LESS-CSS 4 4 Plugin URI: http://support.briteweb.com/plugins/bw-less-css/ 5 Version: 1.5. 15 Version: 1.5.2 6 6 Description: Helper plugin to compile and include LESS CSS files. 7 7 Author: #BRITEWEB … … 12 12 13 13 define( 'BW_LESSCSS_SETTINGS_OPTION', 'bw_lesscss' ); 14 define( 'BW_LESSCSS_DB_VERSION', "1.5. 1" );14 define( 'BW_LESSCSS_DB_VERSION', "1.5.2" ); 15 15 16 16 global $mobile_devices, $bw_options; … … 169 169 } 170 170 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 ); 172 172 173 173 update_option( BW_LESSCSS_SETTINGS_OPTION, $new_options ); -
bw-less-css/trunk/readme.txt
r455625 r456453 46 46 == Changelog == 47 47 48 = 1.5.2 = 49 * Bug fix 50 48 51 = 1.5.1 = 49 52 * IMPORTANT UPDATE: added update script for 1.5+ … … 66 69 == Upgrade Notice == 67 70 71 = 1.5.1 = 72 * IMPORTANT UPDATE: added update script for 1.5+ 73 68 74 = 1.1 = 69 75 First public release
Note: See TracChangeset
for help on using the changeset viewer.