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

Commit

Permalink
prepped v2019.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Aug 8, 2019
1 parent 90f845f commit e93ccfc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 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: v2019.7.2
* Version: 2019.8.1
* 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
* Author URI: http://CreativeCommons.org/
* License: GPLv2 or later versions
Expand Down
2 changes: 1 addition & 1 deletion includes/class-creativecommons.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class CreativeCommons {

// Make sure the plugin header has the same version number.
const VERSION = 'v2019.7.2';
const VERSION = '2019.8.1';

/**
* Plugin URL.
Expand Down
29 changes: 22 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
Stable tag: v2019.7.2
Stable tag: 2019.8.1
Requires PHP: 5.6.20
License: GPLv2 or later
License URI: https://gnu.org/licenses/gpl-2.0.html
Expand All @@ -16,7 +16,7 @@ Commons licenses, keep your copyright AND share your creativity.

== Description ==

The CreativeCommons WordPress plugin gives authors the ability to license
The Creative Commons WordPress plugin gives authors the ability to license
content with a Creative Commons license
([Choose a License](https://creativecommons.org/choose/)). With this plugin
you can:
Expand Down Expand Up @@ -57,7 +57,7 @@ licenses in posts or pages using Gutenberg blocks.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. From the Widgets menu, drag the License widget to the widget area in which
you would like the license to appear. Otherwise, the license will appear in
the Wordpress footer area by default.
the WordPress footer area by default.
4. If you want to include licenses as Gutenberg blocks, simply add a new block,
in the categories look for "Creative Commons Licenses" and add the required
block.
Expand All @@ -73,23 +73,38 @@ See the GitHub project: [creativecommons/wp-plugin-creativecommons](https://gith

== Screenshots ==

1. In wp-admin/Dashboard, you can access the Creative Commons page inside the Settings. This page has all the license settings. In the select license area, you can select the required license. Check the one and save changes.
2. If you are creating a page or a post with the Gutenberg editor, you can include license to any content or the page/post itself by CC Gutenberg blocks. They are bundled in a seperate category "Creative Commons Licenses".
3. Selecting a block adds the respective license block. You can also change backgrounf and text colors of the block from the color pallete on the right.
1. In wp-admin/Dashboard, you can access the Creative Commons page inside the
Settings. This page has all the license settings. In the select license
area, you can select the required license. Check the one and save changes.
2. If you are creating a page or a post with the Gutenberg editor, you can
include license to any content or the page/post itself by CC Gutenberg
blocks. They are bundled in a seperate category "Creative Commons Licenses".
3. Selecting a block adds the respective license block. You can also change
background and text colors of the block from the color palette on the right.
4. Gutenberg Block included in a post.
5. Default license as a widget.


== Changelog ==


= v2019.8.1 =

* Fixed widget settings
* Updated so that WordPress version is numeric (while GitHub version is alpha
numeric for composer compatibility)


= v2019.7.2 =

* Bug fixes.
* Old license chooser removed and plugin linked to the new one: https://creativecommons.org/choose/
* Old license chooser removed and plugin linked to the new one:
https://creativecommons.org/choose/
* Plugin settings page redesigned for a better user experience.
* New feature to add additional text after the license.
* Gutenberg blocks for CC licenses redesigned.


= v2019.7.1 =

* Initial release.
Expand Down

0 comments on commit e93ccfc

Please sign in to comment.