diff --git a/nrlb-branding.php b/nrlb-branding.php index 2397de5..f81d17c 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.9 + * Version: 1.0.10 * License: MIT License * Author: development@neuralab.net * Author URI: http://www.neuralab.net diff --git a/readme.txt b/readme.txt index 38f99cc..45441c6 100644 --- a/readme.txt +++ b/readme.txt @@ -6,6 +6,10 @@ Visit [the repo](https://bitbucket.org/neuralab/neuralab-branding/). == Changelog == += 1.0.10 = +* Use GitHub for plugin updates. +* Update installation instructions to reference GitHub. + = 1.0.9 = * Remove private repo credentials. * Remove type declarations from all filter callback functions.