Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Nov 9, 2020
1 parent 5865f8c commit 18bca92
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 60 deletions.
Empty file added TODO.md
Empty file.
1 change: 1 addition & 0 deletions include/version.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return "1.2.2";
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: https://github.com/mcguffin/wp-robocrop
Description: Focus point based image cropping in WordPress
Author: Jörn Lund
Version: 1.2.1
Version: 1.2.2
Github Plugin URI: mcguffin/wp-robocrop
Requires WP: 4.8
Requires PHP: 5.6
Expand Down
100 changes: 59 additions & 41 deletions languages/wp-robocrop.pot
Original file line number Diff line number Diff line change
@@ -1,76 +1,99 @@
# Copyright (C) 2018 joern
# This file is distributed under the GNU General Public License v2 or later.
#, fuzzy
# Copyright (C) 2020 Jörn Lund
# This file is distributed under the same license as the WP Robocrop plugin.
msgid ""
msgstr ""
"Project-Id-Version: WP Robocrop v1.1.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-26T07:47:57+00:00\n"
"PO-Revision-Date: 2018-09-26T07:47:57+00:00\n"
"Language-Team: \n"
"Project-Id-Version: WP Robocrop 1.2.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-robocrop\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: WP Make Pot\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
"esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;"
"esc_html_x:1,2c\n"
"X-Textdomain-Support: yes\n"
"X-Poedit-Basepath: ./\n"
"Last-Translator: \n"
"X-Poedit-SearchPath-0: ..\n"
"X-Poedit-SearchPathExcluded-0: node_modules\n"
"POT-Creation-Date: 2020-11-09T09:49:59+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: wp-robocrop\n"

#. Plugin Name of the plugin
msgid "WP Robocrop"
msgstr ""

#. Plugin URI of the plugin
msgid "https://github.com/mcguffin/wp-robocrop"
msgstr ""

#. Description of the plugin
msgid "Focus point based image cropping in WordPress"
msgstr ""

#. Author of the plugin
msgid "Jörn Lund"
msgstr ""

#. Author URI of the plugin
msgid "https://github.com/mcguffin/"
msgstr ""

#: include/Robocrop/Admin/Admin.php:48
msgid "Edit Image sizes"
msgid "Attachment"
msgstr ""

#: include/Robocrop/Admin/Admin.php:49
msgid "Robo Crop Image"
#: include/template/robocrop-modal.php:14
msgid "Attachment Details"
msgstr ""

#: include/Robocrop/Admin/Admin.php:50
msgid "Okay"
msgid "Cancel"
msgstr ""

#: include/Robocrop/Admin/Admin.php:51
msgid "Upload"
msgid "Cancel Upload"
msgstr ""

#: include/Robocrop/Admin/Admin.php:52
msgid "Save Changes"
msgstr ""

#: include/Robocrop/Admin/Admin.php:53
msgid "Close"
msgstr ""

#: include/Robocrop/Admin/Admin.php:54
msgid "Cancel"
#: include/Robocrop/Admin/Admin.php:53
msgid "Edit Image sizes"
msgstr ""

#: include/Robocrop/Admin/Admin.php:55
msgid "Reset"
msgid "Click on the most important spot of the image."
msgstr ""

#: include/Robocrop/Admin/Admin.php:56
#: include/template/robocrop-modal.php:14
msgid "Attachment Details"
msgid "Image sizes"
msgstr ""

#: include/Robocrop/Admin/Admin.php:57
msgid "Set Focus Point"
msgid "Okay"
msgstr ""

#: include/Robocrop/Admin/Admin.php:58
msgid "Reset"
msgstr ""

#: include/Robocrop/Admin/Admin.php:59
msgid "Click on the most important spot of the image."
msgid "Robo Crop Image"
msgstr ""

#: include/Robocrop/Admin/Admin.php:60
msgid "Cancel Upload"
msgid "Save Changes"
msgstr ""

#: include/Robocrop/Admin/Admin.php:61
#: include/views/settings/sizes.php:11
msgid "Scaled Sizes"
msgstr ""

#: include/Robocrop/Admin/Admin.php:62
msgid "Set Focus Point"
msgstr ""

#: include/Robocrop/Admin/Admin.php:63
msgid "Upload"
msgstr ""

#: include/Robocrop/Settings/SettingsMedia.php:144
Expand Down Expand Up @@ -148,10 +171,6 @@ msgstr ""
msgid "Options"
msgstr ""

#: include/views/settings/sizes.php:11
msgid "Scaled Sizes"
msgstr ""

#: include/views/settings/sizes.php:17
msgid "No custom image sizes yet"
msgstr ""
Expand Down Expand Up @@ -203,4 +222,3 @@ msgstr ""
#: include/views/settings/sizes.php:101
msgid "Remove"
msgstr ""

4 changes: 2 additions & 2 deletions package-lock.json

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

32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "wp-robocrop",
"version": "1.2.1",
"version": "1.2.2",
"description": "Focus point based image cropping in WordPress.",
"main": "js/wp-robocrop.combined.min.js",
"scripts": {
"dev": "gulp dev",
"dashicons": "node ./src/run/dashicons.js",
"i18n": "node src/run/json-i18n.js acf-dropzone",
"rollback": "git reset --hard HEAD~ && git push origin +master",
"init": "mkdir -p json/acf && mkdir -p json/post-type && mkdir -p json/taxonomy && mkdir -p src/php",
"test": "node ./src/run/test.js",
"dev-test": "./src/run/dev-test.sh",
"postinstall": "composer install",
"audit": "./vendor/squizlabs/php_codesniffer/bin/phpcs . --report=code --standard=./phpcs-security.ruleset.xml -n -s > ./phpcs-report.txt || exit 0",
"ver": "echo \"<?php return $(jq .version < ./package.json);\" > include/version.php"
"dev": "gulp dev",
"dashicons": "node ./src/run/dashicons.js",
"i18n": "node src/run/json-i18n.js acf-dropzone",
"rollback": "git reset --hard HEAD~ && git push origin +master",
"init": "mkdir -p json/acf && mkdir -p json/post-type && mkdir -p json/taxonomy && mkdir -p src/php",
"test": "node ./src/run/test.js",
"dev-test": "./src/run/dev-test.sh",
"postinstall": "composer install",
"audit": "./vendor/squizlabs/php_codesniffer/bin/phpcs . --report=code --standard=./phpcs-security.ruleset.xml -n -s > ./phpcs-report.txt || exit 0",
"ver": "echo \"<?php return $(jq .version < ./package.json);\" > include/version.php"
},
"repository": {
"type": "git",
Expand All @@ -38,16 +38,18 @@
"wporg": {
"steps": [
"build",
"git"
"git",
"github"
],
"type": "plugin",
"build": {
"versionedFiles": null,
"prebuild": [
"wp i18n make-pot . languages/wp-robocrop.pot --domain=wp-robocrop --exclude=tmp"
],
"build": [
"gulp build",
"npm run ver"
"gulp build",
"npm run ver"
]
},
"git": {
Expand All @@ -59,4 +61,4 @@
"svn_user": "podpirate"
}
}
}
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: image, crop, focus point
Requires at least: 3.8
Tested up to: 4.9.1
Requires PHP: 5.6
Stable tag: 1.2.1
Stable tag: 1.2.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 18bca92

Please sign in to comment.