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

Commit 340f135

Browse files
authored
Merge pull request #110 from creativecommons/v2020-04-1
Update for v2020.04.1
2 parents 5dd0c1a + 8275f3b commit 340f135

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

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

1313
/**
1414
* Plugin URL.

languages/CreativeCommons.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the Creative Commons plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Creative Commons 2020.01.1\n"
5+
"Project-Id-Version: Creative Commons 2020.04.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-plugin-creativecommons\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

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: 2020.01.1
8+
Stable tag: 2020.04.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.04.1 =
65+
66+
* Version number is CalVer Format: YYYY.0M.Micro (see https://calver.org/)
67+
* Fixed: while choosing CC0 Universal Public Domain Dedication license (CC0) by default the link it should show lisence page of CC #102
68+
* Fixed: Verify WordPress 5.4 compatibility #98
69+
70+
6471
= v2020.01.1 =
6572

6673
* Version number is CalVer Format: YYYY.0M.Micro (see https://calver.org/)

0 commit comments

Comments
 (0)