Plugin Directory

Changeset 1977831


Ignore:
Timestamp:
11/21/2018 04:26:02 AM (7 years ago)
Author:
themeblvd
Message:

2.3.2

Location:
theme-blvd-layout-builder/trunk
Files:
225 added
2 edited

Legend:

Unmodified
Added
Removed
  • theme-blvd-layout-builder/trunk/readme.txt

    r1977177 r1977831  
    33Contributors: themeblvd
    44Tags: layouts, custom, homepage, builder, Theme Blvd, themeblvd, Jason Bobich
    5 Stable Tag: 2.3.1
     5Stable Tag: 2.3.2
    66Tested up to: 5.0
    77
     
    4646
    4747== Changelog ==
     48
     49= 2.3.2 - 11/20/2018 =
     50* Fixed: Classic editor forcing "Custom Layout" page template to be saved.
     51* Fixed: "Apply/Edit Custom Layout" links displaying on hierarchal post type tables; they should only display for pages.
    4852
    4953= 2.3.1 - 11/19/2018 =
     
    282286== Upgrade Notice ==
    283287
    284 = 2.3.1 =
     288= 2.3.2 =
    285289Compatible Themes: Jump Start 2.0+, Denali 1.0+, Gnar 1.0+, Akita 2.1.17+, Alyeska 3.1.17+, Arcadian 2.1.8+, Barely Corporate 4.1.17+, Commodore 3.0.14+, Swagger 2.1.17+
  • theme-blvd-layout-builder/trunk/tb-builder.php

    r1977177 r1977831  
    33Plugin Name: Theme Blvd Layout Builder
    44Description: When using a Theme Blvd theme, this plugin gives you slick interface to build custom layouts.
    5 Version: 2.3.1
     5Version: 2.3.2
    66Author: Theme Blvd
    77Author URI: http://themeblvd.com
     
    99*/
    1010
    11 define( 'TB_BUILDER_PLUGIN_VERSION', '2.3.1' );
     11define( 'TB_BUILDER_PLUGIN_VERSION', '2.3.2' );
    1212define( 'TB_BUILDER_PLUGIN_DIR', dirname( __FILE__ ) );
    1313define( 'TB_BUILDER_PLUGIN_URI', plugins_url( '' , __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.