Plugin Directory

Changeset 2947936

Timestamp:
08/05/2023 06:02:34 AM (12 months ago)
Author:
valani9099
Message:

bug Fixed

Location:
online-active-users
Files:
11 added
2 edited

Legend:

Unmodified
Added
Removed
  • online-active-users/trunk/online-active-users.php

    r2930584 r2947936  
    66 * Description: WordPress Online Active Users plugin enables you to display how many users are currently online active and display user last seen on your Users page in the WordPress admin.
    77 * Tags: wp-online-active-users, users, active-users, online-user, available-users, user-last-seen, currently-active-user, user-online, online-user-status, online users, active users, wordpress online user, wp online users, wordPress users
    8  * Version: 1.5
     8 * Version: 1.
    99 * Author: Webizito
    1010 * Author URI: http://webizito.com/
     
    190190                $links_array[] = '<a href="https://wordpress.org/support/plugin/online-active-users/" target="_blank">Support</a>';
    191191                $links_array[] = '<a href="https://webizito.com/wp-online-active-users/" target="_blank">Docs</a>';
    192                 $links_array[] = '<strong><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=APRNBJUZHRP7G" target="_blank">Donate »</a></strong>';
    193192                $links_array[] = '<strong><a href="https://wordpress.org/support/plugin/online-active-users/reviews/?rate=5#new-post" target="_blank">Rate our plugin  <span style="color:#ffb900;font-size: 18px;position:relative;top:0.1em;">★★★★★</span></a></strong>';
    194193            }
     
    198197        public function webizito_plugin_by_link( $links ){
    199198            $url = 'https://webizito.com/';
    200             $_link = '<a href="'.$url.'" target="_blank">' . __( 'By <span style="font-weight: bold;">Webizito</span>', 'wp-online-active-users' ) . '</a>';
     199            $links[] = '<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=APRNBJUZHRP7G" target="_blank">' . __( '<span style="font-weight: bold;">Donate</span>', 'wp-online-active-users' ) . '</a>';
     200            $_link = '<a href="'.$url.'" target="_blank">' . __( 'By <span>Webizito</span>', 'wp-online-active-users' ) . '</a>';
    201201            $links[] = $_link;
    202202            return $links;
  • online-active-users/trunk/readme.txt

    r2930584 r2947936  
    55Requires at least: 3.0
    66Tested up to: 6.2
    7 Stable tag: 1.4
     7Stable tag: 1.
    88Requires PHP: 7.3
    99License: GPLv3 or later
     
    1515Author URI: http://webizito.com/
    1616Text Domain: wp-online-active-users
    17 Version: 1.5
     17Version: 1.
    1818
    1919WP Online Active Users plugin enables you to display how many users are currently online active and display on your Users page in the WordPress admin.
     
    118118* Added uninstall file and improved security
    119119
     120
     121
     122
    120123== Upgrade Notice ==
    121124
     
    137140= 1.5 =
    138141* This version added uninstall file and improved security. Upgrade immediately.
     142
     143
     144
Note: See TracChangeset for help on using the changeset viewer.