Plugin Directory

Changeset 3268204


Ignore:
Timestamp:
04/08/2025 03:53:28 AM (12 months ago)
Author:
wpt00ls
Message:

WordPress 6.8 compatibility

Location:
wp-tools-gravity-forms-divi-module/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-tools-gravity-forms-divi-module/trunk/includes/modules/GravityFormModule/Fields.php

    r3122868 r3268204  
    111111            ],
    112112            'consent_description'                     => [
    113                 'selector' => "{$this->module->main_css_element} div.gform_wrapper .gfield div.gfield_description.gfield_consent_description",
     113                'selector' => "{$this->module->main_css_element} div.gform_wrapper .gfield div.gfield_description.gfield_consent_description, section%%order_class%%  .gform_wrapper .gfield div.ginput_container_consent label",
    114114                'name'     => 'Consent Description',
    115115            ],
  • wp-tools-gravity-forms-divi-module/trunk/readme.txt

    r3229071 r3268204  
    11=== WP Tools Gravity Forms Divi Module ===
    2 Contributors: wpt00ls, freemius
     2Contributors: wpt00ls
    33Donate link: https://wptools.app/
    44Tags: divi, gravityforms, gravity forms, gravityforms divi, gravity forms divi, style gravityforms
    55Requires at least: 4.5
    6 Tested up to: 6.6.2
     6Tested up to: 6.8
    77Requires PHP: 7.2.5
    8 Stable tag: 8.5.2
     8Stable tag: 8.5.3
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    181181
    182182== Changelog ==
     183
     184= 8.5.3 =
     185* Bug Fix: Issue with content description css
    183186
    184187= 8.5.2 =
     
    289292
    290293= 6.2.0 =
     294[//]: # fs_premium_only_begin
     295* Added CSS ready classes gf_left_half, gf_left_third &gf_middle_third classes
     296[//]: # fs_premium_only_end
    291297* Freemius SDK updated to 2.4.2
    292298
     
    315321* Moved freemius menu pages under Divi in admin.
    316322* Added plugin documentation in admin menu landing page.
     323[//]: # fs_premium_only_begin
     324* Removed `(Premium)` tags in the divi module.
     325* Inline form using `gf_simple_horizontal` form class were rendering incorrect on the visual builder. Fixed that.
     326[//]: # fs_premium_only_end
    317327
    318328= 5.0.0 =
  • wp-tools-gravity-forms-divi-module/trunk/wp-tools-gravity-forms-divi-module.php

    r3229071 r3268204  
    77 * Text Domain:     wp-tools-gravity-forms-divi-module
    88 * Domain Path:     /languages
    9  * Version:         8.5.2
     9 * Version:         8.5.3
    1010 *
    1111 * @package         Wp_Tools_Gravity_Divi_Module
     
    2525
    2626$loader['name']    = 'WP Tools Gravity Forms Divi Module';
    27 $loader['version'] = '8.5.2';
     27$loader['version'] = '8.5.3';
    2828$loader['dir']     = __DIR__;
    2929$loader['url']     = plugins_url( '/' . basename( __DIR__ ) );
Note: See TracChangeset for help on using the changeset viewer.