Plugin Directory

Changeset 1473875


Ignore:
Timestamp:
08/13/2016 05:19:46 PM (10 years ago)
Author:
convissor
Message:

Squash for release 0.56.0.

Location:
login-security-solution/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • login-security-solution/trunk/login-security-solution.php

    r1339359 r1473875  
    77 *
    88 * Plugin URI: https://wordpress.org/plugins/login-security-solution/
    9  * Version: 0.55.0
     9 * Version: 0.56.0
    1010 *         (Remember to change the VERSION constant, below, as well!)
    1111 * Author: Daniel Convissor
     
    4646     * This plugin's version
    4747     */
    48     const VERSION = '0.55.0';
     48    const VERSION = '0.56.0';
    4949
    5050    /**
     
    678678            unset($_POST['log']);
    679679            $this->load_plugin_textdomain();
    680             return $this->hsc_utf8(__('Invalid username or password.', self::ID));
     680            return $this->hsc_utf8(__('Invalid username or password.', 'login-security-solution'));
    681681        }
    682682
  • login-security-solution/trunk/readme.txt

    r1339359 r1473875  
    514514
    515515== Changelog ==
     516
     517= 0.56.0 (2016-08-13) =
     518* Fix translation domain to be string in one __() call.
    516519
    517520= 0.55.0 (2016-01-30) =
Note: See TracChangeset for help on using the changeset viewer.