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

Commit

Permalink
updated to version 2019.9.1 and fixed readme.txt
Browse files Browse the repository at this point in the history
- fixes #81
  • Loading branch information
TimidRobot committed Sep 27, 2019
1 parent 14779fe commit 19f20b4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 57 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: 2019.8.2
* Version: 2019.9.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 @@ -8,7 +8,7 @@
class CreativeCommons {

// Make sure the plugin header has the same version number.
const VERSION = '2019.8.2';
const VERSION = '2019.9.1';

/**
* Plugin URL.
Expand Down
83 changes: 28 additions & 55 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,63 +5,40 @@ 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: 2019.8.2
Stable tag: 2019.9.1
Requires PHP: 5.6.20
License: GPLv2 or later
License URI: https://gnu.org/licenses/gpl-2.0.html

Official Creative Commons plugin for licensing your content. With Creative
Commons licenses, keep your copyright AND share your creativity.
Official Creative Commons plugin for licensing your content. With Creative Commons licenses, keep your copyright AND share your creativity.


== Description ==

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:
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:

* License your blog (single WordPress install)
* Display license for the site, posts and pages
* Prevent license changes per site (all pages on a site must use the same
license)
* Prevent license changes per site (all pages on a site must use the same license)
* License your WordPress Network (WordPress Multisite install)
* License some of your sites differently in your WordPress Network
* Prevent license changes in your WordPress Network (all pages on all sites
need to use the same license)
* Prevent license changes in your WordPress Network (all pages on all sites need to use the same license)
* License all your content with the same license (license per author)
* License some posts, pages, or images differently from your default license
(per content license)
* License posts and pages by simply including CC Gutenberg blocks for each
license required (Gutenberg License Blocks)
* License some posts, pages, or images differently from your default license (per content license)
* License posts and pages by simply including CC Gutenberg blocks for each license required (Gutenberg License Blocks)
* Display license information with "One Click Attribution" for images

The default license for the site used by the plugin is the Creative Commons
[Attribution-ShareAlike
(CC BY-SA)](http://creativecommons.org/licenses/by-sa/4.0/) license. This can
be easily changed including attribution, depending on the permissions by a user
with the role: superadmin, site admin or author.Selecting a license is straight
forward. If you are not sure about what license to use, you can use the linked
license chooser.
The default license for the site used by the plugin is the Creative Commons [Attribution-ShareAlike (CC BY-SA)](http://creativecommons.org/licenses/by-sa/4.0/) license. This can be easily changed including attribution, depending on the permissions by a user with the role: superadmin, site admin or author.Selecting a license is straight forward. If you are not sure about what license to use, you can use the linked license chooser.

The selected license can be displayed as a widget or a footer or both at the same
time. In Appearance > Widgets, the CC License widget can be dragged to any widget
area like the side-bar and all other available areas. You can also include the
license in footer. We recommend using the widget for better compatibility with
your theme. You can use individual licenses in posts or pages using Gutenberg blocks.
The selected license can be displayed as a widget or a footer or both at the same time. In Appearance > Widgets, the CC License widget can be dragged to any widget area like the side-bar and all other available areas. You can also include the license in footer. We recommend using the widget for better compatibility with your theme. You can use individual licenses in posts or pages using Gutenberg blocks.


== Installation ==

1. Visit ‘Plugins > Add New’ and search for the plugin to install it. **OR**
Upload the plugin to the `/wp-content/plugins/` directory
1. Visit ‘Plugins > Add New’ and search for the plugin to install it. **OR** Upload the plugin to the /wp-content/plugins/ directory
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.
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.
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.
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.


== Frequently Asked Questions ==
Expand All @@ -74,26 +51,27 @@ 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
background and text colors of the block from the color palette 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.9.1 =

* Fixed missing assets/icon-256×256.png
* Updated readme.txt formatting


= v2019.8.2 =

* All necessary Default/Site license settings added.
* Plugin settings page updated.
* Rich-text components added to previously static Gutenberg blocks converted to
allow attribution of any content.
* Rich-text components added to previously static Gutenberg blocks converted to allow attribution of any content.
* Gutenberg blocks redesigned to include settings.
* Security improvements.
* i18n improvements.
Expand All @@ -103,15 +81,13 @@ See the GitHub project: [creativecommons/wp-plugin-creativecommons](https://gith
= v2019.8.1 =

* Fixed widget settings
* Updated so that WordPress version is numeric (while GitHub version is alpha
numeric for composer compatibility)
* 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.
Expand All @@ -120,10 +96,7 @@ See the GitHub project: [creativecommons/wp-plugin-creativecommons](https://gith
= v2019.7.1 =

* Initial release.
* The plugin is an updated and revamped version of the WPLicense plugin by
Creative Commons: https://github.com/tarmot/wp-cc-plugin
* The pugin has been made compatible to the latest version of WordPress (5.2.2)
while the former one was stable only up to 3.8.1.
* The plugin is an updated and revamped version of the WPLicense plugin by Creative Commons: https://github.com/tarmot/wp-cc-plugin
* The pugin has been made compatible to the latest version of WordPress (5.2.2) while the former one was stable only up to 3.8.1.
* The revamp brings bug fixes and security fixes.
* Gutenberg blocks for Creative Commons have been added which can be used in
posts and pages.
* Gutenberg blocks for Creative Commons have been added which can be used in posts and pages.

0 comments on commit 19f20b4

Please sign in to comment.