Changeset 1057457
- Timestamp:
- 12/31/2014 01:34:46 PM (11 years ago)
- Location:
- js-file-selector/trunk
- Files:
-
- 2 edited
-
jsfileselector.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
js-file-selector/trunk/jsfileselector.php
r1055119 r1057457 4 4 Plugin URI: http://www.chrgiga.com/js-file-selector 5 5 Description: Add Javascript files and/or Javascript functions to any single page or post 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: Christian Gil 8 8 Author URI: http://www.chrgiga.com … … 68 68 foreach ($files as $js_dir => $js_list) { 69 69 $name_dir = str_replace($path_template, '', $js_dir); 70 $name_dir = $name_dir == '' ? '/' : $name_dir; 71 70 72 if ($name_dir != '' && $option_group != $name_dir) { 71 73 $option_js .= '<optgroup label="'.$name_dir.'">'; 72 74 $option_group = $name_dir; 73 } else if ($name_dir != ''){75 } else { 74 76 $option_js .= '</optgroup>'; 75 77 } -
js-file-selector/trunk/readme.txt
r1055119 r1057457 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BUAM6QGP997F4 4 4 Tags: js, page, post, Javascript, file javascript 5 Requires at least: 3.0 .15 Requires at least: 3.0 6 6 Tested up to: 4.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 34 34 == Changelog == 35 35 36 = 1.0.2 = 37 * Fixed a little error in the field select that showed the Javascript files of the root path in the wrong folders. This little error did not prejudice the functionality of the plugin. 38 36 39 = 1.0.1 = 37 40 * Modified the central file to better manage call functions and styles plugin … … 43 46 == Upgrade Notice == 44 47 48 = 1.0.2 = 49 * Fixed a little error in the field select that showed the Javascript files of the root path in the wrong folders. This little error did not prejudice the functionality of the plugin. 50 45 51 = 1.0.1 = 46 52 * Modified the central file to better manage call functions and styles plugin
Note: See TracChangeset
for help on using the changeset viewer.