Skip to content

Commit 76e6c90

Browse files
committed
Prep 1.1.0 for release.
1 parent 634e7f4 commit 76e6c90

File tree

3 files changed

+31
-9
lines changed

3 files changed

+31
-9
lines changed

languages/seo-data-transporter.pot

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Copyright (C) 2017
2-
# This file is distributed under the same license as the package.
1+
# Copyright (C) 2019 StudioPress
2+
# This file is distributed under the GNU General Public License v2.0 (or later).
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: \n"
5+
"Project-Id-Version: SEO Data Transporter 1.1.0\n"
66
"Report-Msgid-Bugs-To: StudioPress <translations@studiopress.com>\n"
7-
"POT-Creation-Date: 2017-04-12 14:37:54+00:00\n"
7+
"POT-Creation-Date: 2019-02-01 15:20:44+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
11-
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
11+
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: StudioPress <translations@studiopress.com>\n"
1313
"Language-Team: English <translations@studiopress.com>\n"
1414
"X-Generator: grunt-wp-i18n 0.4.4\n"
@@ -24,7 +24,7 @@ msgstr ""
2424
"X-Poedit-SearchPath-0: .\n"
2525
"X-Textdomain-Support: yes\n"
2626

27-
#: includes/class-seo-data-transporter-admin.php:50
27+
#. Plugin Name of the plugin/theme
2828
msgid "SEO Data Transporter"
2929
msgstr ""
3030

@@ -37,10 +37,13 @@ msgid "Choose platform:"
3737
msgstr ""
3838

3939
#: includes/class-seo-data-transporter-admin.php:106
40-
#: includes/class-seo-data-transporter-admin.php:112
4140
msgid "Themes"
4241
msgstr ""
4342

43+
#: includes/class-seo-data-transporter-admin.php:112
44+
msgid "Plugins"
45+
msgstr ""
46+
4447
#: includes/class-seo-data-transporter-admin.php:184
4548
msgid "Something went wrong. Please make your selection and try again."
4649
msgstr ""
@@ -129,4 +132,23 @@ msgstr ""
129132

130133
#: includes/views/admin.php:27
131134
msgid "Convert"
135+
msgstr ""
136+
137+
#. Plugin URI of the plugin/theme
138+
msgid "https://wordpress.org/plugins/seo-data-transporter/"
139+
msgstr ""
140+
141+
#. Description of the plugin/theme
142+
msgid ""
143+
"SEO Data Transporter helps you transfer post/page specific SEO data, like "
144+
"custom doctitles, custom META descriptions and keywords, etc., from one "
145+
"platform (theme or plugin) to another."
146+
msgstr ""
147+
148+
#. Author of the plugin/theme
149+
msgid "StudioPress"
150+
msgstr ""
151+
152+
#. Author URI of the plugin/theme
153+
msgid "https://www.studiopress.com/"
132154
msgstr ""

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"description": "SEO Data Transporter helps you transfer post/page specific SEO data, like custom doctitles, custom META descriptions and keywords, etc., from one platform (theme or plugin) to another.",
3030
"author": "StudioPress",
3131
"authoruri": "http://www.studiopress.com/",
32-
"version": "1.0.1",
32+
"version": "1.1.0",
3333
"license": "GPL-2.0+",
3434
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
3535
"textdomain": "seo-data-transporter"

seo-data-transporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ final class SEO_Data_Transporter {
99
/**
1010
* Plugin version
1111
*/
12-
public $plugin_version = '1.0.1';
12+
public $plugin_version = '1.1.0';
1313

1414
/**
1515
* The plugin textdomain, for translations.

0 commit comments

Comments
 (0)