Skip to content

Commit 010b7eb

Browse files
committed
Release 0.0.9
1 parent 3b1c87a commit 010b7eb

File tree

4 files changed

+67
-20
lines changed

4 files changed

+67
-20
lines changed

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: Enter description here.
77
Author: Jörn Lund
8-
Version: 0.0.8
8+
Version: 0.0.9
99
Author URI: https://github.com/mcguffin
1010
License: GPL3
1111
GitHub Plugin URI: mcguffin/pdf-renderer

languages/pdf-renderer.pot

Lines changed: 62 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,67 @@
1+
# Copyright (C) 2019 Jörn Lund
2+
# This file is distributed under the same license as the PDF Renderer plugin.
13
msgid ""
24
msgstr ""
3-
"Project-Id-Version: PDF Renderer\n"
4-
"Report-Msgid-Bugs-To: \n"
5-
"POT-Creation-Date: 2016-03-20 23:33+0100\n"
6-
"PO-Revision-Date: 2016-03-20 23:36+0100\n"
7-
"Last-Translator: Jörn Lund <joern@podpirate.org>\n"
5+
"Project-Id-Version: PDF Renderer 0.0.9\n"
6+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pdf-renderer\n"
7+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8+
"Language-Team: LANGUAGE <LL@li.org>\n"
89
"MIME-Version: 1.0\n"
910
"Content-Type: text/plain; charset=UTF-8\n"
1011
"Content-Transfer-Encoding: 8bit\n"
11-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
12-
"X-Generator: Poedit 1.8.1\n"
13-
"X-Poedit-SourceCharset: utf-8\n"
14-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
15-
"_n_noop:1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;"
16-
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
17-
"X-Poedit-Basepath: ../\n"
18-
"X-Textdomain-Support: yes\n"
19-
"X-Poedit-SearchPath-0: .\n"
20-
"X-Poedit-SearchPathExcluded-0: node_modules"
12+
"POT-Creation-Date: 2019-08-02T17:51:11+00:00\n"
13+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14+
"X-Generator: WP-CLI 2.2.0\n"
15+
"X-Domain: pdf-renderer\n"
16+
17+
#. Plugin Name of the plugin
18+
msgid "PDF Renderer"
19+
msgstr ""
20+
21+
#. Plugin URI of the plugin
22+
msgid "http://wordpress.org/"
23+
msgstr ""
24+
25+
#. Description of the plugin
26+
msgid "Enter description here."
27+
msgstr ""
28+
29+
#. Author of the plugin
30+
msgid "Jörn Lund"
31+
msgstr ""
32+
33+
#. Author URI of the plugin
34+
msgid "https://github.com/mcguffin"
35+
msgstr ""
36+
37+
#: include/template/pdf-page-item-tpl.php:14
38+
msgid "Page %s"
39+
msgstr ""
40+
41+
#: include/PDFRenderer/Admin/Admin.php:67
42+
msgid "Blah blah … and click Proceed to continue"
43+
msgstr ""
44+
45+
#: include/PDFRenderer/Admin/Admin.php:68
46+
msgid "Upload"
47+
msgstr ""
48+
49+
#: include/PDFRenderer/Admin/Admin.php:69
50+
msgid "PDF Upload"
51+
msgstr ""
52+
53+
#: include/PDFRenderer/Admin/Admin.php:70
54+
msgid "Cancel Upload"
55+
msgstr ""
56+
57+
#: include/PDFRenderer/Admin/Admin.php:71
58+
msgid "Upload as PDF"
59+
msgstr ""
60+
61+
#: include/PDFRenderer/Admin/Admin.php:72
62+
msgid "Upload Images"
63+
msgstr ""
64+
65+
#: include/PDFRenderer/Admin/Admin.php:73
66+
msgid "Page"
67+
msgstr ""

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdf-renderer",
3-
"version": "0.0.1",
3+
"version": "0.0.9",
44
"description": "Plugin description",
55
"private": true,
66
"scripts": {
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"jquery": "1.12.4",
52-
"mOxie":"1.3.5"
52+
"mOxie": "1.3.5"
5353
},
5454
"engines": {
5555
"node": "12.4.0",
@@ -77,4 +77,4 @@
7777
"assets": ".wporg"
7878
}
7979
}
80-
}
80+
}

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: #### donate link ####
55
Requires at least: 3.8
66
Requires PHP: 5.3
77
Tested up to: 4.9
8-
Stable tag: 0.0.8
8+
Stable tag: 0.0.9
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

0 commit comments

Comments
 (0)