Bludit v3.5-beta-1
This commit is contained in:
parent
41f4658bce
commit
19a747227d
|
@ -24,8 +24,8 @@ return <<<EOF
|
|||
<p>$modalText</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn $buttonSecondaryClass" data-dismiss="modal">$buttonSecondary</button>
|
||||
<button type="button" class="btn $buttonPrimaryClass">$buttonPrimary</button>
|
||||
<button type="button" class="btn $buttonSecondaryClass" data-dismiss="modal">$buttonSecondary</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -357,8 +357,8 @@ echo Bootstrap::formOpen(array(
|
|||
<?php $L->p('Are you sure you want to delete this page') ?>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal"><?php $L->p('Cancel') ?></button>
|
||||
<button type="button" class="btn btn-danger" data-dismiss="modal" id="jsbuttonDeleteAccept"><?php $L->p('Delete') ?></button>
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal"><?php $L->p('Cancel') ?></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?php defined('BLUDIT') or die('Bludit CMS.');
|
||||
|
||||
// Bludit version
|
||||
define('BLUDIT_VERSION', '3.4');
|
||||
define('BLUDIT_CODENAME', 'Beer');
|
||||
define('BLUDIT_RELEASE_DATE', '2018-11-10');
|
||||
define('BLUDIT_BUILD', '20181110');
|
||||
define('BLUDIT_VERSION', '3.5-beta1');
|
||||
define('BLUDIT_CODENAME', '');
|
||||
define('BLUDIT_RELEASE_DATE', '2018-11-25');
|
||||
define('BLUDIT_BUILD', '20181125');
|
||||
|
||||
// Debug mode
|
||||
// Change to FALSE, for prevent warning or errors on browser
|
||||
|
|
|
@ -10,8 +10,8 @@ class Site extends dbJSON {
|
|||
'language'=> 'en',
|
||||
'locale'=> 'en, en_US, en_AU, en_CA, en_GB, en_IE, en_NZ',
|
||||
'timezone'=> 'America/Argentina/Buenos_Aires',
|
||||
'theme'=> 'pure',
|
||||
'adminTheme'=> 'default',
|
||||
'theme'=> 'alternative',
|
||||
'adminTheme'=> 'booty',
|
||||
'homepage'=> '',
|
||||
'pageNotFound'=> '',
|
||||
'uriPage'=> '/',
|
||||
|
@ -26,7 +26,6 @@ class Site extends dbJSON {
|
|||
'twitter'=> '',
|
||||
'facebook'=> '',
|
||||
'codepen'=> '',
|
||||
'googlePlus'=> '',
|
||||
'instagram'=> '',
|
||||
'github'=> '',
|
||||
'gitlab'=> '',
|
||||
|
@ -40,7 +39,10 @@ class Site extends dbJSON {
|
|||
'titleFormatCategory'=> '{{category-name}} | {{site-title}}',
|
||||
'titleFormatTag'=> '{{tag-name}} | {{site-title}}',
|
||||
'imageRestrict'=> true,
|
||||
'imageRelativeToAbsolute'=> false
|
||||
'imageRelativeToAbsolute'=> false,
|
||||
'thumbnailWidth' => 400, // px
|
||||
'thumbnailHeight' => 400, // px
|
||||
'thumbnailQuality' => 100
|
||||
);
|
||||
|
||||
function __construct()
|
||||
|
@ -110,6 +112,21 @@ class Site extends dbJSON {
|
|||
return DOMAIN_BASE.'sitemap.xml';
|
||||
}
|
||||
|
||||
public function thumbnailWidth()
|
||||
{
|
||||
return $this->getField('thumbnailWidth');
|
||||
}
|
||||
|
||||
public function thumbnailHeight()
|
||||
{
|
||||
return $this->getField('thumbnailHeight');
|
||||
}
|
||||
|
||||
public function thumbnailQuality()
|
||||
{
|
||||
return $this->getField('thumbnailQuality');
|
||||
}
|
||||
|
||||
public function autosaveInterval()
|
||||
{
|
||||
return $this->getField('autosaveInterval');
|
||||
|
|
|
@ -367,5 +367,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -367,5 +367,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -368,5 +368,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -368,5 +368,8 @@
|
|||
"no-pages-found": "Es wurden keine Seiten gefunden",
|
||||
"system-updated": "Das System wurde aufdatiert",
|
||||
"security": "Sicherheit",
|
||||
"remove-cover-image": "Hauptbild entfernen"
|
||||
}
|
||||
"remove-cover-image": "Hauptbild entfernen",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -368,5 +368,8 @@
|
|||
"no-pages-found": "Es wurden keine Seiten gefunden",
|
||||
"system-updated": "Das System wurde aufdatiert",
|
||||
"security": "Sicherheit",
|
||||
"remove-cover-image": "Hauptbild entfernen"
|
||||
}
|
||||
"remove-cover-image": "Hauptbild entfernen",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -368,5 +368,8 @@
|
|||
"no-pages-found": "No pages found.",
|
||||
"system-updated": "System updated.",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -367,5 +367,8 @@
|
|||
"no-pages-found": "No se han encontrado páginas.",
|
||||
"system-updated": "Sistema actualizado.",
|
||||
"security": "Seguridad",
|
||||
"remove-cover-image": "Eliminar portada"
|
||||
"remove-cover-image": "Eliminar portada",
|
||||
"width": "Ancho",
|
||||
"height": "Alto",
|
||||
"quality": "Calidad"
|
||||
}
|
|
@ -367,5 +367,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -367,5 +367,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -368,5 +368,8 @@
|
|||
"no-pages-found": "Aucune page trouvée",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -368,5 +368,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -368,5 +368,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -367,5 +367,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -367,5 +367,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -368,5 +368,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -367,5 +367,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -367,5 +367,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -368,5 +368,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -368,5 +368,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -368,5 +368,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -364,5 +364,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -368,5 +368,8 @@
|
|||
"no-pages-found": "Страниц не найдено",
|
||||
"system-updated": "Система обновлена",
|
||||
"security": "Безопасность",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -369,5 +369,8 @@
|
|||
"no-pages-found": "Sayfa bulunamadı",
|
||||
"system-updated": "Sistem güncellendi",
|
||||
"security": "Güvenlik",
|
||||
"remove-cover-image": "Kapak resmini kaldır"
|
||||
}
|
||||
"remove-cover-image": "Kapak resmini kaldır",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -368,5 +368,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -367,5 +367,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -367,5 +367,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -367,5 +367,8 @@
|
|||
"no-pages-found": "No pages found",
|
||||
"system-updated": "System updated",
|
||||
"security": "Security",
|
||||
"remove-cover-image": "Remove cover image"
|
||||
"remove-cover-image": "Remove cover image",
|
||||
"width": "Width",
|
||||
"height": "Height",
|
||||
"quality": "Quality"
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com/plugin/remote-content",
|
||||
"version": "3.4",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-09-14",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,8 +2,8 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-10-07",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -5,6 +5,6 @@
|
|||
"version": "1.11.2",
|
||||
"releaseDate": "2016-06-14",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-03-07",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "TinyMCE",
|
||||
"email": "",
|
||||
"website": "https://www.tinymce.com",
|
||||
"version": "4.8.4",
|
||||
"releaseDate": "2018-10-23",
|
||||
"version": "4.8.5",
|
||||
"releaseDate": "2018-10-31",
|
||||
"license": "GPL v2",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://plugins.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://themes.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
|
@ -2,9 +2,9 @@
|
|||
"author": "Bludit",
|
||||
"email": "",
|
||||
"website": "https://themes.bludit.com",
|
||||
"version": "3.4",
|
||||
"releaseDate": "2018-11-10",
|
||||
"version": "3.5",
|
||||
"releaseDate": "2018-11-25",
|
||||
"license": "MIT",
|
||||
"compatible": "3.4",
|
||||
"compatible": "3.5",
|
||||
"notes": ""
|
||||
}
|
Loading…
Reference in New Issue