Skip to content
Snippets Groups Projects
Commit c340f869 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'bump-wp-compat' into 'master'

Bump WP compatibility

See merge request !7
parents 97f0f066 2b645b51
Branches
Tags v0.6.2
1 merge request!7Bump WP compatibility
Pipeline #4767 passed
......@@ -4,6 +4,7 @@
.git
.gitignore
.gitlab-ci.yml
.nvmrc
.travis.yml
.wordpress-org/*
.DS_Store
......
......@@ -4,6 +4,7 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.gitlab-ci.yml export-ignore
/.nvmrc export-ignore
/.travis.yml export-ignore
/.DS_Store export-ignore
/.wordpress-org export-ignore
......
.nvmrc 0 → 100644
v16
......@@ -25,6 +25,10 @@ module.exports = function( grunt ) {
'README.md': 'readme.txt'
}
},
options: {
screenshot_url:
'https://git-cdn.e15r.co/wp-plugins/wp-print-friendly/-/raw/master/.wordpress-org/{screenshot}.png',
},
},
makepot: {
......
# WP Print Friendly #
**Contributors:** ethitter, stevenkword, thinkoomph
**Contributors:** [ethitter](https://profiles.wordpress.org/ethitter/), [stevenkword](https://profiles.wordpress.org/stevenkword/), [thinkoomph](https://profiles.wordpress.org/thinkoomph/)
**Donate link:** http://www.thinkoomph.com/plugins-modules/wp-print-friendly/
**Tags:** print, template, printer, printable
**Requires at least:** 3.1
**Tested up to:** 5.9
**Tested up to:** 6.0
**Stable tag:** 0.6.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......
# Copyright (C) 2021 Erick Hitter, Steven K Word, and Oomph, Inc.
# Copyright (C) 2022 Erick Hitter, Steven K Word, and Oomph, Inc.
# This file is distributed under the same license as the WP Print Friendly package.
msgid ""
msgstr ""
"Project-Id-Version: WP Print Friendly 0.6.2\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wp-print-friendly\n"
"POT-Creation-Date: 2021-03-27 21:27:19+00:00\n"
"POT-Creation-Date: 2022-06-11 18:14:57+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: grunt-wp-i18n 0.5.4\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: wp-print-friendly.php:121
msgid "Print this entry"
......
This diff is collapsed.
......@@ -4,8 +4,8 @@
"main": "Gruntfile.js",
"author": "Erick Hitter, Steven K Word, and Oomph, Inc.",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-wp-i18n": "~0.5.0",
"grunt-wp-readme-to-markdown": "~1.0.0"
"grunt": "^1.5.3",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0"
}
}
File moved
File moved
......@@ -3,7 +3,7 @@ Contributors: ethitter, stevenkword, thinkoomph
Donate link: http://www.thinkoomph.com/plugins-modules/wp-print-friendly/
Tags: print, template, printer, printable
Requires at least: 3.1
Tested up to: 5.9
Tested up to: 6.0
Stable tag: 0.6.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment