Skip to content

Commit 1755b6d

Browse files
authored
build files (#2098)
1 parent ae8e6c0 commit 1755b6d

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
// Plugin version.
3-
if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '8.0.2' );}
3+
if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '8.0.3' );}
44
// Plugin Folder Path.
55
if ( ! defined( 'ATBDP_DIR' ) ) { define( 'ATBDP_DIR', plugin_dir_path( __FILE__ ) ); }
66
// Plugin Folder URL.

directorist-base.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Directorist - Business Directory Plugin
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: 8.0.2
6+
* Version: 8.0.3
77
* Author: wpWax - WP Business Directory Plugin and Classified Listings Directory
88
* Author URI: https://wpwax.com
99
* Text Domain: directorist

languages/directorist.pot

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"MIME-Version: 1.0\n"
77
"Content-Type: text/plain; charset=UTF-8\n"
88
"Content-Transfer-Encoding: 8bit\n"
9-
"POT-Creation-Date: 2024-11-13 11:03+0000\n"
9+
"POT-Creation-Date: 2024-11-13 17:48+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"
1212
"X-Poedit-SearchPath-0: .\n"
@@ -4415,19 +4415,19 @@ msgstr ""
44154415
msgid "Directorist data update complete. Thank you for updating to the latest version!"
44164416
msgstr ""
44174417

4418-
#: ../includes/classes/class-upgrade.php:81
4418+
#: ../includes/classes/class-upgrade.php:105
44194419
msgid "Dismiss this notice."
44204420
msgstr ""
44214421

4422-
#: ../includes/classes/class-upgrade.php:130
4422+
#: ../includes/classes/class-upgrade.php:154
44234423
msgid "<p class=\"directorist__notice_new\"><span style=\"font-size: 16px;\">📣 Directorist Extension Compatibility Notice!</span><br/> Congratulations and welcome to Directorist v8.0 with some cool <a href=\"%s\" target=\"_blank\">new features</a>.You are using %s of our extensions which are not compatible with v8.0. Please <a target=\"_blank\" href=\"%s\">update your extensions</a> </p>"
44244424
msgstr ""
44254425

4426-
#: ../includes/classes/class-upgrade.php:133, ../includes/classes/class-upgrade.php:156
4426+
#: ../includes/classes/class-upgrade.php:157, ../includes/classes/class-upgrade.php:180
44274427
msgid "<p class=\"directorist__notice_new_action\">Mistakenly updated? Use <a target=\"_blank\" href=\"%s\">WP Rollback</a> to install your old Directorist</p>"
44284428
msgstr ""
44294429

4430-
#: ../includes/classes/class-upgrade.php:153
4430+
#: ../includes/classes/class-upgrade.php:177
44314431
msgid "<p class=\"directorist__notice_new\"><span style=\"font-size: 16px;\">📣 Directorist Theme Compatibility Notice!</span><br/> Congratulations and welcome to Directorist v8.0 with some cool <a href=\"%s\" target=\"_blank\">new features</a>.Please update <a target=\"_blank\" href=\"%s\">%s theme</a> </p>"
44324432
msgstr ""
44334433

readme.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: member directory, listing, classifieds, directory plugin, business directo
55
Requires at least: 4.6
66
Tested up to: 6.7
77
Requires PHP: 7.0
8-
Stable tag: 8.0.2
8+
Stable tag: 8.0.3
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -314,6 +314,10 @@ Directorist is a complete directory solution and in combination with its advance
314314

315315
== Changelog ==
316316

317+
8.0.3 - Nov 14, 2024
318+
319+
* Fix - Issue with Directorist theme users
320+
317321
8.0.2 - Nov 13, 2024
318322

319323
* Fix - Ajax search with Radius

0 commit comments

Comments
 (0)