-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Gileba-org/version-110
Version 1.1.0
- Loading branch information
Showing
4 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters