From bcd08d2765b96edec47e523a32542c3f87b734b0 Mon Sep 17 00:00:00 2001 From: moldcraft Date: Wed, 7 Sep 2016 19:01:38 +0300 Subject: [PATCH] Version 1.2.7 --- manifest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.php b/manifest.php index cbe7565..5b8ae04 100644 --- a/manifest.php +++ b/manifest.php @@ -4,7 +4,7 @@ $manifest['name'] = __('Mailer', 'fw'); $manifest['description'] = __('This extension will let you set some global email options and it is used by other extensions (like Forms) to send emails.', 'fw'); -$manifest['version'] = '1.2.6'; +$manifest['version'] = '1.2.7'; $manifest['standalone'] = false; $manifest['display'] = false; $manifest['github_update'] = 'ThemeFuse/Unyson-Mailer-Extension';