Skip to content

Commit 62e95ee

Browse files
committed
0.2.36
1 parent 4a89aba commit 62e95ee

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

css/bar-styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
span.ptro-bar-right {
3232
float: none;
3333
}
34-
/*todo span.ptro-info {*/
35-
/*display: none;*/
36-
/*}*/
34+
span.ptro-info {
35+
display: none;
36+
}
3737
}
3838

3939
.ptro-bar .ptro-input {

js/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,6 @@ class PainterroProc {
660660
e.clientY = e.changedTouches[0].clientY;
661661
this.documentHandlers.mousemove(e);
662662
}
663-
664663
},
665664
mousemove: (e) => {
666665
if (this.shown) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "painterro",
3-
"version": "0.2.35",
3+
"version": "0.2.36",
44
"description": "HTML5 image editor widget",
55
"main": "build/painterro.commonjs2.js",
66
"scripts": {

wp/trunk/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
return {
9191
longname: "Painterro",
9292
author: "Ivan Borshchov",
93-
version: "0.2.35",
93+
version: "0.2.36",
9494
};
9595
}
9696
});

wp/trunk/painterro-wp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
Plugin Name: Painterro
55
Plugin URI: https://github.com/ivictbor/painterro
66
Description: Paste screenshots and edit images directly in browser. Adds Painterro button to visual editor for images editing. Absolutely free and open source.
7-
Version: 0.2.35
7+
Version: 0.2.36
88
Author: Ivan Borshchov
99
License: MIT
1010
*/
1111

12-
define("PAINTERRO_FILE", "painterro-0.2.35.min.js");
12+
define("PAINTERRO_FILE", "painterro-0.2.36.min.js");
1313

1414
function include_painterro_script()
1515
{

0 commit comments

Comments
 (0)