Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Aug 24, 2021
1 parent 1c7c55e commit c23119e
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 25 deletions.
5 changes: 2 additions & 3 deletions css/admin/mce/the-paste-editor.css

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

3 changes: 1 addition & 2 deletions css/admin/mce/the-paste-toolbar.css

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions css/admin/the-paste.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions include/version.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return "1.1.0";
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: http://wordpress.org/
Description: Paste Images in WordPress from many applications and upload them to the media library.
Author: Jörn Lund
Version: 1.0.7
Version: 1.1.0
Author URI: https://github.com/mcguffin
License: GPL3
Requires WP: 4.8
Expand Down
4 changes: 2 additions & 2 deletions js/admin/mce/the-paste-plugin.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/admin/the-paste.js

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions languages/the-paste.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (C) 2020 Jörn Lund
# Copyright (C) 2021 Jörn Lund
# This file is distributed under the same license as the The Paste plugin.
msgid ""
msgstr ""
"Project-Id-Version: The Paste 1.0.7\n"
"Project-Id-Version: The Paste 1.1.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/the-paste\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-08-15T13:03:37+00:00\n"
"POT-Creation-Date: 2021-08-24T18:59:17+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: the-paste\n"
Expand Down Expand Up @@ -63,6 +63,7 @@ msgid "Copy & Paste"
msgstr ""

#: include/ThePaste/Admin/Admin.php:63
#: include/ThePaste/Admin/Admin.php:118
msgid "Pasted"
msgstr ""

Expand All @@ -89,3 +90,7 @@ msgstr ""
#: include/ThePaste/Admin/Admin.php:69
msgid "Upload image"
msgstr ""

#: include/ThePaste/Admin/Admin.php:70
msgid "Sorry, this image is too big to pasted."
msgstr ""
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "the-paste",
"version": "1.0.7",
"version": "1.1.0",
"description": "Image Paste Plugin for WordPress",
"main": "js/admin/the-paste.js",
"scripts": {
Expand Down Expand Up @@ -110,4 +110,4 @@
"svn": "https://plugins.svn.wordpress.org/the-paste/"
}
}
}
}
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: paste, clipboard, image, editor, media
Requires at least: 4.5.0
Tested up to: 5.8
Requires PHP: 5.6.0
Stable tag: 1.0.7
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -42,11 +42,11 @@ Follow the standard [WordPress plugin installation procedere](https://codex.word

== Changelog ==

= 1.0.8 =
* Fix PHP warning
* Add `data:` to wp_kses allowed protocols as data-urls might be stripped
= 1.1.0 =
* Fix: PHP 8 warning
* Fix: Add `data:` to wp_kses allowed protocols
* TinyMCE: Users without file upload capability could not paste images as data-url.
* TinyMCE: Don't show upload buttons if user cannot upload files
* TinyMCE: Don't show upload buttons if user are not allowed to upload files

= 1.0.7 =
* Fix auto upload large images
Expand Down

0 comments on commit c23119e

Please sign in to comment.