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

Bump WP compat

parent b01b66ea
No related branches found
No related tags found
1 merge request!18Bump WP compat
Pipeline #4773 passed
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
.git .git
.gitignore .gitignore
.gitlab-ci.yml .gitlab-ci.yml
.nvmrc
.travis.yml .travis.yml
.wordpress-org/* .wordpress-org/*
.DS_Store .DS_Store
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
/.gitattributes export-ignore /.gitattributes export-ignore
/.gitignore export-ignore /.gitignore export-ignore
/.gitlab-ci.yml export-ignore /.gitlab-ci.yml export-ignore
/.nvmrc export-ignore
/.travis.yml export-ignore /.travis.yml export-ignore
/.DS_Store export-ignore /.DS_Store export-ignore
/.wordpress-org export-ignore /.wordpress-org export-ignore
......
.nvmrc 0 → 100644
v16
# ETH Escape HeadSpace2 # # ETH Escape HeadSpace2 #
**Contributors:** ethitter **Contributors:** [ethitter](https://profiles.wordpress.org/ethitter/)
**Donate link:** https://ethitter.com/donate/ **Donate link:** https://ethitter.com/donate/
**Tags:** seo, meta tags **Tags:** seo, meta tags
**Requires at least:** 4.4 **Requires at least:** 4.4
**Tested up to:** 5.9 **Tested up to:** 6.0
**Stable tag:** 0.2.1 **Stable tag:** 0.2.1
**License:** GPLv2 or later **License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Output existing HeadSpace2 data without the original plugin. Deactivate HeadSpace2 (no longer maintained) without impactacting legacy content. Output existing HeadSpace2 data without the original plugin. Deactivate HeadSpace2 (no longer maintained) without impactacting legacy content.
......
# Copyright (C) 2021 Erick Hitter # Copyright (C) 2022 Erick Hitter
# This file is distributed under the same license as the ETH Escape HeadSpace2 package. # This file is distributed under the same license as the ETH Escape HeadSpace2 package.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ETH Escape HeadSpace2 0.2.1\n" "Project-Id-Version: ETH Escape HeadSpace2 0.2.1\n"
"Report-Msgid-Bugs-To: " "Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/eth-escape-headspace\n" "https://wordpress.org/support/plugin/eth-escape-headspace\n"
"POT-Creation-Date: 2021-03-27 20:02:07+00:00\n" "POT-Creation-Date: 2022-06-11 18:55:07+00:00\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\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" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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" "Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: United States\n" "X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\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-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n" "X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n" "X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#. Plugin Name of the plugin/theme #. Plugin Name of the plugin/theme
msgid "ETH Escape HeadSpace2" msgid "ETH Escape HeadSpace2"
......
This diff is collapsed.
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
"main": "Gruntfile.js", "main": "Gruntfile.js",
"author": "Erick Hitter", "author": "Erick Hitter",
"devDependencies": { "devDependencies": {
"grunt": "~0.4.5", "grunt": "^1.5.3",
"grunt-wp-i18n": "~0.5.0", "grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "~1.0.0" "grunt-wp-readme-to-markdown": "^2.1.0"
} }
} }
File moved
File moved
...@@ -3,7 +3,7 @@ Contributors: ethitter ...@@ -3,7 +3,7 @@ Contributors: ethitter
Donate link: https://ethitter.com/donate/ Donate link: https://ethitter.com/donate/
Tags: seo, meta tags Tags: seo, meta tags
Requires at least: 4.4 Requires at least: 4.4
Tested up to: 5.9 Tested up to: 6.0
Stable tag: 0.2.1 Stable tag: 0.2.1
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 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