diff --git a/nrlb-branding.php b/nrlb-branding.php index 9833701..397238f 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.4 + * Version: 1.0.5 * License: MIT License * Author: development@neuralab.net * Author URI: http://www.neuralab.net diff --git a/readme.txt b/readme.txt index 22b8b57..153846a 100644 --- a/readme.txt +++ b/readme.txt @@ -6,6 +6,11 @@ Visit [the repo](https://bitbucket.org/neuralab/neuralab-branding/). == Changelog == += 1.0.5 = +* Remove text domain since we don't have anything to translate. +* Rename some methods to make them more readable. +* Cleanup code comments. + = 1.0.4 = * Add rel="noopener" to admin bar link.