Skip to content

Commit

Permalink
Release 3.1.0-pl
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLuckers committed Nov 21, 2021
1 parent d35487d commit e05dea4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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": "babel",
"description": "The easy way for your multilingual site!",
"author": "Jakob Class, goldsky",
"version": "3.0.1",
"version": "3.1.0-pl",
"package": {
"menus": [
{
Expand Down
Binary file added _packages/babel-3.1.0-pl.transport.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion core/components/babel/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Changelog for Babel.

Babel 3.1.0-pl (TBD)
Babel 3.1.0-pl (November 21, 2021)
=====================================
- Add MODX 3.x compatability
- Fix minor bugs
- Add various new translations
- [#176] Accept a comma separated list of IDs in resourceId property (BabelTranslation snippet)
Expand Down
2 changes: 1 addition & 1 deletion core/components/babel/model/babel/babel.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
class Babel
{

const VERSION = '3.0.0';
const VERSION = '3.1.0';
const RELEASE = 'pl';

/**
Expand Down

0 comments on commit e05dea4

Please sign in to comment.