Bludit v3.5-beta-1

This commit is contained in:
Diego Najar 2018-11-25 17:54:26 +01:00
parent 41f4658bce
commit 19a747227d
56 changed files with 207 additions and 109 deletions

View File

@ -24,8 +24,8 @@ return <<<EOF
<p>$modalText</p> <p>$modalText</p>
</div> </div>
<div class="modal-footer"> <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 $buttonPrimaryClass">$buttonPrimary</button>
<button type="button" class="btn $buttonSecondaryClass" data-dismiss="modal">$buttonSecondary</button>
</div> </div>
</div> </div>
</div> </div>

View File

@ -357,8 +357,8 @@ echo Bootstrap::formOpen(array(
<?php $L->p('Are you sure you want to delete this page') ?> <?php $L->p('Are you sure you want to delete this page') ?>
</div> </div>
<div class="modal-footer"> <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-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> </div>
</div> </div>

View File

@ -1,10 +1,10 @@
<?php defined('BLUDIT') or die('Bludit CMS.'); <?php defined('BLUDIT') or die('Bludit CMS.');
// Bludit version // Bludit version
define('BLUDIT_VERSION', '3.4'); define('BLUDIT_VERSION', '3.5-beta1');
define('BLUDIT_CODENAME', 'Beer'); define('BLUDIT_CODENAME', '');
define('BLUDIT_RELEASE_DATE', '2018-11-10'); define('BLUDIT_RELEASE_DATE', '2018-11-25');
define('BLUDIT_BUILD', '20181110'); define('BLUDIT_BUILD', '20181125');
// Debug mode // Debug mode
// Change to FALSE, for prevent warning or errors on browser // Change to FALSE, for prevent warning or errors on browser

View File

@ -10,8 +10,8 @@ class Site extends dbJSON {
'language'=> 'en', 'language'=> 'en',
'locale'=> 'en, en_US, en_AU, en_CA, en_GB, en_IE, en_NZ', 'locale'=> 'en, en_US, en_AU, en_CA, en_GB, en_IE, en_NZ',
'timezone'=> 'America/Argentina/Buenos_Aires', 'timezone'=> 'America/Argentina/Buenos_Aires',
'theme'=> 'pure', 'theme'=> 'alternative',
'adminTheme'=> 'default', 'adminTheme'=> 'booty',
'homepage'=> '', 'homepage'=> '',
'pageNotFound'=> '', 'pageNotFound'=> '',
'uriPage'=> '/', 'uriPage'=> '/',
@ -26,7 +26,6 @@ class Site extends dbJSON {
'twitter'=> '', 'twitter'=> '',
'facebook'=> '', 'facebook'=> '',
'codepen'=> '', 'codepen'=> '',
'googlePlus'=> '',
'instagram'=> '', 'instagram'=> '',
'github'=> '', 'github'=> '',
'gitlab'=> '', 'gitlab'=> '',
@ -40,7 +39,10 @@ class Site extends dbJSON {
'titleFormatCategory'=> '{{category-name}} | {{site-title}}', 'titleFormatCategory'=> '{{category-name}} | {{site-title}}',
'titleFormatTag'=> '{{tag-name}} | {{site-title}}', 'titleFormatTag'=> '{{tag-name}} | {{site-title}}',
'imageRestrict'=> true, 'imageRestrict'=> true,
'imageRelativeToAbsolute'=> false 'imageRelativeToAbsolute'=> false,
'thumbnailWidth' => 400, // px
'thumbnailHeight' => 400, // px
'thumbnailQuality' => 100
); );
function __construct() function __construct()
@ -110,6 +112,21 @@ class Site extends dbJSON {
return DOMAIN_BASE.'sitemap.xml'; 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() public function autosaveInterval()
{ {
return $this->getField('autosaveInterval'); return $this->getField('autosaveInterval');

View File

@ -367,5 +367,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -367,5 +367,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -368,5 +368,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -368,5 +368,8 @@
"no-pages-found": "Es wurden keine Seiten gefunden", "no-pages-found": "Es wurden keine Seiten gefunden",
"system-updated": "Das System wurde aufdatiert", "system-updated": "Das System wurde aufdatiert",
"security": "Sicherheit", "security": "Sicherheit",
"remove-cover-image": "Hauptbild entfernen" "remove-cover-image": "Hauptbild entfernen",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -368,5 +368,8 @@
"no-pages-found": "Es wurden keine Seiten gefunden", "no-pages-found": "Es wurden keine Seiten gefunden",
"system-updated": "Das System wurde aufdatiert", "system-updated": "Das System wurde aufdatiert",
"security": "Sicherheit", "security": "Sicherheit",
"remove-cover-image": "Hauptbild entfernen" "remove-cover-image": "Hauptbild entfernen",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -368,5 +368,8 @@
"no-pages-found": "No pages found.", "no-pages-found": "No pages found.",
"system-updated": "System updated.", "system-updated": "System updated.",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -367,5 +367,8 @@
"no-pages-found": "No se han encontrado páginas.", "no-pages-found": "No se han encontrado páginas.",
"system-updated": "Sistema actualizado.", "system-updated": "Sistema actualizado.",
"security": "Seguridad", "security": "Seguridad",
"remove-cover-image": "Eliminar portada" "remove-cover-image": "Eliminar portada",
"width": "Ancho",
"height": "Alto",
"quality": "Calidad"
} }

View File

@ -367,5 +367,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -367,5 +367,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -368,5 +368,8 @@
"no-pages-found": "Aucune page trouvée", "no-pages-found": "Aucune page trouvée",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -368,5 +368,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -368,5 +368,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -367,5 +367,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -367,5 +367,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -368,5 +368,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -367,5 +367,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -367,5 +367,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -368,5 +368,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -368,5 +368,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -368,5 +368,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -364,5 +364,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -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"
} }

View File

@ -369,5 +369,8 @@
"no-pages-found": "Sayfa bulunamadı", "no-pages-found": "Sayfa bulunamadı",
"system-updated": "Sistem güncellendi", "system-updated": "Sistem güncellendi",
"security": "Güvenlik", "security": "Güvenlik",
"remove-cover-image": "Kapak resmini kaldır" "remove-cover-image": "Kapak resmini kaldır",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -368,5 +368,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -367,5 +367,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -367,5 +367,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -367,5 +367,8 @@
"no-pages-found": "No pages found", "no-pages-found": "No pages found",
"system-updated": "System updated", "system-updated": "System updated",
"security": "Security", "security": "Security",
"remove-cover-image": "Remove cover image" "remove-cover-image": "Remove cover image",
"width": "Width",
"height": "Height",
"quality": "Quality"
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com/plugin/remote-content", "website": "https://plugins.bludit.com/plugin/remote-content",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-09-14", "releaseDate": "2018-09-14",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,8 +2,8 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.5", "compatible": "3.5",
"notes": "" "notes": ""

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-10-07", "releaseDate": "2018-10-07",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -5,6 +5,6 @@
"version": "1.11.2", "version": "1.11.2",
"releaseDate": "2016-06-14", "releaseDate": "2016-06-14",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-03-07", "releaseDate": "2018-03-07",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "TinyMCE", "author": "TinyMCE",
"email": "", "email": "",
"website": "https://www.tinymce.com", "website": "https://www.tinymce.com",
"version": "4.8.4", "version": "4.8.5",
"releaseDate": "2018-10-23", "releaseDate": "2018-10-31",
"license": "GPL v2", "license": "GPL v2",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://plugins.bludit.com", "website": "https://plugins.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://themes.bludit.com", "website": "https://themes.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }

View File

@ -2,9 +2,9 @@
"author": "Bludit", "author": "Bludit",
"email": "", "email": "",
"website": "https://themes.bludit.com", "website": "https://themes.bludit.com",
"version": "3.4", "version": "3.5",
"releaseDate": "2018-11-10", "releaseDate": "2018-11-25",
"license": "MIT", "license": "MIT",
"compatible": "3.4", "compatible": "3.5",
"notes": "" "notes": ""
} }