Crazy Bone - Version 0.5.6

Version Description

Download this release

Release Info

Developer wokamoto
Plugin Icon wp plugin Crazy Bone
Version 0.5.6
Comparing to
See all releases

Code changes from version 0.5.5 to 0.5.6

Files changed (2) hide show
  1. plugin.php +2 -2
  2. readme.txt +6 -2
plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Crazy Bone
4
  Plugin URI: https://github.com/wokamoto/crazy-bone
5
  Description: Tracks user name, time of login, IP address and browser user agent.
6
  Author: wokamoto
7
- Version: 0.5.5
8
  Author URI: http://dogmap.jp/
9
  Text Domain: user-login-log
10
  Domain Path: /languages/
@@ -379,7 +379,7 @@ CREATE TABLE `{$this->ull_table}` (
379
  "</p>",
380
  __('Caution!', self::TEXT_DOMAIN),
381
  __('Someone has logged in from another IP.', self::TEXT_DOMAIN),
382
- __("The someone's IP address :", self::TEXT_DOMAIN),
383
  __('Your current IP address :', self::TEXT_DOMAIN)
384
  );
385
  ?>
4
  Plugin URI: https://github.com/wokamoto/crazy-bone
5
  Description: Tracks user name, time of login, IP address and browser user agent.
6
  Author: wokamoto
7
+ Version: 0.5.6
8
  Author URI: http://dogmap.jp/
9
  Text Domain: user-login-log
10
  Domain Path: /languages/
379
  "</p>",
380
  __('Caution!', self::TEXT_DOMAIN),
381
  __('Someone has logged in from another IP.', self::TEXT_DOMAIN),
382
+ __("The someone\\'s IP address :", self::TEXT_DOMAIN),
383
  __('Your current IP address :', self::TEXT_DOMAIN)
384
  );
385
  ?>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wokamoto, megumithemes
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9S8AJCY7XB8F4&lc=JP&item_name=WordPress%20Plugins&item_number=wp%2dplugins&currency_code=JPY&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
4
  Tags: log, login, users
5
  Requires at least: 3.5
6
- Tested up to: 4.0.1
7
- Stable tag: 0.5.5
8
 
9
  Tracks user name, time of login, IP address and browser user agent.
10
 
@@ -34,6 +34,10 @@ none
34
 
35
  == Changelog ==
36
 
 
 
 
 
37
  **0.5.5 - Jan. 18, 2015**
38
 
39
  Pagination doesn't work correctly.
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9S8AJCY7XB8F4&lc=JP&item_name=WordPress%20Plugins&item_number=wp%2dplugins&currency_code=JPY&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
4
  Tags: log, login, users
5
  Requires at least: 3.5
6
+ Tested up to: 4.3.1
7
+ Stable tag: 0.5.6
8
 
9
  Tracks user name, time of login, IP address and browser user agent.
10
 
34
 
35
  == Changelog ==
36
 
37
+ **0.5.6 - Dec. 5, 2016
38
+
39
+ fixed minor bug.
40
+
41
  **0.5.5 - Jan. 18, 2015**
42
 
43
  Pagination doesn't work correctly.