We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d4336 commit 0130c48Copy full SHA for 0130c48
Plugin.php
@@ -80,7 +80,7 @@ public function getPluginAuthor()
80
81
public function getPluginVersion()
82
{
83
- return '1.0.0';
+ return '1.0.1';
84
}
85
86
public function getCompatibleVersion()
changelog.md
@@ -1,6 +1,13 @@
1
# Changelog
2
3
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
11
## v1.0.0
12
13
_(most recent changes are listed on top):_
0 commit comments