Skip to content

Commit

Permalink
Adding files for the plugin standard
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDoS authored and Florian Krämer committed Jul 7, 2014
1 parent 5b187e1 commit 805530e
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .semver
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
:major: 1
:minor: 2
:patch: 0
:special: ''
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Changelog
=========

Release 1.2.0
-------------

https://github.com/CakeDC/TinyMCE/tree/1.2.0
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Contributing
============

This repository follows the [CakeDC Plugin Standard](http://cakedc.com/plugins). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](http://cakedc.com/plugins) for detailed instructions.
30 changes: 30 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "cakedc/tiny-mce",
"description": "TinyMCE Plugin for CakePHP",
"type": "cakephp-plugin",
"keywords": ["tinymce", "wysiwyg", "editor"],
"homepage": "http://cakedc.com",
"license": "MIT",
"authors": [
{
"name": "Cake Development Corporation",
"email": "team@cakedc.com",
"homepage": "http://cakedc.com"
}
],
"support": {
"email": "team@cakedc.com",
"issues": "https://github.com/CakeDC/TinyMCE/issues",
"forum": "http://stackoverflow.com/tags/cakedc",
"wiki": "https://github.com/CakeDC/TinyMCE/blob/master/Docs/Home.md",
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/CakeDC/TinyMCE"
},
"require": {
"php": ">=5.2.8",
"composer/installers": "*"
},
"extra": {
"installer-name": "TinyMCE"
}
}

0 comments on commit 805530e

Please sign in to comment.