Skip to content

Commit

Permalink
1.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-schaffer authored and marksabbath committed Jul 2, 2019
1 parent 128707f commit 496b843
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 39 deletions.
4 changes: 2 additions & 2 deletions genesis-beta-tester.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
* Author: Nathan Rice
* Author URI: http://www.nathanrice.net/
* Version: 0.9.5
* Version: 1.0.0
* Text Domain: genesis-beta-tester
* Domain Path: /languages/
* License: GNU General Public License v2.0 (or later)
* License URI: http://www.opensource.org/licenses/gpl-license.php
* License URI: https://opensource.org/licenses/gpl-license.php
*
* @package genesis-beta-tester
*/
Expand Down
32 changes: 12 additions & 20 deletions languages/genesis-beta-tester.pot
Original file line number Diff line number Diff line change
@@ -1,36 +1,28 @@
# Copyright (C) 2018 Nathan Rice
# Copyright (C) 2019 Nathan Rice
# This file is distributed under the GNU General Public License v2.0 (or later).
msgid ""
msgstr ""
"Project-Id-Version: Genesis Beta Tester 0.9.5\n"
"Report-Msgid-Bugs-To: StudioPress <[email protected]>\n"
"POT-Creation-Date: 2018-11-08 12:15:44+00:00\n"
"Project-Id-Version: Genesis Beta Tester 1.0.0\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/genesis-beta-tester\n"
"POT-Creation-Date: 2019-07-02 19:02:36+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
"Last-Translator: StudioPress <[email protected]>\n"
"Language-Team: English <[email protected]>\n"
"X-Generator: grunt-wp-i18n 0.4.4\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-Language: English\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-Bookmarks: \n"
"X-Poedit-SearchPath-0: .\n"
"X-Textdomain-Support: yes\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"X-Generator: node-wp-i18n 1.2.3\n"

#: genesis-beta-tester.php:31
#. Translators: The string is a url to the genesis framework.
msgid ""
"Sorry, you can't activate unless you have installed <a "
"href=\"%s\">Genesis</a>"
msgstr ""

#: genesis-beta-tester.php:37
#. Translators: The string is the lowest version of Genesis needed to activate.
msgid "Sorry, you cannot activate without Genesis %s or greater"
msgstr ""

Expand All @@ -54,4 +46,4 @@ msgstr ""

#. Author URI of the plugin/theme
msgid "http://www.nathanrice.net/"
msgstr ""
msgstr ""
229 changes: 229 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 6 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,19 @@
},
"dependencies": {},
"devDependencies": {
"grunt": "*",
"grunt-autoprefixer": "*",
"grunt-checktextdomain": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-imagemin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-csscomb": "*",
"grunt-jsbeautifier": "*",
"grunt-jsvalidate": "*",
"grunt-phplint": "*",
"grunt-styledocco": "*",
"grunt-wp-i18n": "*",
"load-grunt-tasks": "*"
"node-wp-i18n": "^1.2.3"
},
"scripts": {
"makepot": "wpi18n makepot --exclude=vendor,node_modules",
"addtextdomain": "wpi18n addtextdomain --exclude=vendor,node_modules"
},
"plugin": {
"name": "Genesis Beta Tester",
"uri": "https://github.com/copyblogger/genesis-beta-tester",
"description": "Genesis Beta Tester lets you one-click update to the latest version of Genesis, even if it is still in beta.",
"author": "StudioPress",
"authoruri": "http://www.studiopress.com/",
"version": "0.9.5",
"version": "1.0.0",
"license": "GPL-2.0+",
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "genesis-beta-tester"
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: genesis, genesiswp, studiopress
Requires at least: 3.9
Tested up to: 4.9.8
Stable tag: 0.9.5
Stable tag: 1.0.0

This plugin lets you one-click update to the latest Genesis release, even if it's still in beta.

Expand All @@ -30,6 +30,9 @@ If you activate the plugin and do not see the update notification, that likely m

== Changelog ==

= 1.0.0 =
* Conform to WordPress Development Standards for PHP

= 0.9.5 =
* Use WP filter for better stability.

Expand Down

0 comments on commit 496b843

Please sign in to comment.