Skip to content

Commit

Permalink
MarkdownEditor 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theboxer committed Jul 7, 2015
1 parent 0913181 commit ffdf76d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _build/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"lowCaseName": "markdowneditor",
"description": "Markdown editor",
"author": "John Peca",
"version": "1.0.0-pl",
"version": "1.1.0-pl",
"package": {
"elements": {
"plugins": [
Expand Down
5 changes: 4 additions & 1 deletion _build/resolvers/resolve.update.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
LIMIT 1,1) = `modTransportPackage`.`signature`",
));
$c->where(array(
'modTransportPackage.package_name' => 'markdowneditor',
array(
'modTransportPackage.package_name' => 'markdowneditor',
'OR:modTransportPackage.package_name:=' => 'Markdown Editor',
),
'installed:IS NOT' => null
));

Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions core/components/markdowneditor/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## MarkdownEditor 1.1.0
- Add HTML blocks help to docs
- Init jQuery in noConflict mode
- Fix text replication when inserting HTML
Expand Down

0 comments on commit ffdf76d

Please sign in to comment.