Plugin Directory

Changeset 1112432


Ignore:
Timestamp:
03/14/2015 07:58:38 AM (11 years ago)
Author:
smkn
Message:

aaaa

Location:
wp-egosearch/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-egosearch/trunk/readme.txt

    r1111336 r1112432  
    44Requires at least: 4.0
    55Tested up to: 4.1
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3636= 1.0.2 Delete unnecessary comments =
    3737= 1.0.3 Fixed tweet user unknown bug =
     38= 1.0.4 Fixed typographical error =
  • wp-egosearch/trunk/wp-egosearch.php

    r1111336 r1112432  
    44Plugin URI: http://smkn.xsrv.jp/blog/2015/03/wordpress-plugin-called-wp-egosearch/
    55Description: Displays the egosearch(search your site URL/sitename) results of twitter in the dashboard.
    6 Version: 1.0.3
     6Version: 1.0.4
    77Author: smkn
    88Author URI: http://smkn.xsrv.jp/blog/
     
    2828class wpEgosearch {
    2929    const WPES_PLUGIN_NAME = 'WP egosearch';
    30     const WPES_PLUGIN_VERSION = '1.0.3';
     30    const WPES_PLUGIN_VERSION = '1.0.4';
    3131
    3232    public $site_url;
Note: See TracChangeset for help on using the changeset viewer.