Skip to content

Commit

Permalink
Site 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Sep 13, 2022
1 parent e3beec0 commit 048a56f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ The following dependencies need to be downloaded and installed for Site Plugin.

| Item | Version | Download |
|---|---|---|
| [flextype](https://github.com/flextype/flextype) | ^1.0.0-alpha.1 | [download](https://github.com/flextype/flextype/releases) |
| [twig](https://github.com/flextype-plugins/twig) | ^3.0.0 | [download](https://github.com/flextype-plugins/twig/releases) |
| [flextype](https://github.com/flextype/flextype) | ^1.0.0-alpha.2 | [download](https://github.com/flextype/flextype/releases) |
| [twig](https://github.com/flextype-plugins/twig) | ^3.1.0 | [download](https://github.com/flextype-plugins/twig/releases) |

* twig plugin is optional dependency.
* [twig](https://github.com/flextype-plugins/twig) plugin is optional dependency.

## Installation

Expand Down
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Site
version: 2.0.3
version: 2.1.0
description: Site plugin to display entries content on the website frontend.
icon:
name: globe
Expand All @@ -14,4 +14,4 @@ bugs: https://github.com/flextype-plugins/site/issues
license: MIT

dependencies:
flextype: "^1.0.0-alpha.1"
flextype: "^1.0.0-alpha.2"
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ curl "https://github.com/flextype-plugins/site/archive/refs/tags/v$version.zip"
unzip "v$version.zip";
rm "v$version.zip";
cd "site-$version";
composer update;
composer install --no-dev;
rm -rf __MACOSX;
find . -name '.DS_Store' -type f -delete;
zip -r "site-$version.zip" . ;
Expand Down

0 comments on commit 048a56f

Please sign in to comment.