Skip to content

Commit

Permalink
Updated path and repo name to fit within new naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestecker committed Jan 29, 2018
1 parent 0121258 commit cf703a6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .craftplugin
Original file line number Diff line number Diff line change
@@ -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"}
{"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"}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
Expand Down Expand Up @@ -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"
}
}

0 comments on commit cf703a6

Please sign in to comment.