Fix smiley images (#416)
@ -1,3 +1,7 @@
|
|||||||
|
1.11:
|
||||||
|
----
|
||||||
|
* Add smiley images to plugin
|
||||||
|
|
||||||
1.9:
|
1.9:
|
||||||
----
|
----
|
||||||
* changed fetching path in emoticons.inc.php file.
|
* changed fetching path in emoticons.inc.php file.
|
||||||
|
BIN
plugins/serendipity_event_emoticate/img/emoticons/cool.png
Normal file
After Width: | Height: | Size: 627 B |
BIN
plugins/serendipity_event_emoticate/img/emoticons/cry.png
Normal file
After Width: | Height: | Size: 702 B |
BIN
plugins/serendipity_event_emoticate/img/emoticons/eek.png
Normal file
After Width: | Height: | Size: 567 B |
BIN
plugins/serendipity_event_emoticate/img/emoticons/laugh.png
Normal file
After Width: | Height: | Size: 591 B |
BIN
plugins/serendipity_event_emoticate/img/emoticons/normal.png
Normal file
After Width: | Height: | Size: 526 B |
BIN
plugins/serendipity_event_emoticate/img/emoticons/sad.png
Normal file
After Width: | Height: | Size: 593 B |
BIN
plugins/serendipity_event_emoticate/img/emoticons/smile.png
Normal file
After Width: | Height: | Size: 556 B |
BIN
plugins/serendipity_event_emoticate/img/emoticons/tongue.png
Normal file
After Width: | Height: | Size: 571 B |
BIN
plugins/serendipity_event_emoticate/img/emoticons/wink.png
Normal file
After Width: | Height: | Size: 577 B |
@ -18,7 +18,7 @@ class serendipity_event_emoticate extends serendipity_event
|
|||||||
$propbag->add('description', PLUGIN_EVENT_EMOTICATE_DESC);
|
$propbag->add('description', PLUGIN_EVENT_EMOTICATE_DESC);
|
||||||
$propbag->add('stackable', false);
|
$propbag->add('stackable', false);
|
||||||
$propbag->add('author', 'Serendipity Team');
|
$propbag->add('author', 'Serendipity Team');
|
||||||
$propbag->add('version', '1.10');
|
$propbag->add('version', '1.11');
|
||||||
$propbag->add('requirements', array(
|
$propbag->add('requirements', array(
|
||||||
'serendipity' => '1.6',
|
'serendipity' => '1.6',
|
||||||
'smarty' => '2.6.7',
|
'smarty' => '2.6.7',
|
||||||
|