Skip to content

Commit 5066d2e

Browse files
committed
Compatibility with WP 5.4.1
1 parent dc6a443 commit 5066d2e

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

99robots-custom-image-sizes.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
/**
3-
* Plugin Name: Custom Image Sizes by 99 Robots
4-
* Plugin URI: https://99robots.com/products/?utm_source=plugin-uri&utm_medium=custom-image-sizes&utm_campaign=plugins-page
5-
* Description: Custom Image Sizes by 99 Robots is a quick and simple way for you to add your own image sizes to your WordPress site.
6-
* Version: 1.2.2
7-
* Author: 99 Robots
8-
* Author URI: https://99robots.com
9-
* License: GPL2
10-
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
11-
* Text Domain: 99robots-custom-image-sizes
12-
* Domain Path: /languages
3+
* Plugin Name: Custom Image Sizes by 99 Robots
4+
* Plugin URI: https://99robots.com/products/?utm_source=plugin-uri&utm_medium=custom-image-sizes&utm_campaign=plugins-page
5+
* Description: Custom Image Sizes by 99 Robots is a quick and simple way for you to add your own image sizes to your WordPress site.
6+
* Version: 1.2.3
7+
* Author: 99 Robots
8+
* Author URI: https://99robots.com
9+
* License: GPL2
10+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
11+
* Text Domain: 99robots-custom-image-sizes
12+
* Domain Path: /languages
1313
*/
1414

1515
// If this file is called directly, abort.
@@ -26,7 +26,7 @@ class NNR_Custom_Image_Sizes {
2626
* NNR_Custom_Image_Sizes version.
2727
* @var string
2828
*/
29-
public $version = '1.2.2';
29+
public $version = '1.2.3';
3030

3131
/**
3232
* The single instance of the class.

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: 99robots, charliepatel
33
Donate link:
44
Tags: image sizes, images, image, size, sizes, custom sizes, custom image, custom images
55
Requires at least: 4.0
6-
Tested up to: 5.2.2
7-
Stable tag: 1.2.2
6+
Tested up to: 5.4.1
7+
Stable tag: 1.2.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -29,6 +29,10 @@ Also please check out our other [plugins](https://99robots.com/products/?utm_sou
2929

3030
== Changelog ==
3131

32+
= 1.2.3 = 2020-05-05
33+
* FIXED: Warnings & errors
34+
* Make compatible with WordPress 5.4.1
35+
3236
= 1.2.2 = 2019-08-27
3337
* FIXED: Warnings & errors
3438
* Make compatible with WordPress 5.2.2

0 commit comments

Comments
 (0)