Skip to content

Commit

Permalink
release VERSION 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbearman committed Jul 14, 2022
1 parent 543ff63 commit 9adb223
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<h2>Version: 3.1.0 (14/07/2022)</h2>
<h3>Bug fixes</h3>
- Fixed module content error on joomla 4 | <a href="https://github.com/t3framework/t3/commit/73d855522c7e92074ffe9014ff7c19ea778c576b">Link</a><br/>
- Fixed warning message php 8.0 | <a href="https://github.com/t3framework/t3/commit/543ff635ec50691d8bdbd7b6823d8e81d5909394">Link</a><br/>

<h2>Version: 3.0.9 (20/05/2022)</h2>
<h3>Bug fixes</h3>
- Update add j40 class to body support load css | <a href="https://github.com/t3framework/t3/commit/18a8ffffd7e0b1fc24a3bf2d348af495cc3e72a2">Link</a><br/>
Expand Down
4 changes: 2 additions & 2 deletions pkg_t3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<extension type="package" version="2.5" method="upgrade">
<name>T3 Framework Package</name>
<packagename>t3</packagename>
<version>3.0.9</version>
<version>3.1.0</version>
<url>http://www.t3-framework.org</url>
<creationDate>May 20, 2022</creationDate>
<creationDate>Jul 14, 2022</creationDate>
<copyright>(C) 2012 - 2022. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
Expand Down
4 changes: 2 additions & 2 deletions source/plg_system_t3/t3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension version="2.5" type="plugin" group="system" method="upgrade">
<name>T3 Framework</name>
<author>JoomlArt.com</author>
<creationDate>May 20, 2022</creationDate>
<creationDate>Jul 14, 2022</creationDate>
<copyright>Copyright (C) 2005 - 2022 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.t3-framework.org</authorUrl>
<version>3.0.9</version>
<version>3.1.0</version>
<description>
<![CDATA[
<div align="center">
Expand Down

0 comments on commit 9adb223

Please sign in to comment.