diff --git a/creativecommons.php b/creativecommons.php index 8765736..767bbb2 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.01.1 + * Version: 2020.04.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 0c90758..ea7dd42 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.01.1'; + const VERSION = '2020.04.1'; /** * Plugin URL. diff --git a/languages/CreativeCommons.pot b/languages/CreativeCommons.pot index 50d53b6..3f23fb2 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.01.1\n" +"Project-Id-Version: Creative Commons 2020.04.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 3fcc50a..6c9fa66 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://us.netdonor.net/page/6650/donate/1?ea.tracking.id=top-of-pa 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.01.1 +Stable tag: 2020.04.1 Requires PHP: 5.6.20 License: GPLv2 or later License URI: https://gnu.org/licenses/gpl-2.0.html @@ -61,6 +61,13 @@ See the GitHub project: [creativecommons/wp-plugin-creativecommons](https://gith == Changelog == += v2020.04.1 = + +* Version number is CalVer Format: YYYY.0M.Micro (see https://calver.org/) +* Fixed: while choosing CC0 Universal Public Domain Dedication license (CC0) by default the link it should show lisence page of CC #102 +* Fixed: Verify WordPress 5.4 compatibility #98 + + = v2020.01.1 = * Version number is CalVer Format: YYYY.0M.Micro (see https://calver.org/)