Plugin Directory

Changeset 3068879


Ignore:
Timestamp:
04/11/2024 09:40:57 AM (12 months ago)
Author:
dudaster
Message:

v3.1.9

Location:
ele-custom-skin/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ele-custom-skin/trunk/ele-custom-skin.php

    r3068463 r3068879  
    22/*
    33 * Plugin Name: Ele Custom Skin
    4  * Version: 3.1.8
     4 * Version: 3.1.9
    55 * Description: Elementor Custom Skin for Posts and Archive Posts. You can create a skin as you want.
    66 * Plugin URI: https://dudaster.com
     
    2121define( 'ELECS_NAME', plugin_basename( __FILE__ ));
    2222define( 'ELECS_URL', plugin_dir_url( __FILE__ ));
    23 define ('ELECS_VER','3.1.8');
     23define ('ELECS_VER','3.1.9');
    2424
    2525include_once ELECS_DIR.'includes/ecs-notices.php';
  • ele-custom-skin/trunk/readme.txt

    r3068463 r3068879  
    55Requires at least: 5.0
    66Tested up to: 6.5.2
    7 Stable tag: 3.1.8
     7Stable tag: 3.1.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6464== Changelog ==
    6565
     66
     67= 3.1.9 =
     68* Minor fixes.
     69
    6670= 3.1.8 =
    67 * Replaced depricated code
     71* Replaced depricated code.
    6872
    6973= 3.1.7 =
  • ele-custom-skin/trunk/skins/skin-custom.php

    r3068460 r3068879  
    66use Elementor\Group_Control_Image_Size;
    77use Elementor\Group_Control_Typography;
    8 use Elementor\Core\Schemes\Color;
    9 use Elementor\Core\Scheme\Typography;
    108use Elementor\Widget_Base;
    119use ElementorPro\Plugin;
Note: See TracChangeset for help on using the changeset viewer.