Plugin Directory

Changeset 3113196


Ignore:
Timestamp:
07/05/2024 04:17:58 PM (21 months ago)
Author:
annurtheme
Message:

Updated 6.5 compatibility

Location:
janeman-core/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • janeman-core/trunk/janeman-core.php

    r2639063 r3113196  
    44Plugin URI: https://annurtheme.com/plugins/janemancore
    55Description: A simple and nice janeman theme core plugin for elementor Widget. It's help you to add section drag and drop. You can change section style using this widget.
    6 Version: 1.0.2
     6Version: 1.0.3
    77Author: annurtheme
    88Author URI: https://annurtheme.com
     
    3434    const VERSION = "1.0.0";
    3535    const MINIMUM_ELEMENTOR_VERSION = "2.0.0";
    36     const MINIMUM_PHP_VERSION = "7.0";
     36    const MINIMUM_PHP_VERSION = "7.4";
    3737
    3838    private static $_instance = null;
  • janeman-core/trunk/readme.txt

    r2639063 r3113196  
    22Contributors: annurtheme
    33Tags: elementor, slider, janeman core, annurtheme
    4 Requires at least: 4
    5 Tested up to: 5.8
    6 Requires PHP: 5.6
     4Requires at least: 5.8
     5Tested up to: 6.5
     6Requires PHP: 7.4
    77License: GPl V2
    88License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
    9 Stable tag: 1.0.2
     9Stable tag: 1.0.3
    1010
    11 A simple and nice janeman theme core plugin for elementor Widget. It's help you to add section drag and drop. You can change section style using this widget.
     11A simple and nice janeman theme core plugin for elementor Widget.
    1212
    1313== Description ==
     
    2929
    3030= 1.0.2 =
     31* WordPress 6.5 Compilibity added.
     32
     33= 1.0.2 =
    3134* added: Widget CSS
    3235
  • janeman-core/trunk/widgets/janeman-couple.php

    r2638360 r3113196  
    511511   
    512512}
    513 Plugin::instance()->widgets_manager->register_widget_type( new Janeman_Couple() );
     513Plugin::instance()->widgets_manager->register( new Janeman_Couple() );
  • janeman-core/trunk/widgets/janeman-slider.php

    r2638360 r3113196  
    423423   
    424424}
    425 Plugin::instance()->widgets_manager->register_widget_type( new Janeman_Slider() );
     425Plugin::instance()->widgets_manager->register( new Janeman_Slider() );
  • janeman-core/trunk/widgets/janeman-thanks.php

    r2638540 r3113196  
    202202   
    203203}
    204 Plugin::instance()->widgets_manager->register_widget_type( new Janeman_Thanks() );
     204Plugin::instance()->widgets_manager->register( new Janeman_Thanks() );
Note: See TracChangeset for help on using the changeset viewer.