diff --git a/readme.txt b/readme.txt index 03ccb52..234c445 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: voceplatforms, prettyboymp, matstars, kevinlangleyjr Tags: SEO Requires at least: 3.7.0 -Tested up to: 4.2.2 -Stable tag: 0.5.2 +Tested up to: 4.2.4 +Stable tag: 0.5.4 License: GPLv2 or later An SEO plugin taking things from both WP SEO and All in One SEO but leaving out the VIP incompatible pieces. @@ -31,6 +31,12 @@ if( ! class_exists( 'VSEO' ) ) { ``` == Changelog == += Version 0.5.4 = +* Adding `get_vseo_meta` filter + += Version 0.5.3 = +* Adding escaping per VIP + = Version 0.5.2 = * Strict comparisons * Escaping diff --git a/voce-seo.php b/voce-seo.php index 1a46b6f..683f52d 100644 --- a/voce-seo.php +++ b/voce-seo.php @@ -1,7 +1,7 @@