We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba9f62 commit 09d9f31Copy full SHA for 09d9f31
Plugin.php
@@ -87,7 +87,7 @@ public function getPluginAuthor()
87
88
public function getPluginVersion()
89
{
90
- return '1.1.0';
+ return '1.2.0';
91
}
92
93
public function getCompatibleVersion()
Releases/AddressBook-1.2.zip
439 KB
changelog.md
@@ -1,6 +1,14 @@
1
# Changelog
2
3
4
+## v1.2
5
+
6
+_(most recent changes are listed on top):_
7
+- FIX: PostgreSQL Syntax Errors Failed Plugin Installation - fixes #7 - needs testing for usage of `UNIQUE INDEX`
8
+- FIX: SQLite Syntax Errors Failed Plugin Installation - fixes #6 - thanks @PopovIG
9
+- FIX: Target Modals Specifically for Styling Buttons - relates to 66cb3b5
10
+- FIX: Incorrect CSS Class Detected - potentially conflicting with other plugins
11
12
## v1.1
13
14
_(most recent changes are listed on top):_
0 commit comments