Skip to content

Commit

Permalink
Prepare v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Jul 4, 2023
1 parent 0942311 commit 6e31644
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.2.0';
return '1.3.0';
}

public function getCompatibleVersion()
Expand Down
Binary file added Releases/AddressBook-1.3.zip
Binary file not shown.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog


## v1.3

_(most recent changes are listed on top):_
- FIX: Syntax Errors - #9 - #6
- FIX: SQLite Compatibility - fixes database errors, linking/delinking tasks - #9 - #6 - thanks @PopovIG
- FIX: Amibiguous Column Name in SQLite - fixes #10 - thanks @PopovIG
- FIX: SQLite Foreign Key Mismatch - fixes #9 - thanks @PopovIG


## v1.2

_(most recent changes are listed on top):_
Expand Down

0 comments on commit 6e31644

Please sign in to comment.