Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Nov 20, 2020
1 parent db6931e commit 9814527
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion include/version.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return "1.2.3";
<?php return "1.2.4";
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.3
Version: 1.2.4
Github Plugin URI: mcguffin/wp-robocrop
Requires WP: 4.8
Requires PHP: 5.6
Expand Down
4 changes: 2 additions & 2 deletions languages/wp-robocrop.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the WP Robocrop plugin.
msgid ""
msgstr ""
"Project-Id-Version: WP Robocrop 1.2.3\n"
"Project-Id-Version: WP Robocrop 1.2.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-robocrop\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-11-11T12:21:13+00:00\n"
"POT-Creation-Date: 2020-11-20T11:04:39+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"
Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-robocrop",
"version": "1.2.3",
"version": "1.2.4",
"description": "Focus point based image cropping in WordPress.",
"main": "js/wp-robocrop.combined.min.js",
"scripts": {
Expand Down Expand Up @@ -61,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: 5.5
Requires PHP: 5.6
Stable tag: 1.2.3
Stable tag: 1.2.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 9814527

Please sign in to comment.