Skip to content

Commit

Permalink
prestasms 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspijak committed May 16, 2019
2 parents f448b7b + 494697a commit fe1bd31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prestasms/src/init.php
Expand Up @@ -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'))
Expand All @@ -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';
require_once _BG_PRESTASMS_DIR_.'/controllers/admin/PrestaSmsController.php';

0 comments on commit fe1bd31

Please sign in to comment.