Skip to content

Commit

Permalink
Merge pull request #128 from creativecommons/v2020-08-1
Browse files Browse the repository at this point in the history
updated version, updated Tested up to, added changelog
  • Loading branch information
TimidRobot authored Aug 31, 2020
2 parents 7f4f9dc + 982b93a commit ae520c0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 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: 2020.07.1
* Version: 2020.08.1
* Author: Ahmad Bilal <https://ahmadbilal.dev>, Bjorn Wijers <[email protected]>, Tarmo Toikkanen <[email protected]>, Matt Lee <[email protected]>, Rob Myers <[email protected]>, Timid Robot Zehta
* Author URI: http://CreativeCommons.org/
* License: GPLv2 or later versions
Expand Down
6 changes: 3 additions & 3 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
2. GitHub tag for the version
3. Path to the Subversion repository checkout
```
./dev/prep_svn_release.sh cctimidrobot v2019.8.2 \
./dev/prep_svn_release.sh cctimidrobot v2020.08.1 \
../../svn/wordpress-org-creative-commons/
```
4. From the Subversion repositry checkout, copy and commit Subversion tag:
```
svn copy trunk/ tags/2019.8.2/
svn commit --username=cctimidrobot -m'Tagging version 2019.8.2'
svn copy trunk/ tags/2020.08.1/
svn commit --username=cctimidrobot -m'Tagging version 2020.08.1'
```

### Notes
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 = '2020.07.1';
const VERSION = '2020.08.1';

/**
* Plugin URL.
Expand Down
2 changes: 1 addition & 1 deletion languages/CreativeCommons.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the Creative Commons plugin.
msgid ""
msgstr ""
"Project-Id-Version: Creative Commons 2020.07.1\n"
"Project-Id-Version: Creative Commons 2020.08.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-plugin-creativecommons\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Contributors: ahmadbilaldev, cctimidrobot, BjornW, robmyers, tatti, hugosolar
Donate link: https://us.netdonor.net/page/6650/donate/1?ea.tracking.id=top-of-page-banner
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: 2020.07.1
Tested up to: 5.4
Stable tag: 2020.08.1
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 ==


= v2020.08.1 =

* Fixed: Automatically adding licensing information for embedded content #117


= v2020.07.1 =

* Fixed: When plugin is activated automatically shows license on Footer #118
Expand Down

0 comments on commit ae520c0

Please sign in to comment.