Changeset 1350777
- Timestamp:
- 02/15/2016 08:14:10 AM (10 years ago)
- Location:
- self-made-store/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
self-made-store.php (modified) (1 diff)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
self-made-store/trunk/readme.txt
r1350765 r1350777 5 5 Requires at least: 3.8 6 6 Tested up to: 4.4 7 Stable tag: 3.1 7 Stable tag: 3.1.1 8 8 License: GPLv2 9 9 Self Made Store plugin let the users post their products on the site & show most recent product easily via widget. … … 39 39 == Changelog == 40 40 Version 3.1 = Fixing Updating bug 41 Version 3.1.1 = Delete plugin bug fixed. 41 42 42 43 == Upgrade Notice == -
self-made-store/trunk/self-made-store.php
r1350765 r1350777 4 4 Plugin URI: https://github.com/MakeYourChoice1/SelfMadeStore 5 5 Description: Create a Self Made Store to display product information 6 Ver ison: 3.16 Version: 3.1.1 7 7 Author: Miika Pulkkinen 8 8 Author URI: https://www.upwork.com/freelancers/~01757833d12d6f51e1 -
self-made-store/trunk/uninstall.php
r1350735 r1350777 3 3 if( ! defined( 'ABSPATH' ) && ! defined( 'WP_UNINSTALL_PLUGIN' ) ) 4 4 exit(); 5 6 delete_option s( 'smstore_options' );5 6 delete_option( 'smstore_options' ); 7 7 ?>
Note: See TracChangeset
for help on using the changeset viewer.