Changeset 3209533
- Timestamp:
- 12/17/2024 10:59:04 PM (14 months ago)
- Location:
- directorypress/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
directorypress.php (modified) (2 diffs)
-
includes/class-directorypress.php (modified) (1 diff)
-
public/partials/listing/wrapper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
directorypress/trunk/README.txt
r3208737 r3209533 5 5 Requires at least: 6.0 6 6 Tested up to: 6.7 7 Stable tag: 3.6.1 87 Stable tag: 3.6.19 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 236 236 237 237 == Changelog == 238 = 3.6.19 = 239 * minor fixes 238 240 = 3.6.18 = 239 241 * Elementor Latest version compatibility fixed. -
directorypress/trunk/directorypress.php
r3208737 r3209533 4 4 * Plugin URI: https://designinvento.net/downloads/directorypress-wordpress-directory-plugin/ 5 5 * 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.1 86 * Version: 3.6.19 7 7 * Author: Designinvento 8 8 * Author URI: https://designinvento.net/ … … 21 21 // ================== 22 22 23 define( 'DIRECTORYPRESS_VERSION', '3.6.1 8' );23 define( 'DIRECTORYPRESS_VERSION', '3.6.19' ); 24 24 25 25 $DIRECTORYPRESS_ADIMN_SETTINGS = get_option('directorypress_admin_settings'); -
directorypress/trunk/includes/class-directorypress.php
r3208737 r3209533 60 60 $this->version = DIRECTORYPRESS_VERSION; 61 61 }else{ 62 $this->version = '3.6.1 8';62 $this->version = '3.6.19'; 63 63 } 64 64 $this->plugin_name = 'directorypress'; -
directorypress/trunk/public/partials/listing/wrapper.php
r3184665 r3209533 108 108 } 109 109 }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))); 111 111 } 112 112 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.