Changeset 1492090
- Timestamp:
- 09/07/2016 11:59:08 PM (10 years ago)
- Location:
- widget-visibility/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
widget-visibility.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widget-visibility/trunk/README.txt
r1491800 r1492090 64 64 == Changelog == 65 65 66 = 1.3.1 - 2016-09-08 = 67 * Fix "Illegal string offset" warning 68 66 69 = 1.3.0 - 2016-09-07 = 67 70 * Tag options now works -
widget-visibility/trunk/widget-visibility.php
r1491800 r1492090 4 4 Plugin URI: http://www.codefleet.net/widget-visibility/ 5 5 Description: Control which pages your widgets appear on WordPress 6 Version: 1.3. 06 Version: 1.3.1 7 7 Author: Nico Amarilla 8 8 Author URI: http://www.codefleet.net/ … … 24 24 $plugin['view_folder'] = $plugin['path'].'views'; 25 25 26 $plugin['plugin_headers'] = ' cycloneslider_service_plugin_headers';26 $plugin['plugin_headers'] = 'widvis_service_plugin_headers'; 27 27 $plugin['version'] = 'widvis_service_plugin_version'; 28 28 $plugin['slug'] = 'widvis_service_plugin_slug';
Note: See TracChangeset
for help on using the changeset viewer.