Skip to content

Commit b211eaa

Browse files
committed
Update to v0.0.15
1 parent e42ab22 commit b211eaa

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## WIP
3+
## 0.0.15
44
- Add search filter to "Add Module" modal
55
- Fix Drag and Drop handle cursor
66
- Fix styling for com_config side navigation

joomla.asset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
33
"name": "bettum",
4-
"version": "0.0.14",
4+
"version": "0.0.15",
55
"description": "Bettum is a Joomla 4 administrator template",
66
"license": "GPL-2.0-or-later",
77
"assets": [

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bettum",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Bettum Template",
55
"license": "GPL-3.0+",
66
"repository": {

templateDetails.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension version="4.0" type="template" client="administrator" method="upgrade">
33
<name>bettum</name>
4-
<version>0.0.14</version>
4+
<version>0.0.15</version>
55
<creationDate>19/08/2019</creationDate>
66
<author>Charlie Lodder</author>
77
<authorEmail>admin@joomjunk.co.uk</authorEmail>

updates/bettum_updates.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<description>A dark themed administrator template for Joomla 4</description>
55
<element>bettum</element>
66
<type>template</type>
7-
<version>0.0.14</version>
7+
<version>0.0.15</version>
88
<infourl title="Bettum Release Notes">https://github.com/C-Lodder/joomla4-backend-template/blob/master/CHANGELOG.md</infourl>
99
<downloads>
10-
<downloadurl type="full" format="zip">https://github.com/C-Lodder/joomla4-backend-template/releases/download/v0.0.14/tpl_bettum-v0.0.14.zip</downloadurl>
10+
<downloadurl type="full" format="zip">https://github.com/C-Lodder/joomla4-backend-template/releases/download/v0.0.15/tpl_bettum-v0.0.15.zip</downloadurl>
1111
</downloads>
1212
<maintainer>Charlie Lodder</maintainer>
1313
<maintainerurl>https://joomjunk.co.uk</maintainerurl>

0 commit comments

Comments
 (0)