diff --git a/CHANGELOG.md b/CHANGELOG.md index e724e95..9d88810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/plugin.php b/plugin.php index bcc78cc..2c20460 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.1 + * Version: 1.0.2 * Author: Timi-Artturi Mäkelä * Author URI: https://github.com/Liblastic * License: GPL-3.0 diff --git a/readme.md b/readme.md index 9ef54e0..5d32bb5 100644 --- a/readme.md +++ b/readme.md @@ -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": "*" } } ```