From adb547f737e054157e9a127520b24eee8b1bb6f2 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Mon, 23 Dec 2019 13:02:37 -0800 Subject: [PATCH] updated version to v2019.12.2 --- creativecommons.php | 2 +- includes/class-creativecommons.php | 2 +- readme.txt | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/creativecommons.php b/creativecommons.php index 2ee9760..dbe8d48 100644 --- a/creativecommons.php +++ b/creativecommons.php @@ -3,7 +3,7 @@ * Plugin Name: Creative Commons * Plugin URI: /~https://github.com/creativecommons/wp-plugin-creativecommons * Description: Official Creative Commons plugin for licensing your content. With Creative Commons licenses, keep your copyright AND share your creativity. - * Version: 2019.12.1 + * Version: 2019.12.2 * Author: Ahmad Bilal , Bjorn Wijers , Tarmo Toikkanen , Matt Lee , Rob Myers , Timid Robot Zehta * Author URI: http://CreativeCommons.org/ * License: GPLv2 or later versions diff --git a/includes/class-creativecommons.php b/includes/class-creativecommons.php index 9698216..bfaca5b 100644 --- a/includes/class-creativecommons.php +++ b/includes/class-creativecommons.php @@ -8,7 +8,7 @@ class CreativeCommons { // Make sure the plugin header has the same version number. - const VERSION = '2019.12.1'; + const VERSION = '2019.12.2'; /** * Plugin URL. diff --git a/readme.txt b/readme.txt index fb57f3c..3d00360 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://us.netdonor.net/page/6650/donate/1?ea.tracking.id=top-of-pa Tags: Creative Commons, CC, license, copyright, copyleft, attribution, attribute, ownership, all rights reserved, some rights reserved, footer, widget Requires at least: 3.1 Tested up to: 5.3 -Stable tag: 2019.12.1 +Stable tag: 2019.12.2 Requires PHP: 5.6.20 License: GPLv2 or later License URI: https://gnu.org/licenses/gpl-2.0.html @@ -61,6 +61,11 @@ See the GitHub project: [creativecommons/wp-plugin-creativecommons](https://gith == Changelog == += v2019.12.2 = + +* for real Add image size to generated HTML to support browser lazyload + + = v2019.12.1 = * Remove warnings caused by non-checked index variables in save settings event