Skip to content

Commit

Permalink
1.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
ivictbor committed Nov 2, 2019
1 parent feace95 commit e0e36b9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion langs/de.lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {
pixelizePixelSize: 'Pixelate Pixelgröße',
language: 'Sprache',
wrongPixelSizeValue:
'Falsche Pixelgröße. Sie können zum Beispiel \'20%\' eingeben. Welche mittlere Pixelgröße wird 1/5 von ' + 'die ausgewählte Bereichsseite, oder \'4\' bedeutet 4 px',
'Falsche Pixelgröße. Sie können zum Beispiel \'20%\' eingeben. Welche mittlere Pixelgröße wird 1/5 von die ausgewählte Bereichsseite, oder \'4\' bedeutet 4 px',
tools: {
crop: 'Bild auf ausgewählten Bereich zuschneiden',
pixelize: 'Pixelisierung des ausgewählten Bereiches',
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "painterro",
"version": "1.0.26",
"version": "1.0.29",
"description": "HTML5 image editor widget",
"main": "build/painterro.commonjs2.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion wp/trunk/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
return {
longname: "Painterro",
author: "Ivan Borshchov",
version: "1.0.26",
version: "1.0.29",
};
}
});
Expand Down
4 changes: 2 additions & 2 deletions wp/trunk/painterro-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
Plugin Name: Painterro
Plugin URI: https://github.com/ivictbor/painterro
Description: Paste screenshots and edit images directly in browser. Adds Painterro button to visual editor for images editing. Absolutely free and open source.
Version: 1.0.26
Version: 1.0.29
Author: Ivan Borshchov
License: MIT
*/

define("PAINTERRO_FILE", "painterro-1.0.26.min.js");
define("PAINTERRO_FILE", "painterro-1.0.29.min.js");

function include_painterro_script()
{
Expand Down

0 comments on commit e0e36b9

Please sign in to comment.