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

Commit

Permalink
updated version to v2019.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Dec 23, 2019
1 parent a09917d commit adb547f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion creativecommons.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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
* Author URI: http://CreativeCommons.org/
* License: GPLv2 or later versions
Expand Down
2 changes: 1 addition & 1 deletion includes/class-creativecommons.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit adb547f

Please sign in to comment.