Merge pull request #1777 from andreibarabas/update-shareyourcart

increment the version to 1.9.5
This commit is contained in:
Mike Jolley 2012-11-16 10:13:53 -08:00
commit 7d017ca25c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if(!class_exists('ShareYourCartWordpressPlugin',false)){
abstract class ShareYourCartWordpressPlugin extends ShareYourCartBase {
protected static $_INSTANCES = array();
protected static $_VERSION = 4;
protected static $_VERSION = 5;
protected $_PLUGIN_PATH;
/**