Skip to content

Commit 20b744c

Browse files
authored
Merge pull request creativecommons#104 from ahmadbilaldev/master
Add blog post: CC WP Plugin second phase
2 parents 0ce6bde + b79da26 commit 20b744c

File tree

1 file changed

+36
-0
lines changed
  • content/blog/entries/cc-wp-plugin-second-phase

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
title: Creative Commons WordPress Plugin Second Phase
2+
---
3+
categories:
4+
wp-plugin
5+
gsoc-2019
6+
gsoc
7+
open-source
8+
---
9+
author: ahmadbilaldev
10+
---
11+
pub_date: 2019-07-20
12+
---
13+
body:
14+
15+
For the context, I am working with my mentor [Timid Robot](https://creativecommons.org/author/timidcreativecommons-org/) on Creative Commons WordPress Plugin in GSoC 2019. It is basically an attribution tool, allowing users to attribute their content and include a CC license on their WordPress website. The second phase of the project is now ending, and the plugin has a stable version ready. Following is a summary of the work accomplished during this phase.
16+
17+
- **Week 5:** Added customization settings for Gutenberg blocks for backend and front end.
18+
- **Week 6:** Fixed and closed 17 existing issues to pave way for a stable release.
19+
- **Week 7-8:** Prepped the plugin for the release to WordPress.org directory. Started working on the support to use the new license chooser. For now, removing the integrated chooser (old Partner Interface) and linking to the new chooser is our strategy.
20+
21+
### Release of v2019.7.1
22+
23+
We have released the latest stable version of the plugin. `v2019.7.1` is out and tagged in the [wp-plugin-creativecommons repository](https://github.com/creativecommons/wp-plugin-creativecommons/releases). Given that a stable release is available, we have submitted it to [WordPress.org plugin directory](https://en-nz.wordpress.org/plugins/). As soon as their team approves it, the plugin will be available to install for all WordPress users, which is substantial.
24+
25+
### What's next
26+
27+
Although the current implentation does the job, but we want it to use new [CC License Chooser](https://creativecommons.org/choose/) in the future. The existing approach uses an integrated modal of [Partner Interface](https://creativecommons.org/choose/?partner={partner}) from 2014. So, currently I am re-writing and re-designing the plugin settings to use the new and improved chooser without integrating it. Other upcoming additions are:
28+
29+
- Add a button to copy license and author information for content sharing.
30+
- CC Search integration.
31+
- Changes in design and features.
32+
- Improve the documentation.
33+
34+
For more, see the [GitHub repository](https://github.com/creativecommons/wp-plugin-creativecommons).
35+
36+
If you have any feedback or suggestions, let us know in the discussion on `#cc-dev-wordpress` Slack channel. Looking forward!

0 commit comments

Comments
 (0)