Skip to content

Commit

Permalink
Version 2.4.1 wip
Browse files Browse the repository at this point in the history
Fix version number
  • Loading branch information
cclaerhout committed Sep 15, 2014
1 parent fe4742f commit 8b68c0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon-sedo_tinymce_quattro.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<addon addon_id="sedo_tinymce_quattro" title="TinyMCE Quattro" version_string="2.4.0" version_id="69" url="http://xenforo.com/community/threads/tinymce-quattro-demo.51289/" install_callback_class="Sedo_TinyQuattro_Installer" install_callback_method="install" uninstall_callback_class="Sedo_TinyQuattro_Installer" uninstall_callback_method="uninstall">
<addon addon_id="sedo_tinymce_quattro" title="TinyMCE Quattro" version_string="2.4.1" version_id="70" url="http://xenforo.com/community/threads/tinymce-quattro-demo.51289/" install_callback_class="Sedo_TinyQuattro_Installer" install_callback_method="install" uninstall_callback_class="Sedo_TinyQuattro_Installer" uninstall_callback_method="uninstall">
<admin_navigation/>
<admin_permissions/>
<admin_style_properties/>
Expand Down
2 changes: 1 addition & 1 deletion upload/library/Sedo/TinyQuattro/Installer.php
Expand Up @@ -118,7 +118,7 @@ public static function install($addon)
Sedo_TinyQuattro_Helper_Smilie::cacheMceSmiliesByCategory();
}

if(empty($addon) || $addon['version_id'] < 68)
if(empty($addon) || $addon['version_id'] < 70)
{
$newButtons = array(
'anchor' => array(262, 262, 2, 1, 'tinymce'),
Expand Down

0 comments on commit 8b68c0f

Please sign in to comment.