Changeset 2659797
- Timestamp:
- 01/19/2022 06:35:33 AM (4 years ago)
- Location:
- easy-pricing-tables/trunk
- Files:
-
- 3 edited
-
includes/table-generation/design1.php (modified) (2 diffs)
-
pricing-table-plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-pricing-tables/trunk/includes/table-generation/design1.php
r2656933 r2659797 112 112 'title' => array(), 113 113 'target' => array(), 114 'style' => array(), 114 115 ), 115 116 'abbr' => array( 'title' => array() ), … … 137 138 ); 138 139 140 $ept_allowed_tags = apply_filters( 'fca_ept_allowed_tags', $ept_allowed_tags ); 141 139 142 $meta = get_post_meta( $id, $features_metabox->get_the_id(), true ); 140 143 -
easy-pricing-tables/trunk/pricing-table-plugin.php
r2656933 r2659797 7 7 Domain Path: /languages 8 8 Author: Fatcat Apps 9 Version: 3.1. 49 Version: 3.1.5 10 10 Author URI: https://fatcatapps.com 11 11 */ … … 22 22 define( 'PTP_PLUGIN_VER', '3.1.' . time() ); 23 23 } else { 24 define( 'PTP_PLUGIN_VER', '3.1. 4' );24 define( 'PTP_PLUGIN_VER', '3.1.5' ); 25 25 } 26 26 -
easy-pricing-tables/trunk/readme.txt
r2656933 r2659797 6 6 Plugin URI: https://fatcatapps.com/easypricingtables/?utm_campaign=plugin%2Buri&utm_source=https%3A%2F%2Fwordpress.org%2Fplugins%2Feasy-pricing-tables%2F&utm_medium=referral 7 7 Requires at least: 3.6 8 Tested up to: 5. 89 Stable tag: 3.1. 48 Tested up to: 5.9 9 Stable tag: 3.1.5 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 134 134 == Changelog == 135 135 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 136 140 = Easy Pricing Tables 3.1.4 = 137 141 * Fix frontend HTML tag issue
Note: See TracChangeset
for help on using the changeset viewer.