From f9734588b2a2f4f6ecd1671190bd3c179f22f345 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Mon, 31 Aug 2020 13:21:51 -0700 Subject: [PATCH 1/2] updated version, updated Tested up to, added changelog --- creativecommons.php | 2 +- includes/class-creativecommons.php | 2 +- languages/CreativeCommons.pot | 2 +- readme.txt | 9 +++++++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/creativecommons.php b/creativecommons.php index 6995bb6..ad0e579 100644 --- a/creativecommons.php +++ b/creativecommons.php @@ -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 , Bjorn Wijers , Tarmo Toikkanen , Matt Lee , Rob Myers , Timid Robot Zehta * Author URI: http://CreativeCommons.org/ * License: GPLv2 or later versions diff --git a/includes/class-creativecommons.php b/includes/class-creativecommons.php index 0a4de5e..ec03bf2 100644 --- a/includes/class-creativecommons.php +++ b/includes/class-creativecommons.php @@ -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. diff --git a/languages/CreativeCommons.pot b/languages/CreativeCommons.pot index a8a0fa9..2019bf6 100644 --- a/languages/CreativeCommons.pot +++ b/languages/CreativeCommons.pot @@ -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 \n" "Language-Team: LANGUAGE \n" diff --git a/readme.txt b/readme.txt index bc4d1bf..e1e732e 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 From 982b93a10b07e051e02a8fbfeb02cd13ccf1d0b8 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Mon, 31 Aug 2020 13:26:47 -0700 Subject: [PATCH 2/2] updated version in dev docs too --- dev/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/README.md b/dev/README.md index b764dc6..7f94145 100644 --- a/dev/README.md +++ b/dev/README.md @@ -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