Skip to content

Commit

Permalink
Prepped for ST 0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbell committed Dec 20, 2013
1 parent ae39004 commit cd1877f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Added a dataType: 'json' to the uploader
* Added a `getInstance` method to retrieve editor instances
* Fixed `.st-text-block--heading` class to have `min-height: 0` not `auto`.
* Added mailto support to the link regex

## 0.3.1

Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Full documentation can be found [here](http://madebymany.github.io/sir-trevor-js
1. [Sir Trevor Rails](http://github.com/madebymany/sir-trevor-rails)
2. [Umbraco 7](https://github.com/mindrevolution/SirTrevor-for-Umbraco), [Umbraco 6](http://our.umbraco.org/projects/backoffice-extensions/skybrud-sir-trevor-editor)
3. [CakePHP](http://github.com/martinbean/cakephp-sir-trevor-plugin)
4. [Wordpress](https://github.com/raffij/sir-trevor-wordpress)

## Custom blocks

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sir-trevor-js",
"version": "0.3.1",
"version": "0.3.2",
"ignore": [
"**/.*",
"node_modules",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sir-trevor",
"version": "0.3.1",
"version": "0.3.2",
"dependencies": {
"grunt": "0.4.1",
"grunt-cli": "0.1.6",
Expand Down

0 comments on commit cd1877f

Please sign in to comment.