Plugin Directory

Changeset 961007


Ignore:
Timestamp:
08/06/2014 09:53:18 AM (12 years ago)
Author:
giuliom
Message:

1.1.4

Location:
mg-quotes/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mg-quotes/trunk/includes/cpt.php

    r937854 r961007  
    2929        'capability_type'      => 'quote',
    3030        'map_meta_cap'         => true,
    31         'supports'             => array('custom-fields', 'author'),
     31        'supports'             => array('custom-fields', 'author', 'comments'),
    3232        'register_meta_box_cb' => null,
    3333        'taxonomies'           => array(),
  • mg-quotes/trunk/plugin.php

    r948104 r961007  
    44Plugin URI: http://mgiulio.info/projects/mg-quotes/
    55Description: Manage and publish your favorite quotes with WordPress
    6 Version: 1.1.3
     6Version: 1.1.4
    77Author: Giulio 'mgiulio' Mainardi
    88Author URI: http://mgiulio.info
  • mg-quotes/trunk/readme.txt

    r948104 r961007  
    166166== Changelog ==
    167167
    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
    170187
    171188= 1.0.1 =
     
    173190* readme.txt fixes and updates
    174191
    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.