Plugin Directory

Changeset 2943354

Timestamp:
07/26/2023 04:20:55 AM (13 months ago)
Author:
rafiq91
Message:

Update to version 7.6.1 from GitHub

Location:
directorist
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • directorist/tags/7.6.1/assets/vendor-js/ez-media-uploader.js

    r2939103 r2943354  
    318318      }
    319319     
    320       var dirImageUpload = document.querySelector(".directorist-image-upload")
    321 
    322       if(dirImageUpload.classList.contains('max-file-reached')) {
     320      var dirImageUpload = document.querySelector(".directorist-image-upload")
     321
     322      if(dirImageUpload.classList.contains('max-file-reached')) {
    323323        dirImageUpload.classList.remove('max-file-reached');
    324324      }
  • directorist/tags/7.6.1/config.php

    r2939103 r2943354  
    11<?php
    22// Plugin version.
    3 if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.6.0' );}
     3if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '7.6.' );}
    44// Plugin Folder Path.
    55if ( ! defined( 'ATBDP_DIR' ) ) { define( 'ATBDP_DIR', plugin_dir_path( __FILE__ ) ); }
  • directorist/tags/7.6.1/directorist-base.php

    r2939103 r2943354  
    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.6.0
     6 * Version: 7.6.
    77 * Author: wpWax
    88 * Author URI: https://wpwax.com
  • directorist/tags/7.6.1/languages/directorist.pot

    r2939103 r2943354  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2023-07-12 06:38+0000\n"
     9"POT-Creation-Date: 2023-07-+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
  • directorist/tags/7.6.1/readme.txt

    r2939103 r2943354  
    66Tested up to: 6.2
    77Requires PHP: 7.0
    8 Stable tag: 7.6.0
     8Stable tag: 7.6.
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    410410
    411411== Changelog ==
     412
     413
     414
     415
    412416
    4134177.6.0 - Jul 12, 2023
  • directorist/trunk/assets/vendor-js/ez-media-uploader.js

    r2939103 r2943354  
    318318      }
    319319     
    320       var dirImageUpload = document.querySelector(".directorist-image-upload")
    321 
    322       if(dirImageUpload.classList.contains('max-file-reached')) {
     320      var dirImageUpload = document.querySelector(".directorist-image-upload")
     321
     322      if(dirImageUpload.classList.contains('max-file-reached')) {
    323323        dirImageUpload.classList.remove('max-file-reached');
    324324      }
  • directorist/trunk/config.php

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

    r2939103 r2943354  
    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.6.0
     6 * Version: 7.6.
    77 * Author: wpWax
    88 * Author URI: https://wpwax.com
  • directorist/trunk/languages/directorist.pot

    r2939103 r2943354  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2023-07-12 06:38+0000\n"
     9"POT-Creation-Date: 2023-07-+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
  • directorist/trunk/readme.txt

    r2939103 r2943354  
    66Tested up to: 6.2
    77Requires PHP: 7.0
    8 Stable tag: 7.6.0
     8Stable tag: 7.6.
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    410410
    411411== Changelog ==
     412
     413
     414
     415
    412416
    4134177.6.0 - Jul 12, 2023
Note: See TracChangeset for help on using the changeset viewer.