Skip to content

Commit 4b5dc08

Browse files
committed
Release 0.1.0
1 parent 2d9ae45 commit 4b5dc08

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ node_modules
5050
# assets/dist
5151

5252
# Composer
53-
vendor/
53+
#vendor/
5454

5555
# phpcs
5656
phpcs-report.txt

include/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return "0.0.9";
1+
<?php return "0.1.0";

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.9
8+
Version: 0.1.0
99
Author URI: https://github.com/mcguffin
1010
License: GPL3
1111
GitHub Plugin URI: mcguffin/pdf-renderer

languages/pdf-renderer.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPL3.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: PDF-Renderer 0.0.9\n"
5+
"Project-Id-Version: PDF-Renderer 0.1.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/pdf-renderer\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: 2021-08-26T15:21:41+00:00\n"
12+
"POT-Creation-Date: 2021-08-26T15:22:52+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.5.1-alpha-0d94e07\n"
1515
"X-Domain: pdf-renderer\n"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdf-renderer",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "Plugin description",
55
"private": true,
66
"scripts": {

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.9
8+
Stable tag: 0.1.0
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'type' => 'wordpress-plugin',
66
'install_path' => __DIR__ . '/../../',
77
'aliases' => array(),
8-
'reference' => '4d42cc3cf7859b10d020cf81d890f563eccd8891',
8+
'reference' => '2d9ae45fce7ea9d6274052f4964b9639cf29f3a8',
99
'name' => 'mcguffin/pdf-renderer',
1010
'dev' => false,
1111
),
@@ -25,7 +25,7 @@
2525
'type' => 'wordpress-plugin',
2626
'install_path' => __DIR__ . '/../../',
2727
'aliases' => array(),
28-
'reference' => '4d42cc3cf7859b10d020cf81d890f563eccd8891',
28+
'reference' => '2d9ae45fce7ea9d6274052f4964b9639cf29f3a8',
2929
'dev_requirement' => false,
3030
),
3131
'mcguffin/wp-skeleton-asset' => array(

0 commit comments

Comments
 (0)