diff --git a/bl-kernel/admin/themes/gris b/bl-kernel/admin/themes/gris index 09138280..372403e6 160000 --- a/bl-kernel/admin/themes/gris +++ b/bl-kernel/admin/themes/gris @@ -1 +1 @@ -Subproject commit 09138280134ec8014982f260c1ebb6a5b0091fdc +Subproject commit 372403e6a9e33f57ccd4f57ad35007248440220e diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index 070a9f8a..7db7f0e2 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -1,10 +1,10 @@ customHooks = array( + 'select', + 'insert' + ); + } + + public function select() + { + echo 'Custom hook select'; + } + + public function insert() + { + echo 'Custom hook insert'; + } +} \ No newline at end of file diff --git a/bl-plugins/static-pages/metadata.json b/bl-plugins/static-pages/metadata.json index f061d7f5..e9a37bd4 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.12.0", - "releaseDate": "2020-03-20", + "version": "3.13.0", + "releaseDate": "2020-07-13", "license": "MIT", - "compatible": "3.12.0", + "compatible": "3.13.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/tags/metadata.json b/bl-plugins/tags/metadata.json index f061d7f5..e9a37bd4 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.12.0", - "releaseDate": "2020-03-20", + "version": "3.13.0", + "releaseDate": "2020-07-13", "license": "MIT", - "compatible": "3.12.0", + "compatible": "3.13.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/tinymce/metadata.json b/bl-plugins/tinymce/metadata.json index b08ebe45..45c7b19f 100644 --- a/bl-plugins/tinymce/metadata.json +++ b/bl-plugins/tinymce/metadata.json @@ -5,6 +5,6 @@ "version": "5.3.2", "releaseDate": "2020-06-30", "license": "LGPL 2.1", - "compatible": "3.12.0", + "compatible": "3.13.0", "notes": "" } diff --git a/bl-plugins/twitter-cards/metadata.json b/bl-plugins/twitter-cards/metadata.json index f061d7f5..e9a37bd4 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.12.0", - "releaseDate": "2020-03-20", + "version": "3.13.0", + "releaseDate": "2020-07-13", "license": "MIT", - "compatible": "3.12.0", + "compatible": "3.13.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/version/metadata.json b/bl-plugins/version/metadata.json index f061d7f5..e9a37bd4 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.12.0", - "releaseDate": "2020-03-20", + "version": "3.13.0", + "releaseDate": "2020-07-13", "license": "MIT", - "compatible": "3.12.0", + "compatible": "3.13.0", "notes": "" } \ No newline at end of file diff --git a/bl-themes/alternative/metadata.json b/bl-themes/alternative/metadata.json index 77c7f7c4..9df9d0df 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.12.0", - "releaseDate": "2020-03-20", + "version": "3.13.0", + "releaseDate": "2020-07-13", "license": "MIT", - "compatible": "3.12.0", + "compatible": "3.13.0", "notes": "" } \ No newline at end of file diff --git a/bl-themes/blogx/metadata.json b/bl-themes/blogx/metadata.json index 77c7f7c4..9df9d0df 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.12.0", - "releaseDate": "2020-03-20", + "version": "3.13.0", + "releaseDate": "2020-07-13", "license": "MIT", - "compatible": "3.12.0", + "compatible": "3.13.0", "notes": "" } \ No newline at end of file