From 346d573197a26d2d2eca1f4e12ba6f2ab9696659 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Tue, 15 Jan 2019 19:53:04 +0100 Subject: [PATCH] bludit v3.6 --- bl-kernel/admin/views/edit-user.php | 2 +- bl-kernel/admin/views/themes.php | 4 ---- bl-kernel/boot/init.php | 12 ++++-------- bl-kernel/helpers/filesystem.class.php | 4 ++-- bl-plugins/about/metadata.json | 6 +++--- bl-plugins/api/metadata.json | 6 +++--- bl-plugins/backup/metadata.json | 6 +++--- bl-plugins/categories/metadata.json | 6 +++--- bl-plugins/disqus/metadata.json | 6 +++--- bl-plugins/hit-counter/metadata.json | 6 +++--- bl-plugins/html-code/metadata.json | 6 +++--- bl-plugins/links/metadata.json | 6 +++--- bl-plugins/maintenance-mode/metadata.json | 6 +++--- bl-plugins/navigation/metadata.json | 6 +++--- bl-plugins/opengraph/metadata.json | 6 +++--- bl-plugins/remote-content/metadata.json | 4 ++-- bl-plugins/robots/metadata.json | 6 +++--- bl-plugins/rss/metadata.json | 6 +++--- bl-plugins/search/metadata.json | 4 ++-- bl-plugins/simple-stats/metadata.json | 6 +++--- bl-plugins/simplemde/metadata.json | 2 +- bl-plugins/sitemap/metadata.json | 6 +++--- bl-plugins/static-pages/metadata.json | 4 ++-- bl-plugins/tags/metadata.json | 6 +++--- bl-plugins/tinymce/metadata.json | 2 +- bl-plugins/twitter-cards/metadata.json | 6 +++--- bl-plugins/version/metadata.json | 6 +++--- bl-themes/alternative/blocks.php | 2 +- bl-themes/alternative/metadata.json | 6 +++--- bl-themes/blogx/metadata.json | 6 +++--- 30 files changed, 76 insertions(+), 84 deletions(-) diff --git a/bl-kernel/admin/views/edit-user.php b/bl-kernel/admin/views/edit-user.php index 8cf89fa3..2612d560 100644 --- a/bl-kernel/admin/views/edit-user.php +++ b/bl-kernel/admin/views/edit-user.php @@ -114,7 +114,7 @@ formData.append('profilePictureInputFile', $(this)[0].files[0]); formData.append('username', $("#jsusername").val()); $.ajax({ - url: HTML_PATH_ADMIN_ROOT+"ajax/profile-picture", + url: HTML_PATH_ADMIN_ROOT+"ajax/upload-profile-picture", type: "POST", data: formData, cache: false, diff --git a/bl-kernel/admin/views/themes.php b/bl-kernel/admin/views/themes.php index ec99140a..95393b89 100644 --- a/bl-kernel/admin/views/themes.php +++ b/bl-kernel/admin/views/themes.php @@ -25,10 +25,6 @@ foreach ($themes as $theme) { if ($theme['dirname']!=$site->theme()) { echo ''.$L->g('Activate').''; - } else { - if (Sanitize::pathFile(PATH_THEMES.$theme['dirname'].DS.'blocks.php')) { - echo ''.$L->g('Configure Blocks').''; - } } echo ' diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index dd421a5f..dad06675 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -1,10 +1,10 @@ add(array( 'key'=>'google-analitycs', 'title'=>'Google Analytics', 'value'=>'', - 'description'=>'Insert the code for Google Analytics' + 'description'=>$language->get('Insert the code for Google Analytics') )); $blocks->add(array( diff --git a/bl-themes/alternative/metadata.json b/bl-themes/alternative/metadata.json index 68b7f28b..96aab74d 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.5", - "releaseDate": "2018-11-25", + "version": "3.6", + "releaseDate": "2019-01-15", "license": "MIT", - "compatible": "3.5", + "compatible": "3.6", "notes": "" } \ No newline at end of file diff --git a/bl-themes/blogx/metadata.json b/bl-themes/blogx/metadata.json index 68b7f28b..96aab74d 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.5", - "releaseDate": "2018-11-25", + "version": "3.6", + "releaseDate": "2019-01-15", "license": "MIT", - "compatible": "3.5", + "compatible": "3.6", "notes": "" } \ No newline at end of file