Changeset 2148989
- Timestamp:
- 08/31/2019 03:05:40 PM (7 years ago)
- Location:
- wpbooklist/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wpbooklist.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpbooklist/trunk/readme.txt
r2089547 r2148989 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.2 7 Stable tag: 6.2. 07 Stable tag: 6.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 296 296 **6.2.0** - Various misc. typo fixes and code cleanup. 297 297 298 **6.2.1** - Various misc. typo fixes and code cleanup. 299 298 300 299 301 == Upgrade Notice == … … 420 422 Various misc. typo fixes and code cleanup. 421 423 424 =6.2.1= 425 Various misc. typo fixes and code cleanup. 426 -
wpbooklist/trunk/wpbooklist.php
r2089547 r2148989 12 12 * Plugin URI: https://www.jakerevans.com 13 13 * 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. 014 * Version: 6.2.1 15 15 * Author: Jake Evans 16 16 * Text Domain: wpbooklist … … 36 36 // Root plugin folder directory. 37 37 if ( ! defined( 'WPBOOKLIST_VERSION_NUM' ) ) { 38 define( 'WPBOOKLIST_VERSION_NUM', '6.2. 0' );38 define( 'WPBOOKLIST_VERSION_NUM', '6.2.1' ); 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.