Changeset 3068879
- Timestamp:
- 04/11/2024 09:40:57 AM (12 months ago)
- Location:
- ele-custom-skin/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ele-custom-skin/trunk/ele-custom-skin.php
r3068463 r3068879 2 2 /* 3 3 * Plugin Name: Ele Custom Skin 4 * Version: 3.1. 84 * Version: 3.1.9 5 5 * Description: Elementor Custom Skin for Posts and Archive Posts. You can create a skin as you want. 6 6 * Plugin URI: https://dudaster.com … … 21 21 define( 'ELECS_NAME', plugin_basename( __FILE__ )); 22 22 define( 'ELECS_URL', plugin_dir_url( __FILE__ )); 23 define ('ELECS_VER','3.1. 8');23 define ('ELECS_VER','3.1.9'); 24 24 25 25 include_once ELECS_DIR.'includes/ecs-notices.php'; -
ele-custom-skin/trunk/readme.txt
r3068463 r3068879 5 5 Requires at least: 5.0 6 6 Tested up to: 6.5.2 7 Stable tag: 3.1. 87 Stable tag: 3.1.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 64 64 == Changelog == 65 65 66 67 = 3.1.9 = 68 * Minor fixes. 69 66 70 = 3.1.8 = 67 * Replaced depricated code 71 * Replaced depricated code. 68 72 69 73 = 3.1.7 = -
ele-custom-skin/trunk/skins/skin-custom.php
r3068460 r3068879 6 6 use Elementor\Group_Control_Image_Size; 7 7 use Elementor\Group_Control_Typography; 8 use Elementor\Core\Schemes\Color;9 use Elementor\Core\Scheme\Typography;10 8 use Elementor\Widget_Base; 11 9 use ElementorPro\Plugin;
Note: See TracChangeset
for help on using the changeset viewer.