Plugin Directory

Changeset 3020605


Ignore:
Timestamp:
01/11/2024 07:32:02 PM (2 years ago)
Author:
treeflips
Message:
  • Description was updated.
  • Program code was cleaned professionally.
Location:
dashboard-search-memberpress
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • dashboard-search-memberpress/trunk/dashboard-search-memberpress.php

    r2341959 r3020605  
    33 * Plugin Name: Dashboard Search for MemberPress
    44 * 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
    811 */
    912
     
    2225        'wpj_mp_dashboard_search_widget',
    2326        __( 'Search MemberPress Member', 'wpj-mp-dashboard-search' ),
    24         'wpj_mp_dashboard_search_widget_function'
     27        'wpjDashboardSearchWidget'
    2528    );
    2629});
     
    3336 * @return void
    3437 */
    35 function wpj_mp_dashboard_search_widget_function() {
     38function wpjDashboardSearchWidget() {
    3639    ?>
    3740        <div class="wpj_mp_dashboard_search">
  • dashboard-search-memberpress/trunk/readme.txt

    r2666171 r3020605  
    11=== Dashboard Search for MemberPress ===
    2 Contributors: treeflips
     2Contributors: treeflips, zeroneit
    33Donate link: https://www.paypal.me/wpjohnny
    44Tags: memberpress, search, members, membership
    55Requires at least: 4.0
    6 Tested up to: 5.9
    7 Stable tag: 1.0.0
     6Tested up to: 6.4.2
     7Stable tag: 1.1
    88License: GPL-2.0+
    99
     
    4242
    4343== Changelog ==
     44= 1.1 =
     45- Description was updated.
     46- Program code was cleaned professionally.
    4447
    4548= 1.0.0 =
Note: See TracChangeset for help on using the changeset viewer.