diff --git a/bl-kernel/admin/themes/booty/init.php b/bl-kernel/admin/themes/booty/init.php
index 9ef973f1..684c3770 100644
--- a/bl-kernel/admin/themes/booty/init.php
+++ b/bl-kernel/admin/themes/booty/init.php
@@ -24,8 +24,8 @@ return <<$modalText
diff --git a/bl-kernel/admin/views/edit-content.php b/bl-kernel/admin/views/edit-content.php
index 18af7d9b..fcf3ecfe 100644
--- a/bl-kernel/admin/views/edit-content.php
+++ b/bl-kernel/admin/views/edit-content.php
@@ -357,8 +357,8 @@ echo Bootstrap::formOpen(array(
p('Are you sure you want to delete this page') ?>
diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php
index 87036eb4..be1accb9 100644
--- a/bl-kernel/boot/init.php
+++ b/bl-kernel/boot/init.php
@@ -1,10 +1,10 @@
'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');
diff --git a/bl-languages/ar_MA.json b/bl-languages/ar_MA.json
index b4851944..d1406fd6 100644
--- a/bl-languages/ar_MA.json
+++ b/bl-languages/ar_MA.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/bg_BG.json b/bl-languages/bg_BG.json
index 6006a58c..4096fd7e 100644
--- a/bl-languages/bg_BG.json
+++ b/bl-languages/bg_BG.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/cs_CZ.json b/bl-languages/cs_CZ.json
index c595cd36..9884cd8d 100644
--- a/bl-languages/cs_CZ.json
+++ b/bl-languages/cs_CZ.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/de_CH.json b/bl-languages/de_CH.json
index 721cf9c6..5f197226 100644
--- a/bl-languages/de_CH.json
+++ b/bl-languages/de_CH.json
@@ -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"
+}
\ No newline at end of file
diff --git a/bl-languages/de_DE.json b/bl-languages/de_DE.json
index be89672d..2d984b47 100644
--- a/bl-languages/de_DE.json
+++ b/bl-languages/de_DE.json
@@ -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"
+}
\ No newline at end of file
diff --git a/bl-languages/en.json b/bl-languages/en.json
index 479f0321..856a9fc9 100644
--- a/bl-languages/en.json
+++ b/bl-languages/en.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/es.json b/bl-languages/es.json
index e2615182..5d0fdaf6 100644
--- a/bl-languages/es.json
+++ b/bl-languages/es.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/fa_IR.json b/bl-languages/fa_IR.json
index b11cac8a..6a7b2c7a 100644
--- a/bl-languages/fa_IR.json
+++ b/bl-languages/fa_IR.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/fi_FI.json b/bl-languages/fi_FI.json
index a083e4eb..6fccbd6e 100644
--- a/bl-languages/fi_FI.json
+++ b/bl-languages/fi_FI.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/fr_FR.json b/bl-languages/fr_FR.json
index 9d4667a9..59d3f473 100755
--- a/bl-languages/fr_FR.json
+++ b/bl-languages/fr_FR.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/gr.json b/bl-languages/gr.json
index 8359e9c5..927a6ab8 100644
--- a/bl-languages/gr.json
+++ b/bl-languages/gr.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/he_IL.json b/bl-languages/he_IL.json
index 863f3f20..089db044 100644
--- a/bl-languages/he_IL.json
+++ b/bl-languages/he_IL.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/hu_HU.json b/bl-languages/hu_HU.json
index 2db1bea5..53a872a4 100644
--- a/bl-languages/hu_HU.json
+++ b/bl-languages/hu_HU.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/it_IT.json b/bl-languages/it_IT.json
index 075dc889..e0a76f26 100644
--- a/bl-languages/it_IT.json
+++ b/bl-languages/it_IT.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/ja_JP.json b/bl-languages/ja_JP.json
index 16497aa1..8811c0f9 100644
--- a/bl-languages/ja_JP.json
+++ b/bl-languages/ja_JP.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/ms_MY.json b/bl-languages/ms_MY.json
index a8294f1f..098ec257 100644
--- a/bl-languages/ms_MY.json
+++ b/bl-languages/ms_MY.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/nl_NL.json b/bl-languages/nl_NL.json
index 6c8ed4c1..5cc09516 100644
--- a/bl-languages/nl_NL.json
+++ b/bl-languages/nl_NL.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/pl_PL.json b/bl-languages/pl_PL.json
index 4a6cdecb..01b79f9b 100644
--- a/bl-languages/pl_PL.json
+++ b/bl-languages/pl_PL.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/pt_BR.json b/bl-languages/pt_BR.json
index cd017cd1..b6a24ada 100644
--- a/bl-languages/pt_BR.json
+++ b/bl-languages/pt_BR.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/pt_PT.json b/bl-languages/pt_PT.json
index 3df31fd8..46b12f7f 100644
--- a/bl-languages/pt_PT.json
+++ b/bl-languages/pt_PT.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/ro_RO.json b/bl-languages/ro_RO.json
index 2824f967..bf66d040 100644
--- a/bl-languages/ro_RO.json
+++ b/bl-languages/ro_RO.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/ru_RU.json b/bl-languages/ru_RU.json
index b1b9a33b..64d9ff95 100644
--- a/bl-languages/ru_RU.json
+++ b/bl-languages/ru_RU.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/tr_TR.json b/bl-languages/tr_TR.json
index 8db6028f..da6b58c2 100644
--- a/bl-languages/tr_TR.json
+++ b/bl-languages/tr_TR.json
@@ -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"
+}
\ No newline at end of file
diff --git a/bl-languages/uk_UA.json b/bl-languages/uk_UA.json
index 2c604068..d7ca099b 100644
--- a/bl-languages/uk_UA.json
+++ b/bl-languages/uk_UA.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/vi_VN.json b/bl-languages/vi_VN.json
index 19457677..fe77c852 100644
--- a/bl-languages/vi_VN.json
+++ b/bl-languages/vi_VN.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/zh_CN.json b/bl-languages/zh_CN.json
index 5f6c77a6..d17502c8 100644
--- a/bl-languages/zh_CN.json
+++ b/bl-languages/zh_CN.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-languages/zh_TW.json b/bl-languages/zh_TW.json
index e22e5e97..dfb39d43 100644
--- a/bl-languages/zh_TW.json
+++ b/bl-languages/zh_TW.json
@@ -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"
}
\ No newline at end of file
diff --git a/bl-plugins/about/metadata.json b/bl-plugins/about/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/about/metadata.json
+++ b/bl-plugins/about/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/api/metadata.json b/bl-plugins/api/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/api/metadata.json
+++ b/bl-plugins/api/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/backup/metadata.json b/bl-plugins/backup/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/backup/metadata.json
+++ b/bl-plugins/backup/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/categories/metadata.json b/bl-plugins/categories/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/categories/metadata.json
+++ b/bl-plugins/categories/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/disqus/metadata.json b/bl-plugins/disqus/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/disqus/metadata.json
+++ b/bl-plugins/disqus/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/hit-counter/metadata.json b/bl-plugins/hit-counter/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/hit-counter/metadata.json
+++ b/bl-plugins/hit-counter/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/html-code/metadata.json b/bl-plugins/html-code/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/html-code/metadata.json
+++ b/bl-plugins/html-code/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/links/metadata.json b/bl-plugins/links/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/links/metadata.json
+++ b/bl-plugins/links/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/maintenance-mode/metadata.json b/bl-plugins/maintenance-mode/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/maintenance-mode/metadata.json
+++ b/bl-plugins/maintenance-mode/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/navigation/metadata.json b/bl-plugins/navigation/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/navigation/metadata.json
+++ b/bl-plugins/navigation/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/opengraph/metadata.json b/bl-plugins/opengraph/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/opengraph/metadata.json
+++ b/bl-plugins/opengraph/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/remote-content/metadata.json b/bl-plugins/remote-content/metadata.json
index d903e62c..2c034eba 100644
--- a/bl-plugins/remote-content/metadata.json
+++ b/bl-plugins/remote-content/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/robots/metadata.json b/bl-plugins/robots/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/robots/metadata.json
+++ b/bl-plugins/robots/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/rss/metadata.json b/bl-plugins/rss/metadata.json
index a85ec435..936d826e 100644
--- a/bl-plugins/rss/metadata.json
+++ b/bl-plugins/rss/metadata.json
@@ -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": ""
diff --git a/bl-plugins/search/metadata.json b/bl-plugins/search/metadata.json
index d88beaad..bd54e3d9 100644
--- a/bl-plugins/search/metadata.json
+++ b/bl-plugins/search/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/simple-stats/metadata.json b/bl-plugins/simple-stats/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/simple-stats/metadata.json
+++ b/bl-plugins/simple-stats/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/simplemde/metadata.json b/bl-plugins/simplemde/metadata.json
index 2792a49a..17003a51 100644
--- a/bl-plugins/simplemde/metadata.json
+++ b/bl-plugins/simplemde/metadata.json
@@ -5,6 +5,6 @@
"version": "1.11.2",
"releaseDate": "2016-06-14",
"license": "MIT",
- "compatible": "3.4",
+ "compatible": "3.5",
"notes": ""
}
\ No newline at end of file
diff --git a/bl-plugins/sitemap/metadata.json b/bl-plugins/sitemap/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/sitemap/metadata.json
+++ b/bl-plugins/sitemap/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/static-pages/metadata.json b/bl-plugins/static-pages/metadata.json
index 57de6a6c..498de2ae 100644
--- a/bl-plugins/static-pages/metadata.json
+++ b/bl-plugins/static-pages/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/tags/metadata.json b/bl-plugins/tags/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/tags/metadata.json
+++ b/bl-plugins/tags/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/tinymce/metadata.json b/bl-plugins/tinymce/metadata.json
index 88075ad3..d46cab2e 100644
--- a/bl-plugins/tinymce/metadata.json
+++ b/bl-plugins/tinymce/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/twitter-cards/metadata.json b/bl-plugins/twitter-cards/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/twitter-cards/metadata.json
+++ b/bl-plugins/twitter-cards/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-plugins/version/metadata.json b/bl-plugins/version/metadata.json
index c88995d0..936d826e 100644
--- a/bl-plugins/version/metadata.json
+++ b/bl-plugins/version/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-themes/alternative/metadata.json b/bl-themes/alternative/metadata.json
index 0955ff0a..68b7f28b 100644
--- a/bl-themes/alternative/metadata.json
+++ b/bl-themes/alternative/metadata.json
@@ -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": ""
}
\ No newline at end of file
diff --git a/bl-themes/blogx/metadata.json b/bl-themes/blogx/metadata.json
index 0955ff0a..68b7f28b 100644
--- a/bl-themes/blogx/metadata.json
+++ b/bl-themes/blogx/metadata.json
@@ -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": ""
}
\ No newline at end of file