Skip to content

Commit 4000bad

Browse files
committed
Bump to v0.0.8
1 parent 2882e1f commit 4000bad

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
22

3-
## WIP
3+
## 0.0.8
44
- Add sample data plugin
55
- Footer now uses CSS Grid
66
- Add basic footer styling
77
- Grid and container tweaks
8+
- Language string improvements
9+
- Build script improvements
810

911
## 0.0.7
1012
- Add dark theme styling for Madia Manager

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Joomla 4 template using HiQ CSS
77
--- | --- | --- | --- | --- | --- |
88
Latest :heavy_check_mark: | Latest :heavy_check_mark: | Latest :heavy_check_mark: | 11+ :x: | Latest :heavy_check_mark: | Latest :heavy_check_mark: |
99

10+
## Installation
11+
Install the template zip file like you would any other extension.
12+
There is also a sampledata plugin available to use, which will demonstrate the available module positions with some demo data.
13+
14+
**Important:** This _cannot_ be installed if another sample data plugin has already been used.
15+
16+
1017
## Contributing
1118
- Clone the repository:
1219
```bash
@@ -48,6 +55,8 @@ This will process all Javascript, CSS and also create a zip file
4855
npm run build
4956
```
5057

58+
59+
5160
## Screenshots
5261

5362
### Light

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": "lightning",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Joomla 4 template using HiQ",
55
"repository": {
66
"type": "git",

sampledata/lightning.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 type="plugin" group="sampledata" method="upgrade">
33
<name>plg_sampledata_lightning</name>
4-
<version>0.0.7</version>
4+
<version>0.0.8</version>
55
<author>JoomJunk</author>
66
<creationDate>1st April 2020</creationDate>
77
<copyright>Copyright (C) 2020 JoomJunk. All rights reserved.</copyright>

0 commit comments

Comments
 (0)