Fix smiley images (#416)

This commit is contained in:
onli 2016-08-22 23:58:44 +02:00
parent b6ac03e8a1
commit d97cdf7378
11 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1.11:
----
* Add smiley images to plugin
1.9:
----
* changed fetching path in emoticons.inc.php file.

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

View File

@ -18,7 +18,7 @@ class serendipity_event_emoticate extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_EMOTICATE_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Serendipity Team');
$propbag->add('version', '1.10');
$propbag->add('version', '1.11');
$propbag->add('requirements', array(
'serendipity' => '1.6',
'smarty' => '2.6.7',
@ -248,4 +248,4 @@ class serendipity_event_emoticate extends serendipity_event
}
/* vim: set sts=4 ts=4 expandtab : */
?>
?>