Skip to content

Commit

Permalink
Site 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jan 7, 2021
1 parent 6b770d4 commit 8f2acbd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
<a name="1.10.0"></a>
# [1.10.0](https://github.com/flextype-plugins/site/compare/v1.9.0...v1.10.0) (2021-01-07)

### Features

* Update code base for new Icon 2.0.0

<a name="1.9.0"></a>
# [1.9.0](https://github.com/flextype-plugins/site/compare/v1.8.0...v1.9.0) (2021-01-03)

### Features

* **core** add plugin.php file
* **core** improve controllers handling in routes for performance enhancements
* **core** add plugin.php file

### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ The following dependencies need to be downloaded and installed for Site Plugin.
| Item | Version | Download |
|---|---|---|
| [flextype](https://github.com/flextype/flextype) | 0.9.15 | [download](https://github.com/flextype/flextype/releases) |
| [twig](https://github.com/flextype-plugins/twig) | >=1.0.0 | [download](https://github.com/flextype-plugins/twig/releases) |
| [twig](https://github.com/flextype-plugins/twig) | >=2.0.0 | [download](https://github.com/flextype-plugins/twig/releases) |
| [noir](https://github.com/flextype-themes/noir) | >=1.0.0 | [download](https://github.com/flextype-themes/noir/releases) |

## Installation

1. Download & Install all required dependencies.
2. Create new folder `/project/plugins/site`
3. Download jQuery Plugin and unzip plugin content to the folder `/project/plugins/site`
3. Download Site Plugin and unzip plugin content to the folder `/project/plugins/site`

## Documentation

Expand Down
8 changes: 5 additions & 3 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Site
version: 1.9.0
version: 1.10.0
description: Site plugin to display entries content on the website frontend.
icon: fas fa-globe
icon:
name: globe
set: "fontawesome|solid"
author:
name: Sergey Romanenko
email: support@flextype.org
Expand All @@ -12,4 +14,4 @@ license: MIT

dependencies:
flextype: 0.9.15
twig: '>=1.0.0'
twig: '>=2.0.0'

0 comments on commit 8f2acbd

Please sign in to comment.