Changeset 1585526
- Timestamp:
- 01/31/2017 05:20:26 AM (9 years ago)
- Location:
- author-showcase
- Files:
-
- 2 edited
-
tags/1.2/author_showcase.php (modified) (3 diffs)
-
trunk/author_showcase.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
author-showcase/tags/1.2/author_showcase.php
r1585515 r1585526 2 2 /** 3 3 * @package Author_Showcase 4 * @version 1. 14 * @version 1.2 5 5 */ 6 6 /* … … 9 9 Description: The Author Showcase is an all-in-one plugin for displaying an author's books on their site in a variety of convenient formats, using shortcodes or widgets. 10 10 Author: Claire Ryan 11 Version: 1. 111 Version: 1.2 12 12 Author URI: http://raynfall.com/ 13 13 License: GPL v.2 … … 303 303 dbDelta($sql); 304 304 } 305 add_option( 'buybook_db_version', '1. 1' );305 add_option( 'buybook_db_version', '1.2' ); 306 306 } 307 307 -
author-showcase/trunk/author_showcase.php
r1585513 r1585526 2 2 /** 3 3 * @package Author_Showcase 4 * @version 1. 14 * @version 1.2 5 5 */ 6 6 /* … … 9 9 Description: The Author Showcase is an all-in-one plugin for displaying an author's books on their site in a variety of convenient formats, using shortcodes or widgets. 10 10 Author: Claire Ryan 11 Version: 1. 111 Version: 1.2 12 12 Author URI: http://raynfall.com/ 13 13 License: GPL v.2 … … 303 303 dbDelta($sql); 304 304 } 305 add_option( 'buybook_db_version', '1. 1' );305 add_option( 'buybook_db_version', '1.2' ); 306 306 } 307 307
Note: See TracChangeset
for help on using the changeset viewer.