Changeset 1500720
- Timestamp:
- 09/23/2016 03:34:37 AM (9 years ago)
- Location:
- kopa-page-builder
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kopa-page-builder/trunk/kopa-page-builder.php
r1496758 r1500720 8 8 * Plugin Name: Kopa Page Builder 9 9 * Description: Kopa Page Builder plugin helps you create static pages by manually adding, editing or moving the widgets to the expected sidebars. Unlike the other Page Builder plugins which available on WordPress.org now, this plugin requires a deep understanding of technical knowledge and WordPress to use for your website. 10 * Version: 2.0. 310 * Version: 2.0.4 11 11 * Author: Kopa Theme 12 12 * Author URI: http://kopatheme.com/ … … 143 143 144 144 static function is_allow_minify() { 145 return boolval( apply_filters( 'kopa_page_builder_is_allow_minify', false ));145 return apply_filters( 'kopa_page_builder_is_allow_minify', false ); 146 146 } 147 147 -
kopa-page-builder/trunk/readme.txt
r1496758 r1500720 4 4 Requires at least: 4.4 5 5 Tested up to: 4.6 6 Stable tag: 2.0. 36 Stable tag: 2.0.4 7 7 8 8 == Description == 9 9 10 Kopa Page Builder plugin helps you create static pages by manually adding, editing or moving the widgets to the expected sidebars. Unlike the other Page Builder plugins which available on WordPress.org now, this plugin requires a deep understanding of technical knowledge and WordPress to use for your website. 10 Kopa Page Builder plugin helps you create static pages by manually adding, editing or moving the widgets to the expected sidebars. 11 Unlike the other Page Builder plugins which available on WordPress.org now, this plugin requires a deep understanding of technical knowledge and WordPress to use for your website. 11 12 12 13 == Installation == … … 26 27 27 28 == Changelog == 29 30 = 2.0.4 = 31 * Remove function boolval() 28 32 29 33 = 2.0.3 =
Note: See TracChangeset
for help on using the changeset viewer.