Skip to content

Commit 5a309cc

Browse files
committed
Updated readme.md installation instructions
1 parent dff6ef6 commit 5a309cc

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.2] - 2018-09-24
8+
9+
### Changed
10+
- Readme.md updated repository name.
11+
712
## [1.0.1] - 2018-09-16
813

914
### Changed

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.1
5+
* Version: 1.0.2
66
* Author: Timi-Artturi Mäkelä
77
* Author URI: https://github.com/Liblastic
88
* License: GPL-3.0

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ add to your composer.json
1717
### Composer
1818
Install by composer command
1919
```
20-
composer require devgeniem/wp-close-acf-flexible-layouts
20+
composer require devgeniem/acf-toggle-flexible-layouts
2121
```
2222
OR 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
```

0 commit comments

Comments
 (0)