-
Notifications
You must be signed in to change notification settings - Fork 14
/
CHANGELOG
49 lines (26 loc) · 856 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Fixed
### Changed
### Removed
## [2.1.0]
### Fixed
- styles were not enqueued properly which led to default markdown rendering ([#32](https://github.com/gis-ops/wordpress-markdown-git/issues/32))
## [2.0.0]
### Added
### Fixed
### Changed
- created Settings subpage for the plugin [#5](https://github.com/gis-ops/wordpress-markdown-git/issues/5)
### Removed
## [1.1.1]
### Fixed
- fix Gitlab URLs for subdirectory markdown paths
## [1.1.0]
### Added
- static caching [#19](https://github.com/gis-ops/wordpress-markdown-git/pull/19)
## 1.0
First release