From d7a741d19cb5b2bc64aa943a6adbe51cc9137832 Mon Sep 17 00:00:00 2001 From: moldcraft Date: Wed, 17 Jun 2015 16:08:12 +0300 Subject: [PATCH] Version 1.0.3 --- manifest.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.php b/manifest.php index 69a9197..beaafe7 100644 --- a/manifest.php +++ b/manifest.php @@ -5,8 +5,12 @@ $manifest = array(); $manifest['name'] = __( 'SEO', 'fw' ); -$manifest['description'] = __( 'This extension will enable you to have a fully optimized WordPress website by adding optimized meta titles, keywords and descriptions.', 'fw' ); -$manifest['version'] = '1.0.2'; +$manifest['description'] = __( + 'This extension will enable you to have a fully optimized WordPress website' + .' by adding optimized meta titles, keywords and descriptions.', + 'fw' +); +$manifest['version'] = '1.0.3'; $manifest['display'] = true; $manifest['standalone'] = true;