Plugin Directory

Changeset 2659797


Ignore:
Timestamp:
01/19/2022 06:35:33 AM (4 years ago)
Author:
flippy101
Message:

Easy Pricing Tables 3.1.5

Location:
easy-pricing-tables/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easy-pricing-tables/trunk/includes/table-generation/design1.php

    r2656933 r2659797  
    112112            'title'  => array(),
    113113            'target' => array(),
     114            'style' => array(),
    114115        ),
    115116        'abbr'    => array( 'title' => array() ),
     
    137138    );
    138139
     140    $ept_allowed_tags = apply_filters( 'fca_ept_allowed_tags', $ept_allowed_tags );
     141
    139142    $meta = get_post_meta( $id, $features_metabox->get_the_id(), true );
    140143   
  • easy-pricing-tables/trunk/pricing-table-plugin.php

    r2656933 r2659797  
    77    Domain Path: /languages
    88    Author: Fatcat Apps
    9     Version: 3.1.4
     9    Version: 3.1.5
    1010    Author URI: https://fatcatapps.com
    1111*/
     
    2222        define( 'PTP_PLUGIN_VER', '3.1.' . time() );
    2323    } else {
    24         define( 'PTP_PLUGIN_VER', '3.1.4' );
     24        define( 'PTP_PLUGIN_VER', '3.1.5' );
    2525    }
    2626
  • easy-pricing-tables/trunk/readme.txt

    r2656933 r2659797  
    66Plugin URI: https://fatcatapps.com/easypricingtables/?utm_campaign=plugin%2Buri&utm_source=https%3A%2F%2Fwordpress.org%2Fplugins%2Feasy-pricing-tables%2F&utm_medium=referral
    77Requires at least: 3.6
    8 Tested up to: 5.8
    9 Stable tag: 3.1.4
     8Tested up to: 5.9
     9Stable tag: 3.1.5
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    134134== Changelog ==
    135135
     136= Easy Pricing Tables 3.1.5 =
     137* Added the option to add a custom function to allow more HTML tags to legacy pricing tables content
     138* Tested up to WordPress 5.9
     139
    136140= Easy Pricing Tables 3.1.4 =
    137141* Fix frontend HTML tag issue
Note: See TracChangeset for help on using the changeset viewer.