Plugin Directory

Changeset 2148989


Ignore:
Timestamp:
08/31/2019 03:05:40 PM (7 years ago)
Author:
forwardcreation
Message:

Various misc. typo fixes and code cleanup

Location:
wpbooklist/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpbooklist/trunk/readme.txt

    r2089547 r2148989  
    55Requires at least: 3.0.1
    66Tested up to: 5.2
    7 Stable tag: 6.2.0
     7Stable tag: 6.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    296296**6.2.0** - Various misc. typo fixes and code cleanup.
    297297
     298**6.2.1** - Various misc. typo fixes and code cleanup.
     299
    298300
    299301== Upgrade Notice ==
     
    420422 Various misc. typo fixes and code cleanup.
    421423
     424  =6.2.1=
     425 Various misc. typo fixes and code cleanup.
     426
  • wpbooklist/trunk/wpbooklist.php

    r2089547 r2148989  
    1212 * Plugin URI: https://www.jakerevans.com
    1313 * Description: For authors, publishers, librarians, and book-lovers alike - use it to sell your books, record and catalog your library, and more!
    14  * Version: 6.2.0
     14 * Version: 6.2.1
    1515 * Author: Jake Evans
    1616 * Text Domain: wpbooklist
     
    3636// Root plugin folder directory.
    3737if ( ! defined( 'WPBOOKLIST_VERSION_NUM' ) ) {
    38     define( 'WPBOOKLIST_VERSION_NUM', '6.2.0' );
     38    define( 'WPBOOKLIST_VERSION_NUM', '6.2.1' );
    3939}
    4040
Note: See TracChangeset for help on using the changeset viewer.