Changeset 961007
- Timestamp:
- 08/06/2014 09:53:18 AM (12 years ago)
- Location:
- mg-quotes/trunk
- Files:
-
- 3 edited
-
includes/cpt.php (modified) (1 diff)
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mg-quotes/trunk/includes/cpt.php
r937854 r961007 29 29 'capability_type' => 'quote', 30 30 'map_meta_cap' => true, 31 'supports' => array('custom-fields', 'author' ),31 'supports' => array('custom-fields', 'author', 'comments'), 32 32 'register_meta_box_cb' => null, 33 33 'taxonomies' => array(), -
mg-quotes/trunk/plugin.php
r948104 r961007 4 4 Plugin URI: http://mgiulio.info/projects/mg-quotes/ 5 5 Description: Manage and publish your favorite quotes with WordPress 6 Version: 1.1. 36 Version: 1.1.4 7 7 Author: Giulio 'mgiulio' Mainardi 8 8 Author URI: http://mgiulio.info -
mg-quotes/trunk/readme.txt
r948104 r961007 166 166 == Changelog == 167 167 168 = 1.0 = 169 * First release 168 = 1.1.4 = 169 * Enhancement: Allow quote comments 170 171 = 1.1.3 = 172 * Fix: Flush rewrite rules at plugin activation to avoid permalink problems 173 174 = 1.1.2 = 175 * Enhancement: group widgets together in Available Widgets area 176 177 = 1.1.1 = 178 * Bug fix: Fix syntax error for older PHP versions 179 180 = 1.1 = 181 * Feature: Fine grained access control in admin 182 * Feature: Support of quote post author(the WP user that entered the quote) 183 184 185 = 1.0.2 = 186 * Fix: display post ID only on quote CPT list table 170 187 171 188 = 1.0.1 = … … 173 190 * readme.txt fixes and updates 174 191 175 = 1.0.2 = 176 * Fix: display post ID only on quote CPT list table 177 178 = 1.1 = 179 * Feature: Fine grained access control in admin 180 * Feature: Support of quote post author(the WP user that entered the quote) 181 182 = 1.1.1 = 183 * Bug fix: Fix syntax error for older PHP versions 184 185 = 1.1.2 = 186 * Enhancement: group widgets together in Available Widgets area 187 188 = 1.1.3 = 189 * Fix: Flush rewrite rules at plugin activation to avoid permalink problems 192 = 1.0 = 193 * First release
Note: See TracChangeset
for help on using the changeset viewer.