Plugin Directory

Changeset 1690789


Ignore:
Timestamp:
07/04/2017 06:45:06 PM (9 years ago)
Author:
leprincenoir
Message:

correction version

Location:
sticky-cpt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sticky-cpt/tags/1.0.1/sticky-cpt.php

    r1690780 r1690789  
    55 * Plugin URI:        http://www.samy-kantari.fr/
    66 * Description:       Add the possibility of "sticky" CPT
    7  * Version:           1.0.0
     7 * Version:           1.0.1
    88 * Author:            Kantari Samy
    99 * Author URI:        http://www.samy-kantari.fr/
     
    1818 * DEFINES
    1919 */
    20 define( 'STICKY_CPT'          , '1.0.0' );
     20define( 'STICKY_CPT'          , '1.0.1' );
    2121define( 'STICKY_CPT_FILE'     , __FILE__ );
    2222define( 'STICKY_CPT_PATH'     , realpath( plugin_dir_path( STICKY_CPT_FILE ) ) . '/' );
  • sticky-cpt/trunk/sticky-cpt.php

    r1520497 r1690789  
    55 * Plugin URI:        http://www.samy-kantari.fr/
    66 * Description:       Add the possibility of "sticky" CPT
    7  * Version:           1.0.0
     7 * Version:           1.0.1
    88 * Author:            Kantari Samy
    99 * Author URI:        http://www.samy-kantari.fr/
     
    1818 * DEFINES
    1919 */
    20 define( 'STICKY_CPT'          , '1.0.0' );
     20define( 'STICKY_CPT'          , '1.0.1' );
    2121define( 'STICKY_CPT_FILE'     , __FILE__ );
    2222define( 'STICKY_CPT_PATH'     , realpath( plugin_dir_path( STICKY_CPT_FILE ) ) . '/' );
Note: See TracChangeset for help on using the changeset viewer.