Skip to content

Commit

Permalink
update version and readme for 1.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Horsley committed Feb 21, 2022
1 parent f55eda1 commit 46fd19a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -4,9 +4,15 @@ wagtailextraicons/static
wagtailextraicons/static_src/wagtailextraicons/fonts
wagtailextraicons/static_src/wagtailextraicons/scss/extraicons.scss
wagtailextraicons.egg-info

# 2.X artifacts
wagtailextraicons/templates
wagtailextraicons/icon_register.py

build/
dist/
__pycache__
*.pyc
*.ipynb
.ipynb_checkpoints/

3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -1,2 +1,5 @@
recursive-include wagtailextraicons/static *
recursive-include docs *

exclude wagtailextraicons/icon_register.py
recursive-exclude wagtailextraicons/templates *
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,15 @@

Add extra icons to your Wagtail project.


## Versions

#### Version 2.X.X
Is for use with Wagtail versions 2.15 and above. This version uses wagtail's new Svg icon system.

#### Version 1.X.X
Is for use with Wagtail versions below 2.15. This version uses wagtail's old Icon font system.

## Install

```
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "wagtailextraicons",
"version": "0.1.6",
"version": "1.0.0",
"repository": "https://github.com/octavenz/wagtailextraicons",
"private": true,
"scripts": {
Expand All @@ -12,11 +12,11 @@
"file-loader": "^5.0.2",
"iconfont-plugin-webpack": "^1.1.4",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"node-sass": "^4.14.1",
"on-build-webpack": "^0.1.0",
"sass-loader": "^8.0.0",
"url-loader": "^3.0.0",
"webpack": "^4.19.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.1.1"
}
}
2 changes: 1 addition & 1 deletion wagtailextraicons/__init__.py
@@ -1,2 +1,2 @@
__version__ = '0.1.7'
__version__ = '1.0.0'
default_app_config = 'wagtailextraicons.apps.WagtailExtraIconsConfig'

0 comments on commit 46fd19a

Please sign in to comment.