diff --git a/composer.json b/composer.json index 0c8e9a6..3748067 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,6 @@ "vendor-dir": "vendor" }, "require": { - "voceconnect/voce-settings-api": "~0.5.0" + "voceconnect/voce-settings-api": "~0.5.2" } } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 4b0b74a..397654b 100644 --- a/composer.lock +++ b/composer.lock @@ -1,23 +1,23 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "10bd393d6c378af106d7e4036f1da57c", + "hash": "891bcd666422dd155171936d28451aef", "packages": [ { "name": "voceconnect/voce-settings-api", - "version": "0.5.0", + "version": "0.5.2", "source": { "type": "git", "url": "https://github.com/voceconnect/voce-settings-api.git", - "reference": "8dba84c4ea99878c2a726e7f30a2efbf277c9d19" + "reference": "3642b64dde17f4b337b801090323d65583275d87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/voceconnect/voce-settings-api/zipball/8dba84c4ea99878c2a726e7f30a2efbf277c9d19", - "reference": "8dba84c4ea99878c2a726e7f30a2efbf277c9d19", + "url": "https://api.github.com/repos/voceconnect/voce-settings-api/zipball/3642b64dde17f4b337b801090323d65583275d87", + "reference": "3642b64dde17f4b337b801090323d65583275d87", "shasum": "" }, "type": "library", @@ -37,7 +37,7 @@ } ], "description": "A simplification of the core WordPress settings API", - "time": "2014-11-10 18:26:55" + "time": "2015-06-03 13:13:58" } ], "packages-dev": [], diff --git a/readme.txt b/readme.txt index 591b9c4..8f4e46c 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.1 -Stable tag: 0.5.0 +Tested up to: 4.2.2 +Stable tag: 0.5.1 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. diff --git a/voce-seo.php b/voce-seo.php index 4259bbf..944e983 100644 --- a/voce-seo.php +++ b/voce-seo.php @@ -1,7 +1,7 @@