Skip to content

Commit 0130c48

Browse files
committed
* increasing plugin version to v1.0.1
1 parent f4d4336 commit 0130c48

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Plugin.php

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

8181
public function getPluginVersion()
8282
{
83-
return '1.0.0';
83+
return '1.0.1';
8484
}
8585

8686
public function getCompatibleVersion()

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## v1.0.1
5+
6+
_(most recent changes are listed on top):_
7+
* changed the drag handle icon for mobile
8+
* added a `move` cursor for reordering tabs by dragging in desktop browsers
9+
* small fixes in README and INSTALL
10+
411
## v1.0.0
512

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

0 commit comments

Comments
 (0)