Changeset 2015979
- Timestamp:
- 01/20/2019 10:25:41 PM (7 years ago)
- Location:
- portfolios
- Files:
-
- 3 added
- 2 edited
-
tags/1.1.6 (added)
-
tags/1.1.6/readme.txt (added)
-
tags/1.1.6/tb-portfolios.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/tb-portfolios.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
portfolios/trunk/readme.txt
r1937694 r2015979 3 3 Contributors: themeblvd 4 4 Tags: bundle, Theme Blvd, themeblvd, Jason Bobich, portfolios 5 Stable Tag: 1.1. 56 Tested up to: 4.95 Stable Tag: 1.1.6 6 Tested up to: 5.0 7 7 8 8 Adds a "Portfolio Item" custom post type with associated "Portfolio" and "Porfolio Tag" taxonomies. … … 107 107 == Changelog == 108 108 109 = 1.1.6 - 01/20/2019 = 110 * Allow portfolio taxonomies to be available through REST API and applied with Gutenberg. 111 109 112 = 1.1.5 - 09/07/2018 = 110 113 * Allow portfolio items to be available through REST API and editable with Gutenberg. -
portfolios/trunk/tb-portfolios.php
r1937694 r2015979 3 3 Plugin Name: Portfolios 4 4 Description: Extend the Post Grid system in your Theme Blvd theme to a Portfolio custom post type. 5 Version: 1.1. 55 Version: 1.1.6 6 6 Author: Theme Blvd 7 7 Author URI: http://themeblvd.com … … 9 9 */ 10 10 11 define( 'TB_PORTFOLIOS_PLUGIN_VERSION', '1.1. 5' );11 define( 'TB_PORTFOLIOS_PLUGIN_VERSION', '1.1.6' ); 12 12 define( 'TB_PORTFOLIOS_PLUGIN_DIR', dirname( __FILE__ ) ); 13 13 define( 'TB_PORTFOLIOS_PLUGIN_URI', plugins_url( '' , __FILE__ ) ); … … 138 138 'query_var' => true, 139 139 'rewrite' => array( 'slug' => 'items' ), 140 'show_in_rest' => true, 140 141 )); 141 142 … … 162 163 'query_var' => true, 163 164 'rewrite' => array( 'slug' => 'item-tag' ), 165 'show_in_rest' => true, 164 166 )); 165 167
Note: See TracChangeset
for help on using the changeset viewer.