We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ff1b7 commit b6acbe2Copy full SHA for b6acbe2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 3.0.0 (released 2017-09-19)
4
+
5
+- Added dashboard notice for missing functions
6
+- Remove exceptions for missing functions
7
8
## 2.0.0 (released 2017-05-14)
9
10
- Added pll_translations function
composer.json
@@ -43,7 +43,7 @@
43
},
44
"extra":{
45
"branch-alias": {
46
- "dev-master": "2.0-dev"
+ "dev-master": "3.0-dev"
47
}
48
49
"minimum-stability": "dev",
0 commit comments