Skip to content

Commit 1dc55db

Browse files
author
Timi-Artturi Mäkelä
committed
composer minimum-stability 'dev' -> 'stable'
1 parent 5a309cc commit 1dc55db

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.3] - 2022-06-06
8+
- composer minimum-stability 'dev' -> 'stable'.
9+
710
## [1.0.2] - 2018-09-24
811

912
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"wordpress", "cache"
1515
],
1616
"license": "GPL-3.0",
17-
"minimum-stability": "dev"
17+
"minimum-stability": "stable"
1818
}

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Toggle ACF flexible layouts.
44
* Description: Toggle ACF flexible layouts for better usability when managing flexible layouts.
5-
* Version: 1.0.2
5+
* Version: 1.0.3
66
* Author: Timi-Artturi Mäkelä
77
* Author URI: https://github.com/Liblastic
88
* License: GPL-3.0

0 commit comments

Comments
 (0)