Skip to content

Commit

Permalink
Version 1.5.2-pl
Browse files Browse the repository at this point in the history
  • Loading branch information
Indigo744 committed Nov 7, 2018
1 parent da285a2 commit a03cba4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _build/build.transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/* define version */
define('PKG_NAME','SimpleAceCodeEditor');
define('PKG_NAMESPACE','simpleacecodeeditor');
define('PKG_VERSION','1.5.1');
define('PKG_VERSION','1.5.2');
define('PKG_RELEASE','pl');
define('PKG_DESCRIPTION',sprintf('Ace Code Editor *simple* integration - %s-%s', PKG_VERSION, PKG_RELEASE));

Expand Down
Binary file added _dist/simpleacecodeeditor-1.5.2-pl.transport.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions core/components/simpleacecodeeditor/documents/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

07 Nov. 2018 - Indigo74
Version 1.5.2
* Fix issue of jumping cursor in TVs

24 Oct. 2018 - Indigo74
Version 1.5.1
* Fix issue (PHP Fatal Error) when "empty" template is selected
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It integrates [Ace Code Editor](https://ace.c9.io) into MODx Revolution in a sim

It is available as a package in MODX Extra repository: https://modx.com/extras/package/simpleacecodeeditor

__Current version__ (github): 1.5.1-pl
__Current version__ (github): 1.5.2-pl

__Current version in Modx Extra repository__: 1.5.1-pl

Expand Down Expand Up @@ -220,7 +220,7 @@ Here is how a MIME type is mapped to its mode:
* __`text/x-markdown`__: `markdown`
* __`text/markdown`__: `markdown`
* __`text/plain`__: `text`
* __`text/x-twig`__: `twig'
* __`text/x-twig`__: `twig`
* __`application/x-extension-htaccess`__: `apache_conf`
* __`application/vnd.coffeescript`__: `coffee`
* __`application/x-typescript`__: `typescript`
Expand Down

0 comments on commit a03cba4

Please sign in to comment.