From ee83582de3a74dae044f8ce6f225e39fbf5881b1 Mon Sep 17 00:00:00 2001 From: moldcraft Date: Fri, 29 Apr 2016 11:34:32 +0300 Subject: [PATCH] Version 1.2.5 --- manifest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.php b/manifest.php index dcd1e2e..00a83ed 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.4'; +$manifest['version'] = '1.2.5'; $manifest['standalone'] = false; $manifest['display'] = false; $manifest['github_update'] = 'ThemeFuse/Unyson-Mailer-Extension';