Skip to content

Commit 09d9f31

Browse files
committed
Prepare v1.2
1 parent 2ba9f62 commit 09d9f31

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function getPluginAuthor()
8787

8888
public function getPluginVersion()
8989
{
90-
return '1.1.0';
90+
return '1.2.0';
9191
}
9292

9393
public function getCompatibleVersion()

Releases/AddressBook-1.2.zip

439 KB
Binary file not shown.

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33

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+
412
## v1.1
513

614
_(most recent changes are listed on top):_

0 commit comments

Comments
 (0)