Skip to content

Commit 4d858e0

Browse files
committed
Release 1.0.7
1 parent a59bc23 commit 4d858e0

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Plugin URI: http://wordpress.org/
66
Description: Paste Images in WordPress from many applications and upload them to the media library.
77
Author: Jörn Lund
8-
Version: 1.0.6
8+
Version: 1.0.7
99
Author URI: https://github.com/mcguffin
1010
License: GPL3
1111
Github Repository: mcguffin/the-paste

languages/the-paste.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the same license as the The Paste plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: The Paste 1.0.6\n"
5+
"Project-Id-Version: The Paste 1.0.7\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/the-paste\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2020-08-15T11:58:24+00:00\n"
12+
"POT-Creation-Date: 2020-08-15T13:03:37+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.4.0\n"
1515
"X-Domain: the-paste\n"
@@ -23,7 +23,7 @@ msgid "http://wordpress.org/"
2323
msgstr ""
2424

2525
#. Description of the plugin
26-
msgid "Enter description here."
26+
msgid "Paste Images in WordPress from many applications and upload them to the media library."
2727
msgstr ""
2828

2929
#. Author of the plugin

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "the-paste",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Image Paste Plugin for WordPress",
55
"main": "js/admin/the-paste.js",
66
"scripts": {
@@ -96,6 +96,7 @@
9696
],
9797
"type": "plugin",
9898
"build": {
99+
"versionedFiles": null,
99100
"prebuild": [
100101
"wp i18n make-pot . languages/the-paste.pot --domain=the-paste --exclude=tmp"
101102
],
@@ -111,4 +112,4 @@
111112
"svn": "https://plugins.svn.wordpress.org/the-paste/"
112113
}
113114
}
114-
}
115+
}

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: podpirate
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F8NKC6TCASUXE
44
Tags: paste, clipboard, image, editor, media
55
Requires at least: 4.5.0
6-
Tested up to: 5.0-alpha-42142
6+
Tested up to: 5.5
77
Requires PHP: 5.3.0
8-
Stable tag: 1.0.6
8+
Stable tag: 1.0.7
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)