File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
* @author Jory Hogeveen <[email protected] >
4
4
* @package Off_Canvas_Sidebars
5
5
* @since 0.1.0
6
- * @version 0.5.8.4
6
+ * @version 0.5.8.5
7
7
* @licence GPL-2.0+
8
8
* @link https://github.com/JoryHogeveen/off-canvas-sidebars
9
9
*
10
10
* @wordpress-plugin
11
11
* Plugin Name: Off-Canvas Sidebars & Menus (Slidebars)
12
12
* Description: Add off-canvas sidebars using the Slidebars jQuery plugin
13
13
* Plugin URI: https://wordpress.org/plugins/off-canvas-sidebars/
14
- * Version: 0.5.8.4
14
+ * Version: 0.5.8.5
15
15
* Author: Jory Hogeveen
16
16
* Author URI: http://www.keraweb.nl
17
17
* Text Domain: off-canvas-sidebars
44
44
45
45
if ( ! class_exists ( 'OCS_Off_Canvas_Sidebars ' ) && ! function_exists ( 'off_canvas_sidebars ' ) ) {
46
46
47
- define ( 'OCS_PLUGIN_VERSION ' , '0.5.8.4 ' );
47
+ define ( 'OCS_PLUGIN_VERSION ' , '0.5.8.5 ' );
48
48
define ( 'OCS_DOMAIN ' , 'off-canvas-sidebars ' );
49
49
define ( 'OCS_FILE ' , __FILE__ );
50
50
define ( 'OCS_BASENAME ' , plugin_basename ( OCS_FILE ) );
You can’t perform that action at this time.
0 commit comments