mirror of
https://github.com/e107inc/e107.git
synced 2025-07-26 01:11:28 +02:00
PHP Minimum set to 5.6. TinyMce installed by default.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
<plugin name='featurebox' url='core' />
|
<plugin name='featurebox' url='core' />
|
||||||
<plugin name='gallery' url='core' />
|
<plugin name='gallery' url='core' />
|
||||||
<plugin name='rss_menu' url='core' />
|
<plugin name='rss_menu' url='core' />
|
||||||
|
<plugin name='tinymce4' url='core' />
|
||||||
<plugin name='social' url='core' />
|
<plugin name='social' url='core' />
|
||||||
</plugins>
|
</plugins>
|
||||||
<keywords>
|
<keywords>
|
||||||
|
@@ -7,6 +7,7 @@
|
|||||||
<plugins>
|
<plugins>
|
||||||
<plugin name='gallery' url='core' />
|
<plugin name='gallery' url='core' />
|
||||||
<plugin name='rss_menu' url='core' />
|
<plugin name='rss_menu' url='core' />
|
||||||
|
<plugin name='tinymce4' url='core' />
|
||||||
<plugin name='social' url='core' />
|
<plugin name='social' url='core' />
|
||||||
</plugins>
|
</plugins>
|
||||||
<keywords>
|
<keywords>
|
||||||
|
@@ -6,6 +6,7 @@
|
|||||||
<category>blog</category>
|
<category>blog</category>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin name='rss_menu' url='core' />
|
<plugin name='rss_menu' url='core' />
|
||||||
|
<plugin name='tinymce4' url='core' />
|
||||||
<plugin name='social' url='core' />
|
<plugin name='social' url='core' />
|
||||||
</plugins>
|
</plugins>
|
||||||
<keywords>
|
<keywords>
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// minimal software version
|
// minimal software version
|
||||||
define('MIN_PHP_VERSION', '5.4');
|
define('MIN_PHP_VERSION', '5.6');
|
||||||
define('MIN_MYSQL_VERSION', '4.1.2');
|
define('MIN_MYSQL_VERSION', '4.1.2');
|
||||||
define('MAKE_INSTALL_LOG', true);
|
define('MAKE_INSTALL_LOG', true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user