Changeset 1527505
- Timestamp:
- 11/03/2016 02:48:04 PM (9 years ago)
- Location:
- pace-builder/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
includes/class-pace-builder-public.php (modified) (1 diff)
-
pace-builder.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pace-builder/trunk/README.txt
r1526357 r1527505 5 5 Requires at least: 4.0 6 6 Tested up to: 4.6.1 7 Stable tag: 1.1.2. 17 Stable tag: 1.1.2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Changelog == 71 71 72 = 1.1.2.2 = 73 * Fixes 'body_class' filter function not returning classes issue 74 72 75 = 1.1.2.1 = 73 76 * Fixes Module Items 'type' property issue -
pace-builder/trunk/includes/class-pace-builder-public.php
r1521434 r1527505 77 77 public function body_classes( $classes ) { 78 78 if( ! ptpb_is_pb() ) { 79 return ;79 return $classes; 80 80 } 81 81 -
pace-builder/trunk/pace-builder.php
r1526357 r1527505 17 17 * Plugin URI: http://pacethemes.com/pace-builder 18 18 * Description: Drag and Drop Page Builder, build anything you need. 19 * Version: 1.1.2. 119 * Version: 1.1.2.2 20 20 * Author: Pace Themes 21 21 * Author URI: http://pacethemes.com … … 45 45 * @var string 46 46 */ 47 public $version = '1.1.2. 1';47 public $version = '1.1.2.2'; 48 48 49 49 /**
Note: See TracChangeset
for help on using the changeset viewer.