Changeset 1666598
- Timestamp:
- 05/29/2017 04:44:12 PM (9 years ago)
- Location:
- sharing-club/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
sharing-club.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sharing-club/trunk/readme.txt
r1666583 r1666598 9 9 Donate link: https://paypal.me/netdelight 10 10 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 11 Share 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. 15 12 16 13 == Description == -
sharing-club/trunk/sharing-club.php
r1666589 r1666598 55 55 function scwp_plugin_activate() { 56 56 if ( current_user_can( 'manage_options' ) ) { 57 add_option('sharing-club_version', '1. 1');57 add_option('sharing-club_version', '1.2.1'); 58 58 } 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.