This repository was archived by the owner on Aug 14, 2024. It is now read-only.
forked from mcguffin/the-paste
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
78 lines (55 loc) · 1.93 KB
/
readme.txt
File metadata and controls
78 lines (55 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
=== The Paste ===
Contributors: podpirate
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F8NKC6TCASUXE
Tags: paste, clipboard, image, editor, media
Requires at least: 4.5.0
Tested up to: 5.9
Requires PHP: 5.6.0
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Paste Images in WordPress from many applications and upload them to the media library.
== Description ==
Speed up your workflow by pasting images directly to the WordPress text editor
and upload them to the media library.
Copy image data from many desktop applications:
* Screenshot
* Adobe Photoshop CC
* Gimp
* LibreOffice
* Word
* [And some more...](https://github.com/mcguffin/the-paste#applications-tested-so-far)
The most recent Desktop versions of Chrome, Firefox, IE, Edge and Safari are supported.
[The paste at GitHub](https://github.com/mcguffin/the-paste)
== Installation ==
Follow the standard [WordPress plugin installation procedere](https://codex.wordpress.org/Managing_Plugins).
== Screenshots ==
1. Pasting into rich text editor. You can either upload the image immediately or do so later.
2. Paste into media library ...
3. ... and choose filename and format before you upload.
== Changelog ==
= 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 are not allowed to upload files
= 1.0.7 =
* Fix auto upload large images
= 1.0.5 =
* Prevent Editor Crashes: Only embed images up to 262144 px, upload otherwise
= 1.0.4 =
* Support Text Widget
* Better Media Titles
= 1.0.3 =
* Fix JS Error in TextWidget
= 1.0.2 =
* Performance improvements
* Add Textdomain to plugin header
* Remove unnecessary settings
= 1.0.1 =
* Update plugin URL
* Fix double pasting
= 1.0.0 =
* Initial release
== Upgrade Notice ==
Nothing noteworty here so far...