Plugin Directory

Changeset 1585526


Ignore:
Timestamp:
01/31/2017 05:20:26 AM (9 years ago)
Author:
raynfall
Message:

Updated version numbers

Location:
author-showcase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • author-showcase/tags/1.2/author_showcase.php

    r1585515 r1585526  
    22/**
    33 * @package Author_Showcase
    4  * @version 1.1
     4 * @version 1.2
    55 */
    66/*
     
    99Description: 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.
    1010Author: Claire Ryan
    11 Version: 1.1
     11Version: 1.2
    1212Author URI: http://raynfall.com/
    1313License: GPL v.2
     
    303303        dbDelta($sql);
    304304    }
    305     add_option( 'buybook_db_version', '1.1' );
     305    add_option( 'buybook_db_version', '1.2' );
    306306}
    307307
  • author-showcase/trunk/author_showcase.php

    r1585513 r1585526  
    22/**
    33 * @package Author_Showcase
    4  * @version 1.1
     4 * @version 1.2
    55 */
    66/*
     
    99Description: 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.
    1010Author: Claire Ryan
    11 Version: 1.1
     11Version: 1.2
    1212Author URI: http://raynfall.com/
    1313License: GPL v.2
     
    303303        dbDelta($sql);
    304304    }
    305     add_option( 'buybook_db_version', '1.1' );
     305    add_option( 'buybook_db_version', '1.2' );
    306306}
    307307
Note: See TracChangeset for help on using the changeset viewer.