Skip to content

Commit

Permalink
Updated readme.md installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Liblastic committed Sep 24, 2018
1 parent dff6ef6 commit 5a309cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.2] - 2018-09-24

### Changed
- Readme.md updated repository name.

## [1.0.1] - 2018-09-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
* Version: 1.0.2
* Author: Timi-Artturi Mäkelä
* Author URI: https://github.com/Liblastic
* License: GPL-3.0
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ add to your composer.json
### Composer
Install by composer command
```
composer require devgeniem/wp-close-acf-flexible-layouts
composer require devgeniem/acf-toggle-flexible-layouts
```
OR add it in your `composer.json`:
```
{
"require": {
"devgeniem/wp-close-acf-flexible-layouts": "*"
"devgeniem/acf-toggle-flexible-layouts": "*"
}
}
```
Expand Down

0 comments on commit 5a309cc

Please sign in to comment.