Plugin Directory

Changeset 3102434

Timestamp:
06/13/2024 05:27:02 PM (8 weeks ago)
Author:
rafiq91
Message:

Update to version 7.10.3 from GitHub

Location:
directorist
Files:
10 edited
1 copied

Legend:

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

    r3102188 r3102434  
    11<?php
    22// Plugin version.
    3 if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.10.2' );}
     3if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.10.' );}
    44// Plugin Folder Path.
    55if ( ! defined( 'ATBDP_DIR' ) ) { define( 'ATBDP_DIR', plugin_dir_path( __FILE__ ) ); }
  • directorist/tags/7.10.3/directorist-base.php

    r3102188 r3102434  
    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.10.2
     6 * Version: 7.10.
    77 * Author: wpWax
    88 * Author URI: https://wpwax.com
  • directorist/tags/7.10.3/includes/classes/class-cron.php

    r3099988 r3102434  
    184184                    'meta_query'     => array(
    185185                        'relation'   => 'AND',
     186
     187
     188
     189
     190
    186191                        'never_expire' => array(
    187192                            'key'     => '_never_expire',
  • directorist/tags/7.10.3/includes/classes/class-extension.php

    r3102188 r3102434  
    395395                $plugin_key  = self::filter_plugin_key_from_base_name( $plugin_key );
    396396                $plugin_item = self::extract_plugin_from_list( $plugin_key, $plugins_available_in_subscriptions );
    397                 $url = $plugin_item['download_link'] ?? '';
    398                
    399                 $download_status = $this->download_plugin( array( 'url' => $plugin_item['download_link'] ) );
     397                $url ;
     398
     399                $download_status = $this->download_plugin( array( 'url' => $ ) );
    400400
    401401                if ( ! $download_status['success'] ) {
     
    649649
    650650                $theme_item = $themes_available_in_subscriptions[ $theme_stylesheet ];
    651                 $url = $theme_item['download_link'] ?? '';
     651                $url        = self::get_file_download_link( $theme_item, 'theme' );
     652                $url        = ( empty( $url ) && ! empty( $outdated_themes[ $theme_stylesheet ]['package'] ) ) ? $outdated_themes[ $theme_stylesheet ]['package'] : $url;
     653
    652654                $download_status = $this->download_theme( array( 'url' => $url ) );
    653655
  • directorist/tags/7.10.3/readme.txt

    r3102193 r3102434  
    1 === Directorist - WordPress Business Directory Plugin with Classified Ads Listings ===
     1=== Directorist - WordPress Business Directory Plugin with Classified Ads Listings ===
    22Contributors: wpwax
    33Donate link: https://directorist.com/extensions/
     
    66Tested up to: 6.5
    77Requires PHP: 7.0
    8 Stable tag: 7.10.2
     8Stable tag: 7.10.
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    305305== Changelog ==
    306306
     307
     308
     309
     310
     311
    3073127.10.2 - Jun 13, 2024
    308313
    309314* Fix - Extension update issue
    310 * Fix - Directory type specification issue in Listings page
     315* Fix - Directory type specification issue Listings page
     316
    311317
    3123187.10.0 - Jun 9, 2024
  • directorist/trunk/config.php

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

    r3102188 r3102434  
    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.10.2
     6 * Version: 7.10.
    77 * Author: wpWax
    88 * Author URI: https://wpwax.com
  • directorist/trunk/includes/classes/class-cron.php

    r3099988 r3102434  
    184184                    'meta_query'     => array(
    185185                        'relation'   => 'AND',
     186
     187
     188
     189
     190
    186191                        'never_expire' => array(
    187192                            'key'     => '_never_expire',
  • directorist/trunk/includes/classes/class-extension.php

    r3102188 r3102434  
    395395                $plugin_key  = self::filter_plugin_key_from_base_name( $plugin_key );
    396396                $plugin_item = self::extract_plugin_from_list( $plugin_key, $plugins_available_in_subscriptions );
    397                 $url = $plugin_item['download_link'] ?? '';
    398                
    399                 $download_status = $this->download_plugin( array( 'url' => $plugin_item['download_link'] ) );
     397                $url ;
     398
     399                $download_status = $this->download_plugin( array( 'url' => $ ) );
    400400
    401401                if ( ! $download_status['success'] ) {
     
    649649
    650650                $theme_item = $themes_available_in_subscriptions[ $theme_stylesheet ];
    651                 $url = $theme_item['download_link'] ?? '';
     651                $url        = self::get_file_download_link( $theme_item, 'theme' );
     652                $url        = ( empty( $url ) && ! empty( $outdated_themes[ $theme_stylesheet ]['package'] ) ) ? $outdated_themes[ $theme_stylesheet ]['package'] : $url;
     653
    652654                $download_status = $this->download_theme( array( 'url' => $url ) );
    653655
  • directorist/trunk/readme.txt

    r3102193 r3102434  
    1 === Directorist - WordPress Business Directory Plugin with Classified Ads Listings ===
     1=== Directorist - WordPress Business Directory Plugin with Classified Ads Listings ===
    22Contributors: wpwax
    33Donate link: https://directorist.com/extensions/
     
    66Tested up to: 6.5
    77Requires PHP: 7.0
    8 Stable tag: 7.10.2
     8Stable tag: 7.10.
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    305305== Changelog ==
    306306
     307
     308
     309
     310
     311
    3073127.10.2 - Jun 13, 2024
    308313
    309314* Fix - Extension update issue
    310 * Fix - Directory type specification issue in Listings page
     315* Fix - Directory type specification issue Listings page
     316
    311317
    3123187.10.0 - Jun 9, 2024
Note: See TracChangeset for help on using the changeset viewer.