Update of Creative Commons License plugin

Creating and modifying plugins.
Post Reply
deedw
Regular
Posts: 61
Joined: Thu Oct 07, 2010 5:57 am

Update of Creative Commons License plugin

Post 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
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Re: Update of Creative Commons License plugin

Post by mattsches »

Thanks for your patch, I added CC v4.0 to the options.

Mattsches
Post Reply