Merge pull request #1777 from andreibarabas/update-shareyourcart
increment the version to 1.9.5
This commit is contained in:
commit
7d017ca25c
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue