From 16722f7dd50c96bae0bcb4a31112632a63098259 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Sat, 15 Jul 2017 20:01:38 +0900 Subject: [PATCH] * Craft 3 beta 20 compatibility --- CHANGELOG.md | 4 ++++ README.md | 2 +- composer.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45de6cf..e128b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # PathTools Changelog +## 1.0.5 - 2017.07.15 +### Changed +* Craft 3 beta 20 compatibility + ## 1.0.4 - 2017.03.24 ### Changed * `hasSettings` -> `hasCpSettings` for Craft 3 beta 8 compatibility diff --git a/README.md b/README.md index 7adf1b2..a83736d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Related: [PathTools for Craft 2.x](https://github.com/nystudio107/pathtools) To install PathTools, follow these steps: -1. Install with Composer via `composer require nystudio107/craft3-pathtools` +1. Install with Composer via `composer require nystudio107/craft3-pathtools` from your project directory 2. Install plugin in the Craft Control Panel under Settings > Plugins PathTools works on Craft 3.x. diff --git a/composer.json b/composer.json index 9abea45..303bb82 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nystudio107/craft3-pathtools", "description": "This twig plugin for the Craft CMS brings convenient path & url manipulation functions & filters to your Twig templates.", "type": "craft-plugin", - "version": "1.0.4", + "version": "1.0.5", "keywords": [ "craft", "cms",