Changeset 3113196
- Timestamp:
- 07/05/2024 04:17:58 PM (21 months ago)
- Location:
- janeman-core/trunk
- Files:
-
- 5 edited
-
janeman-core.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
widgets/janeman-couple.php (modified) (1 diff)
-
widgets/janeman-slider.php (modified) (1 diff)
-
widgets/janeman-thanks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
janeman-core/trunk/janeman-core.php
r2639063 r3113196 4 4 Plugin URI: https://annurtheme.com/plugins/janemancore 5 5 Description: 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. 26 Version: 1.0.3 7 7 Author: annurtheme 8 8 Author URI: https://annurtheme.com … … 34 34 const VERSION = "1.0.0"; 35 35 const MINIMUM_ELEMENTOR_VERSION = "2.0.0"; 36 const MINIMUM_PHP_VERSION = "7. 0";36 const MINIMUM_PHP_VERSION = "7.4"; 37 37 38 38 private static $_instance = null; -
janeman-core/trunk/readme.txt
r2639063 r3113196 2 2 Contributors: annurtheme 3 3 Tags: elementor, slider, janeman core, annurtheme 4 Requires at least: 45 Tested up to: 5.86 Requires PHP: 5.64 Requires at least: 5.8 5 Tested up to: 6.5 6 Requires PHP: 7.4 7 7 License: GPl V2 8 8 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html 9 Stable tag: 1.0. 29 Stable tag: 1.0.3 10 10 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.11 A simple and nice janeman theme core plugin for elementor Widget. 12 12 13 13 == Description == … … 29 29 30 30 = 1.0.2 = 31 * WordPress 6.5 Compilibity added. 32 33 = 1.0.2 = 31 34 * added: Widget CSS 32 35 -
janeman-core/trunk/widgets/janeman-couple.php
r2638360 r3113196 511 511 512 512 } 513 Plugin::instance()->widgets_manager->register _widget_type( new Janeman_Couple() );513 Plugin::instance()->widgets_manager->register( new Janeman_Couple() ); -
janeman-core/trunk/widgets/janeman-slider.php
r2638360 r3113196 423 423 424 424 } 425 Plugin::instance()->widgets_manager->register _widget_type( new Janeman_Slider() );425 Plugin::instance()->widgets_manager->register( new Janeman_Slider() ); -
janeman-core/trunk/widgets/janeman-thanks.php
r2638540 r3113196 202 202 203 203 } 204 Plugin::instance()->widgets_manager->register _widget_type( new Janeman_Thanks() );204 Plugin::instance()->widgets_manager->register( new Janeman_Thanks() );
Note: See TracChangeset
for help on using the changeset viewer.