Plugin Directory

Changeset 2019541

Timestamp:
01/26/2019 01:44:55 PM (6 years ago)
Author:
nvwd
Message:

cleaning up version numbers

Location:
a2z-alphabetical-archive-links/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • a2z-alphabetical-archive-links/trunk/a2z-alphabetical-archive-links.php

    r2018780 r2019541  
    44        Plugin URI: https://github.com/NowellVanHoesen/a2z-alphabetical-archive-links/wiki
    55        Description: Get a list of characters, A to Z, from the initial character of a post or CPT title. The Initials will link to an archive page of posts/CPTs that begin with that character.
    6         Version: 2.0.1
     6        Version: 2.0.
    77        Author: Nowell VanHoesen
    88        Author URI: http://nvwebdev.com/
     
    1919    define( 'A2ZAAL_PLUGIN', __FILE__ );
    2020    define( 'A2ZAAL_BASENAME', plugin_basename( A2ZAAL_PLUGIN ) );
    21     define( 'A2ZAAL_VERSION', '2.0.0' );
     21    define( 'A2ZAAL_VERSION', '2.0.' );
    2222    define( 'A2ZAAL_PLUGIN_ROOT_DIR', trailingslashit( __DIR__ ) );
    2323
  • a2z-alphabetical-archive-links/trunk/readme.txt

    r2018773 r2019541  
    66Tested up to: 5.0.3
    77Requires PHP: 5.6
    8 Stable tag: 2.0.1
     8Stable tag: 2.0.
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050== Changelog ==
    5151
     52
     53
     54
     55
    5256= 2.0.1 =
    5357
Note: See TracChangeset for help on using the changeset viewer.