Changeset 3020605
- Timestamp:
- 01/11/2024 07:32:02 PM (2 years ago)
- Location:
- dashboard-search-memberpress
- Files:
-
- 6 added
- 2 edited
-
tags/1.1 (added)
-
tags/1.1/assets (added)
-
tags/1.1/assets/scripts (added)
-
tags/1.1/assets/scripts/admin.js (added)
-
tags/1.1/dashboard-search-memberpress.php (added)
-
tags/1.1/readme.txt (added)
-
trunk/dashboard-search-memberpress.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dashboard-search-memberpress/trunk/dashboard-search-memberpress.php
r2341959 r3020605 3 3 * Plugin Name: Dashboard Search for MemberPress 4 4 * Description: Adds a widget to search MemberPress member information by any field (email, username, first and last name, id) from the WordPress Dashboard. 5 * Version: 1.0.0 6 * Author: WPJohnny 7 * Author URI: https://wpjohnny.com/ 5 * Plugin URI: https://wpjohnny.com/dashboard-search-for-memberpress/ 6 * Version: 1.1 7 * Author: <a href="https://wpjohnny.com">WPJohnny</a>, <a href="https://profiles.wordpress.org/zeroneit/">zerOneIT</a> 8 * Donate link: https://www.paypal.me/wpjohnny 9 * License: GPL v2 or later 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt 8 11 */ 9 12 … … 22 25 'wpj_mp_dashboard_search_widget', 23 26 __( 'Search MemberPress Member', 'wpj-mp-dashboard-search' ), 24 'wpj _mp_dashboard_search_widget_function'27 'wpjDashboardSearchWidget' 25 28 ); 26 29 }); … … 33 36 * @return void 34 37 */ 35 function wpj _mp_dashboard_search_widget_function() {38 function wpjDashboardSearchWidget() { 36 39 ?> 37 40 <div class="wpj_mp_dashboard_search"> -
dashboard-search-memberpress/trunk/readme.txt
r2666171 r3020605 1 1 === Dashboard Search for MemberPress === 2 Contributors: treeflips 2 Contributors: treeflips, zeroneit 3 3 Donate link: https://www.paypal.me/wpjohnny 4 4 Tags: memberpress, search, members, membership 5 5 Requires at least: 4.0 6 Tested up to: 5.97 Stable tag: 1. 0.06 Tested up to: 6.4.2 7 Stable tag: 1.1 8 8 License: GPL-2.0+ 9 9 … … 42 42 43 43 == Changelog == 44 = 1.1 = 45 - Description was updated. 46 - Program code was cleaned professionally. 44 47 45 48 = 1.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.