1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-14 17:42:10 +02:00

PHP Minimum set to 5.6. TinyMce installed by default.

This commit is contained in:
Cameron 2018-08-25 15:31:39 -07:00
parent 3d031895ca
commit 97772a48d9
4 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,7 @@
<plugin name='featurebox' url='core' />
<plugin name='gallery' url='core' />
<plugin name='rss_menu' url='core' />
<plugin name='tinymce4' url='core' />
<plugin name='social' url='core' />
</plugins>
<keywords>

View File

@ -7,6 +7,7 @@
<plugins>
<plugin name='gallery' url='core' />
<plugin name='rss_menu' url='core' />
<plugin name='tinymce4' url='core' />
<plugin name='social' url='core' />
</plugins>
<keywords>

View File

@ -6,6 +6,7 @@
<category>blog</category>
<plugins>
<plugin name='rss_menu' url='core' />
<plugin name='tinymce4' url='core' />
<plugin name='social' url='core' />
</plugins>
<keywords>

View File

@ -11,7 +11,7 @@
*/
// minimal software version
define('MIN_PHP_VERSION', '5.4');
define('MIN_PHP_VERSION', '5.6');
define('MIN_MYSQL_VERSION', '4.1.2');
define('MAKE_INSTALL_LOG', true);