File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.0.2] - 2018-09-24
8+
9+ ### Changed
10+ - Readme.md updated repository name.
11+
712## [ 1.0.1] - 2018-09-16
813
914### Changed
Original file line number Diff line number Diff line change 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.1
5+ * Version: 1.0.2
66 * Author: Timi-Artturi Mäkelä
77 * Author URI: https://github.com/Liblastic
88 * License: GPL-3.0
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ add to your composer.json
1717### Composer
1818Install by composer command
1919```
20- composer require devgeniem/wp-close- acf-flexible-layouts
20+ composer require devgeniem/acf-toggle -flexible-layouts
2121```
2222OR add it in your ` composer.json ` :
2323```
2424{
2525 "require": {
26- "devgeniem/wp-close- acf-flexible-layouts": "*"
26+ "devgeniem/acf-toggle -flexible-layouts": "*"
2727 }
2828}
2929```
You can’t perform that action at this time.
0 commit comments