Plugin Directory

Changeset 3233799


Ignore:
Timestamp:
02/03/2025 10:02:00 AM (14 months ago)
Author:
techeshta
Message:

Card Elements for Elementor - Version 1.2.6 changes

Location:
card-elements-for-elementor/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • card-elements-for-elementor/trunk/card-elements-for-elementor.php

    r3194694 r3233799  
    55 * Plugin URI: https://www.techeshta.com/product/card-elements-for-elementor/
    66 * Author: Techeshta
    7  * Version: 1.2.5
     7 * Version: 1.2.6
    88 * Author URI: https://www.techeshta.com
    9  * Elementor tested up to: 3.25.6
    10  * Elementor Pro tested up to: 3.22.1
     9 * Elementor tested up to: 3.27.2
     10 * Elementor Pro tested up to: 3.27.0
    1111 *
    1212 * Text Domain: card-elements-for-elementor
  • card-elements-for-elementor/trunk/readme.txt

    r3194694 r3233799  
    33Tags: card elements module, free elementor addon, custom profile card widget, custom testimonial card widget, custom listing card widget
    44Requires at least: 4.4
    5 Tested up to: 6.7
     5Tested up to: 6.7.1
    66Requires PHP: 8.0
    7 Stable tag: 1.2.5
     7Stable tag: 1.2.6
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    136136== Changelog ==
    137137
     138= 1.2.6 =
     139Release Date: February 3rd, 2025
     140
     141* Fixed: Deprecated _register_controls() function for Elementor 3.27 compatibility
     142
    138143= 1.2.5 =
    139144Release Date: November 22nd, 2024
     
    150155Release Date: August 6th, 2024
    151156
    152 * Fix tag title
     157* Fixed: Tag title issue
    153158
    154159= 1.2.2 =
     
    161166Release Date: May 15th, 2024
    162167
    163 * [Resolved] Profile Card Description is not allowing HTML tags
     168* Fixed: Profile Card Description is not allowing HTML tags
    164169
    165170= 1.2 =
    166171Release Date: April 11th, 2024
    167172
    168 * [Updated] Latest WordPress 6.5.2 compatibility Check
    169 * [Resolved] Security, Performance, and Accessibility issue
     173* Updated: Latest WordPress 6.5.2 compatibility Check
     174* Fixed: Security, Performance, and Accessibility issue
    170175
    171176= 1.1.9 =
    172177Release Date: October 5th, 2023
    173178
    174 * [Updated] Latest WordPress 6.3.1 compatibility Check
     179* Updated: Latest WordPress 6.3.1 compatibility Check
    175180
    176181= 1.1.8 =
    177182Release Date: July 17th, 2023
    178183
    179 * [Fixed] PHP Warning Resolved in Profile Card
     184* Fixed: PHP warning resolved in Profile Card
    180185
    181186= 1.1.7 =
    182187Release Date: December 8th, 2022
    183188
    184 * [Updated] Latest WordPress 6.1 compatibility Check
     189* Updated: Latest WordPress 6.1 compatibility Check
    185190
    186191= 1.1.6 =
    187192Release Date: May 25th, 2022
    188193
    189 * [Updated] Latest WordPress 6.0 compatibility Check
     194* Updated: Latest WordPress 6.0 compatibility Check
    190195
    191196= 1.1.5 =
    192197Release date: March 29th, 2022
    193198
    194 * [Updated] Latest WordPress 5.9 compatibility Check
     199* Updated: Latest WordPress 5.9 compatibility Check
    195200
    196201= 1.1.4 =
    197202Release date: March 13th, 2021
    198203
    199 * [Updated] Latest WordPress 5.7 compatibility Check
     204* Updated: Latest WordPress 5.7 compatibility Check
    200205
    201206= 1.1.3 =
    202207Release Date: January 16th, 2021
    203208
    204 * [Updated] Latest WordPress compatibility Check
     209* Updated: Latest WordPress compatibility Check
    205210
    206211= 1.1.2 =
    207212Release Date: August 8th, 2020
    208213
    209 * [Updated] Latest WordPress compatibility Check
     214* Updated: Latest WordPress compatibility Check
    210215
    211216= 1.1.1 =
    212217Release Date: March 31st, 2020
    213218
    214 * [Updated] Latest WordPress compatibility Check
     219* Updated: Latest WordPress compatibility Check
    215220
    216221= 1.1 =
  • card-elements-for-elementor/trunk/widgets/listing-card-widget.php

    r3147876 r3233799  
    2828    }
    2929
    30     protected function _register_controls() {
     30    protected function register_controls() {
    3131
    3232        /* Start listing card controls fields */
  • card-elements-for-elementor/trunk/widgets/tour-card-widget.php

    r3147876 r3233799  
    3131     * Adding the controls fields for the tour card
    3232     */
    33     protected function _register_controls() {
     33    protected function register_controls() {
    3434
    3535        /*
Note: See TracChangeset for help on using the changeset viewer.