Plugin Directory

Changeset 2929815


Ignore:
Timestamp:
06/22/2023 06:31:18 PM (3 years ago)
Author:
tfrommen
Message:

5.0.2

Location:
wp-user-signups/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-user-signups/trunk/readme.txt

    r2298697 r2929815  
    11=== WP User Signups ===
    2 Contributors: johnjamesjacoby, stuttter
    3 Tags: users, signups, admin, multisite
    4 Requires at least: 5.0
    5 Tested up to: 5.3
    6 Stable tag: 5.0.0
    7 License: GPLv2 or later
    8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
    9 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
     2Author:            Triple J Software, Inc.
     3Author URI:        https://jjj.software
     4Donate link:       https://buy.stripe.com/7sI3cd2tK1Cy2lydQR
     5Plugin URI:        https://wordpress.org/plugins/wp-user-signups/
     6License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     7License:           GPLv2 or later
     8Contributors:      johnjamesjacoby
     9Tags:              user, signups, admin, multisite
     10Requires PHP:      7.2
     11Requires at least: 5.2
     12Tested up to:      5.8
     13Stable tag:        5.0.2
    1014
    1115== Description ==
     
    1923* Manually edit & activate sign-ups for users who are having trouble
    2024
    21 = Also checkout =
     25= Recommended Plugins =
    2226
    23 * [WP Chosen](https://wordpress.org/plugins/wp-chosen/ "Make long, unwieldy select boxes much more user-friendly.")
    24 * [WP Pretty Filters](https://wordpress.org/plugins/wp-pretty-filters/ "Makes post filters better match what's already in Media & Attachments.")
    25 * [WP Media Categories](https://wordpress.org/plugins/wp-media-categories/ "Add categories to media & attachments.")
    26 * [WP Term Order](https://wordpress.org/plugins/wp-term-order/ "Sort taxonomy terms, your way.")
     27If you like this plugin, you'll probably like these!
     28
     29* [WP User Profiles](https://wordpress.org/plugins/wp-user-profiles/ "A sophisticated way to edit users in WordPress.")
     30* [WP User Activity](https://wordpress.org/plugins/wp-user-activity/ "The best way to log activity in WordPress.")
     31* [WP User Avatars](https://wordpress.org/plugins/wp-user-avatars/ "Allow users to upload avatars or choose them from your media library.")
     32* [WP User Groups](https://wordpress.org/plugins/wp-user-groups/ "Group users together with taxonomies & terms.")
     33* [WP User Signups](https://wordpress.org/plugins/wp-user-signups/ "The best way to manage user & site sign-ups in WordPress.")
    2734* [WP Term Authors](https://wordpress.org/plugins/wp-term-authors/ "Authors for categories, tags, and other taxonomy terms.")
    2835* [WP Term Colors](https://wordpress.org/plugins/wp-term-colors/ "Pretty colors for categories, tags, and other taxonomy terms.")
     36* [WP Term Families](https://wordpress.org/plugins/wp-term-families/ "Associate taxonomy terms with other taxonomy terms.")
    2937* [WP Term Icons](https://wordpress.org/plugins/wp-term-icons/ "Pretty icons for categories, tags, and other taxonomy terms.")
     38* [WP Term Images](https://wordpress.org/plugins/wp-term-images/ "Pretty images for categories, tags, and other taxonomy terms.")
     39* [WP Term Locks](https://wordpress.org/plugins/wp-term-locks/ "Protect categories, tags, and other taxonomy terms from being edited or deleted.")
     40* [WP Term Order](https://wordpress.org/plugins/wp-term-order/ "Sort taxonomy terms, your way.")
    3041* [WP Term Visibility](https://wordpress.org/plugins/wp-term-visibility/ "Visibilities for categories, tags, and other taxonomy terms.")
    31 * [WP User Groups](https://wordpress.org/plugins/wp-user-groups/ "Group users together with taxonomies & terms.")
    32 * [WP User Activity](https://wordpress.org/plugins/wp-user-activity/ "The best way to log activity in WordPress.")
    33 * [WP User Avatars](https://wordpress.org/plugins/wp-user-avatars/ "Allow users to upload avatars or choose them from your media library.")
     42* [WP Media Categories](https://wordpress.org/plugins/wp-media-categories/ "Add categories to media & attachments.")
     43* [WP Pretty Filters](https://wordpress.org/plugins/wp-pretty-filters/ "Makes post filters better match what's already in Media & Attachments.")
     44* [WP Chosen](https://wordpress.org/plugins/wp-chosen/ "Make long, unwieldy select boxes much more user-friendly.")
    3445
    3546= Credits =
     
    6374= Does this work with other membership plugins? =
    6475
    65 Ya know, I'm not really sure. Please test it with your favorite ones and let me know!
     76I'm not really sure! Please test it with your favorite ones and let me know!
    6677
    6778= Where can I get support? =
    6879
    69 This plugin is free for anyone to use.
    70 
    71 [Community support](https://wordpress.org/support/plugin/wp-user-signups) is provided for free by existing users.
    72 
    73 If you require immediate assistance, please consider a paid support subscription.
    74 
    75 = Where can I find documentation? =
    76 
    77 http://github.com/stuttter/wp-user-signups
     80* Community: https://wordpress.org/support/plugin/wp-user-signups
     81* Development: https://github.com/stuttter/wp-user-signups/discussions
    7882
    7983== Changelog ==
     84
     85= [5.0.2] - 2021-05-29 =
     86* Update author info
     87* Add sponsor link
     88
     89= [5.0.1] - 2021-03-21 =
     90* Improved PHP 7.4 support
    8091
    8192= [5.0.0] - 2020-05-05 =
  • wp-user-signups/trunk/wp-user-signups.php

    r2298697 r2929815  
    22
    33/**
    4  * Plugin Name: WP Signups
    5  * Plugin URI:  https://wordpress.org/plugins/wp-user-signups/
    6  * Author:      John James Jacoby
    7  * Author URI:  https://profiles.wordpress.org/johnjamesjacoby/
    8  * License:     GPLv2 or later
    9  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    10  * Description: Signup management for WordPress
    11  * Version:     5.0.0
    12  * Text Domain: wp-user-signups
    13  * Domain Path: /wp-user-signups/assets/languages/
     4 * Plugin Name:       WP Signups
     5 * Description:       Signup management for WordPress
     6 * Plugin URI:        https://wordpress.org/plugins/wp-user-signups/
     7 * Author:            Triple J Software, Inc.
     8 * Author URI:        https://jjj.software
     9 * License:           GPLv2 or later
     10 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     11 * Text Domain:       wp-user-signups
     12 * Domain Path:       /wp-user-signups/assets/languages
     13 * Requires at least: 5.2
     14 * Requires PHP:      7.2
     15 * Tested up to:      5.8
     16 * Version:           5.0.2
    1417 */
    1518
     
    4952    require_once $plugin_path . 'includes/functions/capabilities.php';
    5053    require_once $plugin_path . 'includes/functions/metadata.php';
     54    require_once $plugin_path . 'includes/functions/sponsor.php';
    5155    require_once $plugin_path . 'includes/functions/hooks.php';
    5256
     
    100104 */
    101105function wp_signups_get_asset_version() {
    102     return 202005050001;
     106    return defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG
     107        ? time()
     108        : 202105290001;
    103109}
  • wp-user-signups/trunk/wp-user-signups/includes/classes/class-wp-signup.php

    r2298697 r2929815  
    168168
    169169        if ( ! is_numeric( $signup ) ) {
    170             return new WP_Error( 'wp_signups_invalid_id', esc_html__( 'Signup not found.', 'wp-user-signups' ), $this );
     170            return new WP_Error( 'wp_signups_invalid_id', esc_html__( 'Signup not found.', 'wp-user-signups' ), $signup );
    171171        }
    172172
     
    208208        // Bail if missing login or email
    209209        if ( empty( $r['user_login'] ) || empty( $r['user_email'] ) ) {
    210             return new WP_Error( 'wp_signups_empty_id', esc_html__( 'Signup not found.', 'wp-user-signups' ), $this );
     210            return new WP_Error( 'wp_signups_empty_id', esc_html__( 'Signup not found.', 'wp-user-signups' ), $r );
    211211        }
    212212
     
    220220        // Domain exists already...
    221221        if ( ! empty( $existing ) ) {
    222             return new WP_Error( 'wp_signups_domain_exists', esc_html__( 'That signup already exists.', 'wp-user-signups' ), $this );
     222            return new WP_Error( 'wp_signups_domain_exists', esc_html__( 'That signup already exists.', 'wp-user-signups' ), $existing );
    223223        }
    224224
     
    241241            }
    242242
    243             return new WP_Error( 'wp_signups_insert_failed', esc_html__( 'Signup creation failed.', 'wp-user-signups' ), $this );
     243            return new WP_Error( 'wp_signups_insert_failed', esc_html__( 'Signup creation failed.', 'wp-user-signups' ), $recent_errors );
    244244        }
    245245
Note: See TracChangeset for help on using the changeset viewer.