Plugin Directory

Changeset 2980981

Timestamp:
10/19/2023 04:20:05 AM (10 months ago)
Author:
rafiq91
Message:

Update to version 7.7.4 from GitHub

Location:
directorist
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • directorist/tags/7.7.4/config.php

    r2974859 r2980981  
    11<?php
    22// Plugin version.
    3 if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.7.3' );}
     3if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.7.' );}
    44// Plugin Folder Path.
    55if ( ! defined( 'ATBDP_DIR' ) ) { define( 'ATBDP_DIR', plugin_dir_path( __FILE__ ) ); }
  • directorist/tags/7.7.4/directorist-base.php

    r2974859 r2980981  
    44 * Plugin URI: https://wpwax.com
    55 * Description: A comprehensive solution to create professional looking directory site of any kind. Like Yelp, Foursquare, etc.
    6  * Version: 7.7.3
     6 * Version: 7.7.
    77 * Author: wpWax
    88 * Author URI: https://wpwax.com
  • directorist/tags/7.7.4/includes/helper-functions.php

    r2974859 r2980981  
    39963996}
    39973997
    3998 function directorist_password_reset_url(\Wp_User $user, $password_reset = true, $confirm_mail = false) {
    3999 
     3998function directorist_password_reset_url( $user, $password_reset = true, $confirm_mail = false) {
     3999
     4000    if ( ! $user instanceof \Wp_User ) {
     4001        return;
     4002    }
     4003   
    40004004    $args = array(
    40014005        'user' => $user->user_email
  • directorist/tags/7.7.4/readme.txt

    r2974859 r2980981  
    66Tested up to: 6.3
    77Requires PHP: 7.0
    8 Stable tag: 7.7.3
     8Stable tag: 7.7.
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    410410
    411411== Changelog ==
     412
     413
     414
     415
    412416
    4134177.7.3 - Oct 04, 2023
  • directorist/trunk/config.php

    r2974859 r2980981  
    11<?php
    22// Plugin version.
    3 if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.7.3' );}
     3if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.7.' );}
    44// Plugin Folder Path.
    55if ( ! defined( 'ATBDP_DIR' ) ) { define( 'ATBDP_DIR', plugin_dir_path( __FILE__ ) ); }
  • directorist/trunk/directorist-base.php

    r2974859 r2980981  
    44 * Plugin URI: https://wpwax.com
    55 * Description: A comprehensive solution to create professional looking directory site of any kind. Like Yelp, Foursquare, etc.
    6  * Version: 7.7.3
     6 * Version: 7.7.
    77 * Author: wpWax
    88 * Author URI: https://wpwax.com
  • directorist/trunk/includes/helper-functions.php

    r2974859 r2980981  
    39963996}
    39973997
    3998 function directorist_password_reset_url(\Wp_User $user, $password_reset = true, $confirm_mail = false) {
    3999 
     3998function directorist_password_reset_url( $user, $password_reset = true, $confirm_mail = false) {
     3999
     4000    if ( ! $user instanceof \Wp_User ) {
     4001        return;
     4002    }
     4003   
    40004004    $args = array(
    40014005        'user' => $user->user_email
  • directorist/trunk/readme.txt

    r2974859 r2980981  
    66Tested up to: 6.3
    77Requires PHP: 7.0
    8 Stable tag: 7.7.3
     8Stable tag: 7.7.
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    410410
    411411== Changelog ==
     412
     413
     414
     415
    412416
    4134177.7.3 - Oct 04, 2023
Note: See TracChangeset for help on using the changeset viewer.