diff --git a/.craftplugin b/.craftplugin index 4d29b45..c9a7b4f 100644 --- a/.craftplugin +++ b/.craftplugin @@ -1 +1 @@ -{"pluginName":"Video Embedder","pluginDescription":"Craft plugin to generate an embed URL from a YouTube or Vimeo URL.","pluginVersion":"1.0.3","pluginAuthorName":"Mike Stecker","pluginVendorName":"mikestecker","pluginAuthorUrl":"http://github.com/mikestecker","pluginAuthorGithub":"mikestecker","codeComments":"yes","pluginComponents":["variables"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"} \ No newline at end of file +{"pluginName":"Video Embedder","pluginDescription":"Craft plugin to generate an embed URL from a YouTube or Vimeo URL.","pluginVersion":"1.0.4","pluginAuthorName":"Mike Stecker","pluginVendorName":"mikestecker","pluginAuthorUrl":"http://github.com/mikestecker","pluginAuthorGithub":"mikestecker","codeComments":"yes","pluginComponents":["variables"],"consolecommandName":"","controllerName":"","cpsectionName":"","elementName":"","fieldName":"","modelName":"","purchasableName":"","recordName":"","serviceName":"","taskName":"","utilityName":"","widgetName":"","apiVersion":"api_version_3_0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f419e6d..0f32b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.4 - 2018-01-29 +### Changed +- Updated path and repo name to fit within new recommended guidelines [as discussed here](https://craftcms.stackexchange.com/questions/23535/craft-3-plugin-backwards-compatibility-and-maintenance-for-2-x). + ## 1.0.3 - 2017-12-13 ### Changed - Updated to require `craftcms/cms ^3.0.0-RC1` (Thanks @brandonkelly) diff --git a/README.md b/README.md index 04f433b..8dba6ca 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This plugin requires Craft CMS 3.0.0-RC1 or later. To install Video Embedder, follow these steps: -1. Install with Composer via `composer require mikestecker/craft3-videoembedder` from your project directory +1. Install with Composer via `composer require mikestecker/craft-videoembedder` from your project directory 2. Install plugin in the Craft Control Panel under Settings > Plugins Video Embedder works on Craft 3.x. diff --git a/composer.json b/composer.json index fdf737e..dfc3136 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "mikestecker/craft3-videoembedder", + "name": "mikestecker/craft-videoembedder", "description": "Craft plugin to generate an embed URL from a YouTube or Vimeo URL.", "type": "craft-plugin", - "version": "1.0.3", + "version": "1.0.4", "keywords": [ "craft", "cms", @@ -11,8 +11,8 @@ "video embedder" ], "support": { - "docs": "https://github.com/mikestecker/craft3-videoembedder/blob/master/README.md", - "issues": "https://github.com/mikestecker/craft3-videoembedder/issues" + "docs": "https://github.com/mikestecker/craft-videoembedder/blob/master/README.md", + "issues": "https://github.com/mikestecker/craft-videoembedder/issues" }, "license": "MIT", "authors": [ @@ -41,7 +41,7 @@ "schemaVersion": "1.0.0", "hasCpSettings": false, "hasCpSection": false, - "changelogUrl": "https://raw.githubusercontent.com/mikestecker/craft3-videoembedder/master/CHANGELOG.md", + "changelogUrl": "https://raw.githubusercontent.com/mikestecker/craft-videoembedder/master/CHANGELOG.md", "class": "mikestecker\\videoembedder\\VideoEmbedder" } }