diff --git a/prestasms/src/init.php b/prestasms/src/init.php index bc9e6bb..1bf04f8 100644 --- a/prestasms/src/init.php +++ b/prestasms/src/init.php @@ -11,7 +11,7 @@ define('_BG_PRESTASMS_AUTHOR_URL_', 'https://www.bulkgate.com/'); define('_BG_PRESTASMS_PS_MIN_VERSION_', '1.7.0.0'); define('_BG_PRESTASMS_SLUG_', 'bg_prestasms'); -define('_BG_PRESTASMS_VERSION_', '5.0.6'); +define('_BG_PRESTASMS_VERSION_', '5.0.8'); define('_BG_PRESTASMS_DEMO_', false); if(!file_exists(_BG_PRESTASMS_DIR_.'/extensions/src/_extension.php')) @@ -25,4 +25,4 @@ file_exists(_BG_PRESTASMS_DIR_.'/extensions/src/debug.php') && require_once _BG_PRESTASMS_DIR_.'/extensions/src/debug.php'; -require_once _BG_PRESTASMS_DIR_.'/controllers/admin/PrestaSmsController.php'; \ No newline at end of file +require_once _BG_PRESTASMS_DIR_.'/controllers/admin/PrestaSmsController.php';