Plugin Directory

Changeset 3209533


Ignore:
Timestamp:
12/17/2024 10:59:04 PM (14 months ago)
Author:
designinvento
Message:

new version 3.6.19

Location:
directorypress/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • directorypress/trunk/README.txt

    r3208737 r3209533  
    55Requires at least: 6.0
    66Tested up to: 6.7
    7 Stable tag: 3.6.18
     7Stable tag: 3.6.19
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    236236
    237237== Changelog ==
     238= 3.6.19 =
     239* minor fixes
    238240= 3.6.18 =
    239241* Elementor Latest version compatibility fixed.
  • directorypress/trunk/directorypress.php

    r3208737 r3209533  
    44 * Plugin URI:        https://designinvento.net/downloads/directorypress-wordpress-directory-plugin/
    55 * Description:       DirectoryPress offers ultimate functionality for business directory listing, classified ads listing. Real estate, pets directory, yellow pages, automobile or any kind of directory.
    6  * Version:           3.6.18
     6 * Version:           3.6.19
    77 * Author:            Designinvento
    88 * Author URI:        https://designinvento.net/
     
    2121// ==================
    2222
    23 define( 'DIRECTORYPRESS_VERSION', '3.6.18' );
     23define( 'DIRECTORYPRESS_VERSION', '3.6.19' );
    2424
    2525$DIRECTORYPRESS_ADIMN_SETTINGS = get_option('directorypress_admin_settings');
  • directorypress/trunk/includes/class-directorypress.php

    r3208737 r3209533  
    6060            $this->version = DIRECTORYPRESS_VERSION;
    6161        }else{
    62             $this->version = '3.6.18';
     62            $this->version = '3.6.19';
    6363        }
    6464        $this->plugin_name = 'directorypress';
  • directorypress/trunk/public/partials/listing/wrapper.php

    r3184665 r3209533  
    108108                    }
    109109                }else{
    110                     printf(esc_html__('Found <span class="badge text-bg-secondary">%d</span> %s', "DIRECTORYPRESS"), esc_attr($public_handler->query->found_posts), esc_attr(_n($public_handler->directorypress_get_directoytype_of_listing()->single, $public_handler->directorypress_get_directoytype_of_listing()->plural, $public_handler->query->found_posts)));
     110                    printf(esc_html__('Found %s %s', "DIRECTORYPRESS"), '<span class="badge text-bg-secondary">'. esc_attr($public_handler->query->found_posts) .'</span>', esc_attr(_n($public_handler->directorypress_get_directoytype_of_listing()->single, $public_handler->directorypress_get_directoytype_of_listing()->plural, $public_handler->query->found_posts)));
    111111                }
    112112            echo '</div>';
Note: See TracChangeset for help on using the changeset viewer.