for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
* @package Quick Title Edition Extension
* @copyright (c) 2015 ABDev
* @copyright (c) 2015 PastisD
* @copyright (c) 2015 Geolim4 <http://geolim4.com>
* @copyright (c) 2015 Zoddo <[email protected]>
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*/
namespace ernadoo\qte;
class ext extends \phpbb\extension\base
{
const VERSION = '2.0.0-RC1';
public function is_enableable()
$config = $this->container->get('config');
return phpbb_version_compare($config['version'], '3.1.11', '>=');
}