diff --git a/nrlb-branding.php b/nrlb-branding.php index be6aa5e..1512531 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.6 + * Version: 1.0.7 * License: MIT License * Author: development@neuralab.net * Author URI: http://www.neuralab.net diff --git a/readme.txt b/readme.txt index f0d7817..cd9198a 100644 --- a/readme.txt +++ b/readme.txt @@ -6,6 +6,10 @@ Visit [the repo](https://bitbucket.org/neuralab/neuralab-branding/). == Changelog == += 1.0.7 = +Update plugin-update-checker library to 4.10. +Use LF line endings. + = 1.0.6 = * Update composer packages. * Use type declarations and return type declarations.