Skip to content

Commit 84df9e1

Browse files
authored
Merge pull request #32 from libracore/develop
Develop
2 parents fa9181e + 4a9984b commit 84df9e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ With the well-known modules of bootstrap like:
2323

2424
...as well as integrated maps from google.
2525

26+
And should a website be created without great effort, without using the existing structure; So this app offers the possibility to create your own template with an embedded Drag & Drop Template Builder [Grapesjs](https://github.com/artf/grapesjs).
27+
28+
### Additional Feature
29+
This app also includes all the features of the [libracore FullSize](https://github.com/libracore/fullsize) tool
30+
2631
## Requirements
2732
Requires an [ERPNext server instance](https://github.com/frappe/erpnext)
2833

pagemaster/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals
33

4-
__version__ = '1.0.0'
4+
__version__ = '1.1.0'
55

0 commit comments

Comments
 (0)