You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,14 @@
2
2
3
3
## [Unreleased]
4
4
5
-
* Remove `Doctype`, `html` and `body` elements added with DOMDocument.
6
-
* Fix some code standards.
5
+
* Removed `DOCTYPE`, `html` and `body` elements added with DOMDocument.
6
+
* Added `.editorconfig` file.
7
+
* Fixed some code standards.
7
8
* Updated change log.
9
+
* Added Issue and Pull Request templates.
10
+
* Move screenshot into `assets-repo`.
11
+
* Removed / updated author details.
12
+
* Updated "Tested up to" to 4.4.2.
8
13
9
14
## [v3.0.1] - 2016-02-16
10
15
@@ -15,7 +20,7 @@
15
20
* Fixed processing due to a change in the structure of the Gist HTML. `DOMDocument` is now used for parsing HTML. If shortcode attributes don't seem to be working, be sure the [DOM extension](http://php.net/manual/en/intro.dom.php) is available on your server.
0 commit comments