Plugin Directory

Changeset 1231034


Ignore:
Timestamp:
08/26/2015 08:48:43 AM (11 years ago)
Author:
kopatheme
Message:

update to 1.0.9

Location:
kopatheme/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kopatheme/trunk/includes/abstracts/abstract-kopa-widget.php

    r1208795 r1231034  
    4646        );
    4747
    48         $this->WP_Widget( $this->widget_id, $this->widget_name, $widget_ops, $control_ops );
     48        parent::__construct( $this->widget_id, $this->widget_name, $widget_ops, $control_ops );
    4949
    5050        add_action( 'save_post', array( $this, 'flush_widget_cache' ) );
  • kopatheme/trunk/kopa-framework.php

    r1208795 r1231034  
    33 * Plugin Name: Kopa Framework
    44 * Description: A WordPress framework by Kopatheme.
    5  * Version: 1.0.8
     5 * Version: 1.0.9
    66 * Author: Kopa Theme
    77 * Author URI: http://kopatheme.com
    88 * License: GPLv2 or later
    99 * Requires at least: 3.8
    10  * Tested up to: 4.0
     10 * Tested up to: 4.3
    1111 *
    1212 * Text Domain: kopa-framework
     
    3535     * @var string framework version
    3636     */
    37     public $version = '1.0.7';
     37    public $version = '1.0.9';
    3838
    3939    /**
  • kopatheme/trunk/readme.txt

    r1208795 r1231034  
    44Donate link:
    55Requires at least: 3.8
    6 Tested up to: 4.0
    7 Stable tag: 1.0.7
     6Tested up to: 4.3
     7Stable tag: 1.0.9
    88License: GPLv2 or later
    99
     
    2121
    2222== Changelog ==
     23= 1.0.9 =
     24* Fix: "The Called Constructor Method For WP_Widget Is Deprecated Since Version 4.3.0! Use __construct()".
    2325
    2426= 1.0.8 =
Note: See TracChangeset for help on using the changeset viewer.