Skip to content

Commit

Permalink
Merge pull request #7 from Gileba-org/version-110
Browse files Browse the repository at this point in the history
Version 1.1.0
  • Loading branch information
Gileba authored Sep 30, 2022
2 parents 92b4b4a + fc0189c commit 994a212
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ jobs:
local_source_dir: "update-server"
dist_target_dir: "www/updates"
delete: "false"
- name: Deploy changelog
uses: kevinpainchaud/[email protected]
with:
ftp_host: ${{ secrets.FTP_HOST }}
ftp_username: ${{ secrets.FTP_USERNAME }}
ftp_password: ${{ secrets.FTP_PASSWORD }}
local_source_dir: "changelog-server"
dist_target_dir: "www/changelogs"
delete: "false"
14 changes: 14 additions & 0 deletions changelog-server/mod_ttstand.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelogs>
<changelog>
<element>mod_ttstand</element>
<type>module</type>
<version>1.1.0</version>
<new>
<item>Add support for showing/hiding columns</item>
</new>
<fix>
<item>Default headers are now shown when the headers parameter is empty</item>
</fix>
</changelog>
</changelogs>
5 changes: 3 additions & 2 deletions src/mod_ttstand.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
<license>GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.gileba.be</authorUrl>
<version>1.0.0</version>
<creationDate>2022-06-08</creationDate>
<version>1.1.0</version>
<creationDate>2022-09-30</creationDate>
<description>
This module shows information from the TTapp website on your Joomla site.
</description>
<changelogurl>http://updates.gileba.be/changelogs/mod_ttstand.xml</changelogurl>
<updateservers>
<server type="extension" priority="1" name="TT Stand for TTapp">
https://gileba.be/updates/mod_ttstand.xml
Expand Down
5 changes: 3 additions & 2 deletions update-server/mod_ttstand.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<description>A module to use the widgets from TTapp</description>
<element>mod_ttstand</element>
<type>module</type>
<version>1.0.0</version>
<version>1.1.0</version>
<client>site</client>
<infourl title="TT Stand"></infourl>
<changelogurl>http://updates.gileba.be/changelogs/mod_ttstand.xml</changelogurl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/Gileba-org/mod_ttstand/releases/download/1.0.0/mod_ttstand.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/Gileba-org/mod_ttstand/releases/download/1.1.0/mod_ttstand.zip</downloadurl>
</downloads>
<tags>
<tag>stable</tag>
Expand Down

0 comments on commit 994a212

Please sign in to comment.