Plugin Directory

Changeset 1666598


Ignore:
Timestamp:
05/29/2017 04:44:12 PM (9 years ago)
Author:
netdelight
Message:

fix version and description

Location:
sharing-club/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sharing-club/trunk/readme.txt

    r1666583 r1666598  
    99Donate link: https://paypal.me/netdelight
    1010
    11 Share books, dvd, tools, toys or any object with your friends or community :
    12 
    13 *   your users can easily lend, borrow and rate items
    14 *   you keep a track of what is shared and you know who borrowed what
     11Share books, dvd, tools, records, toys or any object with your friends or community : your users can easily lend, borrow and rate items while you keep a track of what is shared and you know who borrowed what.
    1512
    1613== Description ==
  • sharing-club/trunk/sharing-club.php

    r1666589 r1666598  
    5555function scwp_plugin_activate() {
    5656    if ( current_user_can( 'manage_options' ) ) {
    57         add_option('sharing-club_version', '1.1');
     57        add_option('sharing-club_version', '1.2.1');
    5858    }
    5959}
Note: See TracChangeset for help on using the changeset viewer.