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

Commit dc699e7

Browse files
authored
Merge pull request #157 from creativecommons/version2021-04-1
update version to v2021.04.1
2 parents 8acda0c + c0a54e1 commit dc699e7

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
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.11.1
6+
* Version: 2021.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

dev/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
2. GitHub tag for the version
1212
3. Path to the Subversion repository checkout
1313
```
14-
./dev/prep_svn_release.sh cctimidrobot v2020.11.1 \
14+
./dev/prep_svn_release.sh cctimidrobot v2021.04.1 \
1515
../../svn/wordpress-org-creative-commons/
1616
```
1717
4. From the Subversion repositry checkout, copy and commit Subversion tag:
1818
```
19-
svn copy trunk/ tags/2020.11.1/
20-
svn commit --username=cctimidrobot -m'Tagging version 2020.11.1'
19+
svn copy trunk/ tags/2021.04.1/
20+
svn commit --username=cctimidrobot -m'Tagging version 2021.04.1'
2121
```
2222
2323
### Notes

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.11.1';
11+
const VERSION = '2021.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.11.1\n"
5+
"Project-Id-Version: Creative Commons 2021.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://creativecommons.org/donate
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.4
8-
Stable tag: 2020.11.1
8+
Stable tag: 2021.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+
= v2021.04.1 =
65+
66+
* Fixed: Empty title adds extra padding #148
67+
* Fixed: Remove outdated language files #108
68+
* Fixed: Update donation link #139
69+
70+
6471
= v2020.11.1 =
6572

6673
* Feature: Adds native lazy loading to CC license images #126

0 commit comments

Comments
 (0)