diff --git a/README.md b/README.md index 5b7f968..30acc9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Augment Types -- ![Scrutinizer Build Status](https://scrutinizer-ci.com/g/kermage/augment-types/badges/build.png) ![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/kermage/augment-types/badges/quality-score.png) -Stable tag: 1.14.0 +Stable tag: 1.15.0 Tested up to: 6.1.1 Requires at least: 4.6 Requires PHP: 5.6 diff --git a/augment-types.php b/augment-types.php index 4881b56..5ae0af5 100644 --- a/augment-types.php +++ b/augment-types.php @@ -11,7 +11,7 @@ * Author: Gene Alyson Fortunado Torcende * Author URI: mailto:genealyson.torcende@gmail.com * Description: Add essential functionalities to WordPress Post Types. - * Version: 1.14.0 + * Version: 1.15.0 * License: GNU General Public License v3.0 * License URI: https://www.gnu.org/licenses/gpl-3.0.html */ diff --git a/update-data.json b/update-data.json index 816e9a2..628f07e 100644 --- a/update-data.json +++ b/update-data.json @@ -1,8 +1,8 @@ { - "new_version" : "1.14.0", + "new_version" : "1.15.0", "homepage" : "https://github.com/kermage/augment-types", - "download_link" : "https://github.com/kermage/augment-types/releases/download/v1.14.0/augment-types.zip", - "last_updated" : "2023-03-03", + "download_link" : "https://github.com/kermage/augment-types/releases/download/v1.15.0/augment-types.zip", + "last_updated" : "2023-03-09", "author" : "Gene Alyson Fortunado Torcende", "author_profile" : "https://github.com/kermage", "requires" : "4.6.0",