Skip to content

Commit dc109d1

Browse files
committed
plugin meta, version, cleanup
1 parent 2c6a909 commit dc109d1

9 files changed

Lines changed: 115 additions & 119 deletions

File tree

index.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@
55
Plugin URI: https://wordpress.org/plugins/the-paste/
66
Description: Paste Images in WordPress from many applications md upload them to the media library.
77
Author: Jörn Lund
8-
Version: 1.0.1
8+
Version: 1.0.2
99
Author URI: https://github.com/mcguffin/
1010
License: GPL2
11+
Text Domain: the-paste
12+
Domain Path: /languages
1113
*/
1214

1315

1416
namespace ThePaste;
1517

1618
define( 'THE_PASTE_FILE', __FILE__ );
17-
define( 'THE_PASTE_VERSION', '1.0.1' );
19+
define( 'THE_PASTE_VERSION', '1.0.2' );
1820
define( 'THE_PASTE_DIRECTORY', plugin_dir_path(__FILE__) );
1921

2022

js/admin/mce/the-paste-plugin.js

Lines changed: 21 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/admin/mce/the-paste-plugin.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/admin/the-paste.js

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/admin/the-paste.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.txt

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
=== The Paste ===
22
Contributors: podpirate
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F8NKC6TCASUXE
4-
Tags: copy & paste, paste, clipboard, image, editor, rte, tinymce, wysiwyg, media, media library, upload
5-
Requires at least: 3.0.1
4+
Tags: paste, clipboard, image, editor, media
5+
Requires at least: 4.5.0
66
Tested up to: 4.8.1
77
Requires PHP: 5.3.0
8-
Stable tag: 1.0.1
8+
Stable tag: 1.0.2
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

12-
Paste Images in WordPress from many applications md upload them to the media library.
12+
Paste Images in WordPress from many applications and upload them to the media library.
1313

1414
== Description ==
1515

16-
Speed up your workflow by pasting images to the WordPress text editor.
16+
Speed up your workflow by pasting images directly to the WordPress text editor
17+
and upload them to the media library.
1718

1819
Copy image data from many desktop applications:
1920

@@ -22,12 +23,13 @@ Copy image data from many desktop applications:
2223
* Gimp
2324
* LibreOffice
2425
* Word
25-
* [See a detailed list](https://github.com/mcguffin/the-paste#applications-tested-so-far)
26+
* [And some more...](https://github.com/mcguffin/the-paste#applications-tested-so-far)
2627

2728
The most recent Desktop versions of Chrome, Firefox, IE, Edge and Safari are supported.
2829

2930
[The paste at GitHub](https://github.com/mcguffin/the-paste)
3031

32+
3133
== Installation ==
3234

3335
Follow the standard [WordPress plugin installation procedere](https://codex.wordpress.org/Managing_Plugins).
@@ -40,6 +42,10 @@ Follow the standard [WordPress plugin installation procedere](https://codex.word
4042

4143
== Changelog ==
4244

45+
= 1.0.3 =
46+
* Performance improvements
47+
* Add Textdomain to plugin header
48+
4349
= 1.0.2 =
4450
* Remove unnecessary settings
4551

@@ -52,4 +58,4 @@ Follow the standard [WordPress plugin installation procedere](https://codex.word
5258

5359
== Upgrade Notice ==
5460

55-
Nothing noteworty here so far...
61+
Nothing noteworty here so far...

0 commit comments

Comments
 (0)