From 1dc55db7f9dfdd32ddb9803582d6a71431d3ee8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timi-Artturi=20M=C3=A4kel=C3=A4?= Date: Mon, 6 Jun 2022 14:01:28 +0300 Subject: [PATCH] composer minimum-stability 'dev' -> 'stable' --- CHANGELOG.md | 3 +++ composer.json | 2 +- plugin.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d88810..c2b3964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.0.3] - 2022-06-06 +- composer minimum-stability 'dev' -> 'stable'. + ## [1.0.2] - 2018-09-24 ### Changed diff --git a/composer.json b/composer.json index 42a979a..29b7666 100644 --- a/composer.json +++ b/composer.json @@ -14,5 +14,5 @@ "wordpress", "cache" ], "license": "GPL-3.0", - "minimum-stability": "dev" + "minimum-stability": "stable" } diff --git a/plugin.php b/plugin.php index 2c20460..47b4c96 100644 --- a/plugin.php +++ b/plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: Toggle ACF flexible layouts. * Description: Toggle ACF flexible layouts for better usability when managing flexible layouts. - * Version: 1.0.2 + * Version: 1.0.3 * Author: Timi-Artturi Mäkelä * Author URI: https://github.com/Liblastic * License: GPL-3.0