Skip to content

Commit

Permalink
Bump to v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Apr 1, 2020
1 parent 2882e1f commit 4000bad
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Changelog

## WIP
## 0.0.8
- Add sample data plugin
- Footer now uses CSS Grid
- Add basic footer styling
- Grid and container tweaks
- Language string improvements
- Build script improvements

## 0.0.7
- Add dark theme styling for Madia Manager
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Joomla 4 template using HiQ CSS
--- | --- | --- | --- | --- | --- |
Latest :heavy_check_mark: | Latest :heavy_check_mark: | Latest :heavy_check_mark: | 11+ :x: | Latest :heavy_check_mark: | Latest :heavy_check_mark: |

## Installation
Install the template zip file like you would any other extension.
There is also a sampledata plugin available to use, which will demonstrate the available module positions with some demo data.

**Important:** This _cannot_ be installed if another sample data plugin has already been used.


## Contributing
- Clone the repository:
```bash
Expand Down Expand Up @@ -48,6 +55,8 @@ This will process all Javascript, CSS and also create a zip file
npm run build
```



## Screenshots

### Light
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightning",
"version": "0.0.7",
"version": "0.0.8",
"description": "Joomla 4 template using HiQ",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion sampledata/lightning.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="sampledata" method="upgrade">
<name>plg_sampledata_lightning</name>
<version>0.0.7</version>
<version>0.0.8</version>
<author>JoomJunk</author>
<creationDate>1st April 2020</creationDate>
<copyright>Copyright (C) 2020 JoomJunk. All rights reserved.</copyright>
Expand Down

0 comments on commit 4000bad

Please sign in to comment.