Skip to content

Commit

Permalink
plugin meta, version, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Nov 8, 2017
1 parent 2c6a909 commit dc109d1
Show file tree
Hide file tree
Showing 9 changed files with 115 additions and 119 deletions.
6 changes: 4 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@
Plugin URI: https://wordpress.org/plugins/the-paste/
Description: Paste Images in WordPress from many applications md upload them to the media library.
Author: Jörn Lund
Version: 1.0.1
Version: 1.0.2
Author URI: https://github.com/mcguffin/
License: GPL2
Text Domain: the-paste
Domain Path: /languages
*/


namespace ThePaste;

define( 'THE_PASTE_FILE', __FILE__ );
define( 'THE_PASTE_VERSION', '1.0.1' );
define( 'THE_PASTE_VERSION', '1.0.2' );
define( 'THE_PASTE_DIRECTORY', plugin_dir_path(__FILE__) );


Expand Down
48 changes: 21 additions & 27 deletions js/admin/mce/the-paste-plugin.js

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

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

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions js/admin/the-paste.js

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

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

Large diffs are not rendered by default.

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

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

== Description ==

Speed up your workflow by pasting images to the WordPress text editor.
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:

Expand All @@ -22,12 +23,13 @@ Copy image data from many desktop applications:
* Gimp
* LibreOffice
* Word
* [See a detailed list](https://github.com/mcguffin/the-paste#applications-tested-so-far)
* [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).
Expand All @@ -40,6 +42,10 @@ Follow the standard [WordPress plugin installation procedere](https://codex.word

== Changelog ==

= 1.0.3 =
* Performance improvements
* Add Textdomain to plugin header

= 1.0.2 =
* Remove unnecessary settings

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

== Upgrade Notice ==

Nothing noteworty here so far...
Nothing noteworty here so far...
Loading

0 comments on commit dc109d1

Please sign in to comment.