Changeset 1112938
- Timestamp:
- 03/15/2015 04:51:42 AM (11 years ago)
- Location:
- wp-egosearch/tags
- Files:
-
- 4 deleted
- 2 edited
-
1.0.0/readme.txt (modified) (3 diffs)
-
1.0.0/wp-egosearch.php (modified) (2 diffs)
-
1.0.1 (deleted)
-
1.0.2 (deleted)
-
1.0.3 (deleted)
-
1.0.4 (deleted)
Legend:
- Unmodified
- Added
- Removed
-
wp-egosearch/tags/1.0.0/readme.txt
r1112536 r1112938 4 4 Requires at least: 4.0 5 5 Tested up to: 4.1 6 Stable tag: 1.0. 46 Stable tag: 1.0.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 3. Visit the admin dashboard and check out the 'WP egosearch' widget and configure the widget by clicking the link in its upper right corner. 25 25 ダッシュボードの「WP egosearch」ウィジェットの右上にある「設定」から、詳細設定を行ってください。 26 4. Before this configure, go twitter.com and get 'oauth consumer key' and 'oauth consumer secret' 26 4. Before this configure, go twitter.com and get 'oauth consumer key' and 'oauth consumer secret'. 27 27 事前にtwitter.comより「oauth consumer key」と「oauth consumer secret」を取得しておいてください。 28 28 … … 33 33 == Changelog == 34 34 = 1.0.0 Initial release = 35 = 1.0.1 Fixed typographical error =36 = 1.0.2 Delete unnecessary comments =37 = 1.0.3 Fixed tweet user unknown bug =38 = 1.0.4 Fixed typographical error = -
wp-egosearch/tags/1.0.0/wp-egosearch.php
r1112536 r1112938 4 4 Plugin URI: http://smkn.xsrv.jp/blog/2015/03/wordpress-plugin-called-wp-egosearch/ 5 5 Description: Displays the egosearch(search your site URL/sitename) results of twitter in the dashboard. 6 Version: 1.0. 46 Version: 1.0.0 7 7 Author: smkn 8 8 Author URI: http://smkn.xsrv.jp/blog/ … … 28 28 class wpEgosearch { 29 29 const WPES_PLUGIN_NAME = 'WP egosearch'; 30 const WPES_PLUGIN_VERSION = '1.0. 4';30 const WPES_PLUGIN_VERSION = '1.0.0'; 31 31 32 32 public $site_url;
Note: See TracChangeset
for help on using the changeset viewer.