Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Jun 17, 2015
1 parent ddafb9b commit d7a741d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d7a741d

Please sign in to comment.