Plugin Directory

Changeset 2671837


Ignore:
Timestamp:
02/03/2022 03:28:47 AM (4 years ago)
Author:
flippy101
Message:

Easy Pricing Tables 3.1.6

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

Legend:

Unmodified
Added
Removed
  • easy-pricing-tables/trunk/includes/settings.php

    r2551828 r2671837  
    77    global $submenu;
    88    $submenu_list = $submenu['edit.php?post_type=easy-pricing-table'];
    9     $position = count( $submenu_list ) -1;
     9    $position = empty( $submenu_list ) ? 3 : count( $submenu_list ) -1;
    1010    $existing_install = dh_ptp_check_existing_install();
    1111
  • easy-pricing-tables/trunk/pricing-table-plugin.php

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

    r2659797 r2671837  
    77Requires at least: 3.6
    88Tested up to: 5.9
    9 Stable tag: 3.1.5
     9Stable tag: 3.1.6
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    134134== Changelog ==
    135135
     136= Easy Pricing Tables 3.1.6 =
     137* Fixed a bug on the settings page that caused an error for some users
     138
    136139= Easy Pricing Tables 3.1.5 =
    137140* Added the option to add a custom function to allow more HTML tags to legacy pricing tables content
Note: See TracChangeset for help on using the changeset viewer.