Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit adb547f

Browse files
committed
updated version to v2019.12.2
1 parent a09917d commit adb547f

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

creativecommons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Creative Commons
44
* Plugin URI: https://github.com/creativecommons/wp-plugin-creativecommons
55
* Description: Official Creative Commons plugin for licensing your content. With Creative Commons licenses, keep your copyright AND share your creativity.
6-
* Version: 2019.12.1
6+
* Version: 2019.12.2
77
* Author: Ahmad Bilal <https://ahmadbilal.dev>, Bjorn Wijers <burobjorn@burobjorn.nl>, Tarmo Toikkanen <tarmo@iki.fi>, Matt Lee <mattl@creativecommons.org>, Rob Myers <rob@creativecommons.org>, Timid Robot Zehta
88
* Author URI: http://CreativeCommons.org/
99
* License: GPLv2 or later versions

includes/class-creativecommons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class CreativeCommons {
99

1010
// Make sure the plugin header has the same version number.
11-
const VERSION = '2019.12.1';
11+
const VERSION = '2019.12.2';
1212

1313
/**
1414
* Plugin URL.

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://us.netdonor.net/page/6650/donate/1?ea.tracking.id=top-of-pa
55
Tags: Creative Commons, CC, license, copyright, copyleft, attribution, attribute, ownership, all rights reserved, some rights reserved, footer, widget
66
Requires at least: 3.1
77
Tested up to: 5.3
8-
Stable tag: 2019.12.1
8+
Stable tag: 2019.12.2
99
Requires PHP: 5.6.20
1010
License: GPLv2 or later
1111
License URI: https://gnu.org/licenses/gpl-2.0.html
@@ -61,6 +61,11 @@ See the GitHub project: [creativecommons/wp-plugin-creativecommons](https://gith
6161
== Changelog ==
6262

6363

64+
= v2019.12.2 =
65+
66+
* for real Add image size to generated HTML to support browser lazyload
67+
68+
6469
= v2019.12.1 =
6570

6671
* Remove warnings caused by non-checked index variables in save settings event

0 commit comments

Comments
 (0)