fix typo in changelog
This commit is contained in:
parent
96810a3494
commit
61fa921743
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -6,25 +6,30 @@ GSL changes from releases. You can send an issue :
|
||||||
|
|
||||||
## [0.0.37]
|
## [0.0.37]
|
||||||
|
|
||||||
- Added changelog
|
### Add
|
||||||
|
- changelog
|
||||||
- Make stats at each www call
|
- Make stats at each www call
|
||||||
- Fix variable name propertie for stats (statoolinfos)
|
|
||||||
- Set yourself a class ID for paragraphs: i.e. "( 1a"
|
- Set yourself a class ID for paragraphs: i.e. "( 1a"
|
||||||
- Better Logs harmony
|
- Better Logs harmony
|
||||||
- date: Set to DD-MM-YYYY if site lang=fr || YYYY-MM-DD
|
- date: Set to DD-MM-YYYY if site lang=fr || YYYY-MM-DD
|
||||||
- date: Check for month value > 12
|
- date: Check for month value > 12
|
||||||
- if 'error' log : do not exit 1 anymore
|
|
||||||
- link: check only online url from http...
|
|
||||||
- some changed syntax in make process
|
- some changed syntax in make process
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
- link: check only online url from http...
|
||||||
|
- if 'error' log : do not exit 1 anymore
|
||||||
|
- Fix variable name propertie for stats (statoolinfos)
|
||||||
|
|
||||||
## [0.0.36]
|
## [0.0.36]
|
||||||
|
|
||||||
- New list converter (! Use + for ol, not ø)
|
### Add
|
||||||
|
- New list converter (Use + for ol, not ø)
|
||||||
- New block titles converter with div
|
- New block titles converter with div
|
||||||
- New option: create
|
- New option: create
|
||||||
- New option with edit: conf (to edit domain configuration)
|
- New option with edit: conf (to edit domain configuration)
|
||||||
- New option: --version (to show changes)
|
- New option: --version (to show last changes)
|
||||||
- New generic function if invalid option
|
- New generic function if invalid option
|
||||||
- New min size for post: 150
|
- New min size for post: 150
|
||||||
|
|
||||||
|
### Fix
|
||||||
- Fix: No <div></div> if block title empty
|
- Fix: No <div></div> if block title empty
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
# [0.0.37]
|
## [0.0.37]
|
||||||
|
|
||||||
- Added changelog
|
### Add
|
||||||
|
- changelog
|
||||||
- Make stats at each www call
|
- Make stats at each www call
|
||||||
- Fix variable name propertie for stats (statoolinfos)
|
|
||||||
- Set yourself a class ID for paragraphs: i.e. "( 1a"
|
- Set yourself a class ID for paragraphs: i.e. "( 1a"
|
||||||
- Better Logs harmony
|
- Better Logs harmony
|
||||||
- date: Set to DD-MM-YYYY if site lang=fr || YYYY-MM-DD
|
- date: Set to DD-MM-YYYY if site lang=fr || YYYY-MM-DD
|
||||||
- date: Check for month value > 12
|
- date: Check for month value > 12
|
||||||
- if 'error' log : do not exit 1 anymore
|
|
||||||
- link: check only online url from http...
|
|
||||||
- some changed syntax in make process
|
- some changed syntax in make process
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
- link: check only online url from http...
|
||||||
|
- if 'error' log : do not exit 1 anymore
|
||||||
|
- Fix variable name propertie for stats (statoolinfos)
|
||||||
|
|
Loading…
Reference in New Issue