Skip to content

Commit

Permalink
ROADMAP, CHANGELOG AND VERSION CHANGE
Browse files Browse the repository at this point in the history
Changes
+ version bump to 0.4.0
+ changes in the RoadMap and ChangeLog
  • Loading branch information
bubi-luka committed Jun 13, 2017
1 parent 8a1f1ba commit f4a3364
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ Use the WYSIWYG editor to enter the content you would like to be displayed in th
**Warning: _If there is no field with the given id, the shortcode will be displayed unchanged!_**

## Roadmap
### 0.4.*
- module displays the list of available custom fields in the backend

### 0.5.*
- module has a backend modal field,
- this modal field has the content of all the custom fields,
Expand All @@ -36,6 +33,9 @@ Use the WYSIWYG editor to enter the content you would like to be displayed in th
- final release, nothing new
---
## Change Log
### 0.4.*
- module displays the list of available custom fields in the backend

### 0.3.*
- module has a backend editor field, where users can enter the code to display in the frontend,
- module can find the shortcode for the fields,
Expand Down
10 changes: 6 additions & 4 deletions mod_customfields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
method="upgrade">

<name>Custom Fields Module</name>
<version>0.3.0</version>
<version>0.4.0</version>
<creationDate>June 2017</creationDate>
<description>A module that will display content of selected custom fields of the displayed article.</description>

Expand Down Expand Up @@ -37,6 +37,7 @@
<config>
<fields name="params" addfieldpath="/modules/mod_customfields/fields">
<fieldset name="basic">

<!-- Text editor that contains text for module -->
<field
name="editorFields"
Expand All @@ -46,23 +47,24 @@
width="300"
filter="safehtml" />

<!-- Modal form field with custom fields and display config -->
<!-- TESTING -->
<!-- Message field in the backend for constructing the shortcode -->
<field
name="labelInstructions"
type="cfmessage"
message="instructions"
path="../modules/mod_customfields/"
xml="mod_customfields.xml"
extension_name="mod_customfields" />

<!-- Message field in the backend that display all the custom fields -->
<field
name="listFields"
type="cfmessage"
message="fieldlist"
path="../modules/mod_customfields/"
xml="mod_customfields.xml"
extension_name="mod_customfields" />
<!-- END TESTING -->

</fieldset>
</fields>
</config>
Expand Down

0 comments on commit f4a3364

Please sign in to comment.