forked from creativecommons/wp-plugin-creativecommons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
114 lines (72 loc) · 5.51 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
=== Creative Commons ===
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: 2019.12.2
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.
== 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:
* 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)
* 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)
* 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)
* 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 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
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.
== Frequently Asked Questions ==
= Where can I find more information about the plugin? =
See the GitHub project: [creativecommons/wp-plugin-creativecommons](https://github.com/creativecommons/wp-plugin-creativecommons)
== 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.
4. Gutenberg Block included in a post.
5. Default license as a widget.
== Changelog ==
= v2019.12.2 =
* for real Add image size to generated HTML to support browser lazyload
= v2019.12.1 =
* Remove warnings caused by non-checked index variables in save settings event
* Tested behavior and compatibility with WordPress 5.3 and PHP 7.4
* Add image size to generated HTML to support browser lazyload
= 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.
* Gutenberg blocks redesigned to include settings.
* Security improvements.
* i18n improvements.
* Minor bug fixes and refinements.
= 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/
* 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.
* 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.