Page 1 of 1

Update of Creative Commons License plugin

Posted: Sun Jan 19, 2014 11:44 am
by deedw
Hi,

how can I update die serendipity_event_creativecommons plugin? I want to add the new Creative Commons 4.0 licenses. My changes:

Code: Select all

$ diff ChangeLog
3,7d2
< Version 1.5 (deedw):
< 
<     * Changed default cc version to 4.0.
< 
< ------------------------------------------------------------------------
$ diff serendipity_event_creativecommons.php
47,48c47
<                     '3.0'   => '3.0',
<                     '4.0'   => '4.0'
---
>                     '3.0'   => '3.0'
54c53
<                 $propbag->add('default',        '4.0');
---
>                 $propbag->add('default',        '3.0');
Thanks in advance
Dee

Re: Update of Creative Commons License plugin

Posted: Tue Jan 21, 2014 9:22 am
by mattsches
Thanks for your patch, I added CC v4.0 to the options.

Mattsches