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

Commit f4e1b81

Browse files
authored
Merge pull request #95 from creativecommons/v2020-01-1
v2020-01-1
2 parents e098256 + fea4e54 commit f4e1b81

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p align="center">Official Creative Commons plugin for licensing your content on your WrodPress website. With Creative Commons licenses, keep your copyright and share your creativity.
55
</p>
66

7-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
7+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) [![CalVer Format: YYYY.0M.Micro](https://img.shields.io/badge/calver-YYYY.0M.MICRO-22bfda.svg)](https://calver.org/)
88

99
</div>
1010

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.2
6+
* Version: 2020.01.1
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 = '2020.1.1';
11+
const VERSION = '2020.01.1';
1212

1313
/**
1414
* Plugin URL.

readme.txt

Lines changed: 8 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.2
8+
Stable tag: 2020.01.1
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,13 @@ See the GitHub project: [creativecommons/wp-plugin-creativecommons](https://gith
6161
== Changelog ==
6262

6363

64+
= v2020.01.1 =
65+
66+
* Version number is CalVer Format: YYYY.0M.Micro (see https://calver.org/)
67+
* Add image size to badges in gutenberg blocks
68+
* Remove non-existent methods (and improve compatibility with Classic Editor)
69+
70+
6471
= v2019.12.2 =
6572

6673
* for real Add image size to generated HTML to support browser lazyload

0 commit comments

Comments
 (0)