Plugin Directory

Changeset 1500720


Ignore:
Timestamp:
09/23/2016 03:34:37 AM (9 years ago)
Author:
tranthethang
Message:

v2.0.4 - Remove function boolval()

Location:
kopa-page-builder
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • kopa-page-builder/trunk/kopa-page-builder.php

    r1496758 r1500720  
    88 * Plugin Name: Kopa Page Builder
    99 * 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.3
     10 * Version: 2.0.4
    1111 * Author: Kopa Theme
    1212 * Author URI: http://kopatheme.com/
     
    143143
    144144        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 );
    146146        }
    147147
  • kopa-page-builder/trunk/readme.txt

    r1496758 r1500720  
    44Requires at least: 4.4
    55Tested up to: 4.6
    6 Stable tag: 2.0.3
     6Stable tag: 2.0.4
    77
    88== Description ==
    99
    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.
     10Kopa Page Builder plugin helps you create static pages by manually adding, editing or moving the widgets to the expected sidebars.
     11Unlike 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.
    1112
    1213== Installation ==
     
    2627
    2728== Changelog ==
     29
     30= 2.0.4 =
     31* Remove function boolval()
    2832
    2933= 2.0.3 =
Note: See TracChangeset for help on using the changeset viewer.