Plugin Directory

Changeset 1350777


Ignore:
Timestamp:
02/15/2016 08:14:10 AM (10 years ago)
Author:
ballin-
Message:

Adding Version 3.1.1

Location:
self-made-store/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • self-made-store/trunk/readme.txt

    r1350765 r1350777  
    55Requires at least: 3.8
    66Tested up to: 4.4
    7 Stable tag: 3.1
     7Stable tag: 3.1.1
    88License: GPLv2
    99Self Made Store plugin let the users post their products on the site & show most recent product easily via widget.
     
    3939== Changelog ==
    4040Version 3.1 = Fixing Updating bug
     41Version 3.1.1 = Delete plugin bug fixed.
    4142
    4243== Upgrade Notice ==
  • self-made-store/trunk/self-made-store.php

    r1350765 r1350777  
    44Plugin URI: https://github.com/MakeYourChoice1/SelfMadeStore
    55Description: Create a Self Made Store to display product information
    6 Verison: 3.1
     6Version: 3.1.1
    77Author: Miika Pulkkinen
    88Author URI: https://www.upwork.com/freelancers/~01757833d12d6f51e1
  • self-made-store/trunk/uninstall.php

    r1350735 r1350777  
    33if( ! defined( 'ABSPATH' ) && ! defined( 'WP_UNINSTALL_PLUGIN' ) )
    44    exit();
    5    
    6 delete_options( 'smstore_options' );
     5
     6delete_option( 'smstore_options' );
    77?>
Note: See TracChangeset for help on using the changeset viewer.