From 3329c83a68f474fe3dc976a3f4b2a2cf7e6b7629 Mon Sep 17 00:00:00 2001 From: Slobodan Alavanja Date: Wed, 3 Jun 2020 16:17:52 +0200 Subject: [PATCH] Release version 1.0.6 --- nrlb-branding.php | 2 +- readme.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/nrlb-branding.php b/nrlb-branding.php index bfa0f33..be6aa5e 100644 --- a/nrlb-branding.php +++ b/nrlb-branding.php @@ -2,7 +2,7 @@ /** * Plugin Name: Neuralab Branding * Description: Adds Neuralab branding to WordPress dashboard and login. - * Version: 1.0.5 + * Version: 1.0.6 * License: MIT License * Author: development@neuralab.net * Author URI: http://www.neuralab.net diff --git a/readme.txt b/readme.txt index 153846a..f0d7817 100644 --- a/readme.txt +++ b/readme.txt @@ -6,6 +6,14 @@ Visit [the repo](https://bitbucket.org/neuralab/neuralab-branding/). == Changelog == += 1.0.6 = +* Update composer packages. +* Use type declarations and return type declarations. +* Edit method names and descriptions. +* Use a proper hook for adding Neuralab logo to the admin bar. +* Use PHP_INT_MAX for action priority consistently. +* Use a variable in filter callbacks. + = 1.0.5 = * Remove text domain since we don't have anything to translate. * Rename some methods to make them more readable.