Skip to content

Commit

Permalink
release of 2.2.5-pl
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrobi committed Dec 11, 2011
1 parent 9114c0c commit b79b596
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _build/build.transport.php
Expand Up @@ -38,7 +38,7 @@
/* define package */
define('PKG_NAME','Babel');
define('PKG_NAME_LOWER',strtolower(PKG_NAME));
define('PKG_VERSION','2.2.4');
define('PKG_VERSION','2.2.5');
define('PKG_RELEASE','pl');

/* define sources */
Expand Down
5 changes: 5 additions & 0 deletions core/components/babel/docs/changelog.txt
@@ -1,5 +1,10 @@
Changelog for Babel.

Babel 2.2.5-pl
==============
- Extended list of languages in translation files and added Romanian translation.
- Issue #31: Maked babel buttons in manager position fixed and changed look accordingly.

Babel 2.2.4-pl
==============
- Fixed issue #25: Unchecked "checkbox" TVs are now synchronized correctly.
Expand Down
2 changes: 1 addition & 1 deletion core/components/babel/docs/readme.txt
@@ -1,7 +1,7 @@
--------------------
Babel
--------------------
Version: 2.2.4-pl
Version: 2.2.5-pl
Author: Jakob Class <jakob.class@class-zec.de>

License: GNU GPLv2 (or later at your option)
Expand Down
2 changes: 1 addition & 1 deletion core/components/babel/elements/plugins/babel.plugin.php
Expand Up @@ -247,7 +247,7 @@
$modx->event->output($output);

/* include CSS */
$modx->regClientCSS($babel->config['cssUrl'].'babel.css?v=5');
$modx->regClientCSS($babel->config['cssUrl'].'babel.css?v=6');
$modx->regClientStartupScript($babel->config['jsUrl'].'babel.js?v=3');
break;

Expand Down

0 comments on commit b79b596

Please sign in to comment.