Plugin Directory

Changeset 3393018


Ignore:
Timestamp:
11/10/2025 02:49:26 PM (5 months ago)
Author:
constantcontact
Message:

release version 2.14.1

Location:
constant-contact-forms
Files:
797 added
3 edited

Legend:

Unmodified
Added
Removed
  • constant-contact-forms/trunk/constant-contact-forms.php

    r3389849 r3393018  
    1313 * Plugin URI:  https://www.constantcontact.com
    1414 * Description: Be a better marketer. All it takes is Constant Contact email marketing.
    15  * Version:     2.14.0
     15 * Version:     2.14.1
    1616 * Author:      Constant Contact
    1717 * Author URI:  https://www.constantcontact.com/index?pn=miwordpress
     
    7777     * @var string
    7878     */
    79     const VERSION = '2.14.0';
     79    const VERSION = '2.14.1';
    8080
    8181    /**
  • constant-contact-forms/trunk/includes/class-admin.php

    r3389849 r3393018  
    204204                            ! empty( $tab['is_active'] ) ? ' is-active' : '',
    205205                            esc_url( $tab['url'] ),
    206                             esc_html( $tab['text'] )
     206                            wp_kses( $tab['text'], [ 'span' => [ 'class' => [] ] ] )
    207207                        );
    208208                        echo wp_kses( '</li>', [ 'li' => [] ] );
  • constant-contact-forms/trunk/readme.txt

    r3389849 r3393018  
    44Requires at least: 6.4.0
    55Tested up to:      6.8
    6 Stable tag:        2.14.0
     6Stable tag:        2.14.1
    77License:           GPLv3
    88License URI:       http://www.gnu.org/licenses/gpl-3.0.html
     
    4949
    5050== Changelog ==
     51
     52= 2.14.1 =
     53* Fixed: Dashicon getting escaped instead of displaying, in custom menu spot.
    5154
    5255= 2.14.0 =
Note: See TracChangeset for help on using the changeset viewer.