Skip to content

Commit dd4878b

Browse files
committed
Make compatible for WordPress 5.6
1 parent bf4f307 commit dd4878b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

99robots-custom-image-sizes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Custom Image Sizes by 99 Robots
44
* Plugin URI: https://draftpress.com/products/?utm_source=plugin-uri&utm_medium=custom-image-sizes&utm_campaign=plugins-page
55
* 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.5
6+
* Version: 1.2.6
77
* Author: 99 Robots
88
* Author URI: https://draftpress.com
99
* License: GPL2
@@ -26,7 +26,7 @@ class NNR_Custom_Image_Sizes {
2626
* NNR_Custom_Image_Sizes version.
2727
* @var string
2828
*/
29-
public $version = '1.2.5';
29+
public $version = '1.2.6';
3030

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

readme.txt

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

@@ -29,6 +29,9 @@ Also please check out our other [plugins](https://draftpress.com/products/?utm_s
2929

3030
== Changelog ==
3131

32+
= 1.2.6 = 2020-12-28
33+
* Updated to make compatible with WordPress 5.6
34+
3235
= 1.2.5 = 2020-09-14
3336
* Updated to make compatible with WordPress 5.5.1
3437

0 commit comments

Comments
 (0)