Skip to content

Commit ec1dd39

Browse files
authored
build files (#2122)
1 parent 16b2f21 commit ec1dd39

14 files changed

+95
-83
lines changed

assets/css/all-listings.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/all-listings.rtl.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/public-main.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/public-main.rtl.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/add-listing.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/admin-multi-directory-builder.js

+15-15
Original file line numberDiff line numberDiff line change
@@ -2115,8 +2115,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
21152115
}
21162116
return option_object;
21172117
}
2118-
/* syncValidationWithLocalState( validation_log ) {
2119-
return validation_log;
2118+
/* syncValidationWithLocalState( validation_log ) {
2119+
return validation_log;
21202120
} */
21212121
}
21222122
});
@@ -3321,8 +3321,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
33213321
matched_data: matched_data
33223322
};
33233323

3324-
/* if ( 'enable_similar_listings__logics' === args.condition.id ) {
3325-
console.log( { state } );
3324+
/* if ( 'enable_similar_listings__logics' === args.condition.id ) {
3325+
console.log( { state } );
33263326
} */
33273327

33283328
return state;
@@ -25553,8 +25553,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2555325553
methods: {
2555425554
setup: function setup() {
2555525555
this.loadOldData();
25556-
/* if ( ! this.loadOldData() && this.options && typeof this.options === 'object' ) {
25557-
this.active_fields_groups.push( JSON.parse( JSON.stringify( this.options ) ) );
25556+
/* if ( ! this.loadOldData() && this.options && typeof this.options === 'object' ) {
25557+
this.active_fields_groups.push( JSON.parse( JSON.stringify( this.options ) ) );
2555825558
} */
2555925559
},
2556025560
hasDuplicateKey: function hasDuplicateKey(array) {
@@ -25586,12 +25586,12 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2558625586
return;
2558725587
}
2558825588
if (typeof item[current_field_key] === 'undefined') {
25589-
/* console.log( this.name, {
25590-
item,
25591-
group_index,
25592-
current_field_key,
25593-
current_value,
25594-
current_group_index
25589+
/* console.log( this.name, {
25590+
item,
25591+
group_index,
25592+
current_field_key,
25593+
current_value,
25594+
current_group_index
2559525595
}); */
2559625596
return;
2559725597
}
@@ -26092,8 +26092,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2609226092
});
2609326093
return options_values.includes(value);
2609426094
}
26095-
/* syncValidationWithLocalState( validation_log ) {
26096-
return validation_log;
26095+
/* syncValidationWithLocalState( validation_log ) {
26096+
return validation_log;
2609726097
} */
2609826098
}
2609926099
});
@@ -33734,7 +33734,7 @@ var render = function render() {
3373433734
key: alert_key,
3373533735
staticClass: "cptm-form-alert",
3373633736
class: "cptm-" + alert.type
33737-
}, [_vm._v("\r\n " + _vm._s(alert.message) + "\r\n ")]);
33737+
}, [_vm._v("\n " + _vm._s(alert.message) + "\n ")]);
3373833738
}), 0) : _vm._e()]);
3373933739
};
3374033740
var staticRenderFns = [];

assets/js/admin-settings-manager.js

+15-15
Original file line numberDiff line numberDiff line change
@@ -2064,8 +2064,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
20642064
}
20652065
return option_object;
20662066
}
2067-
/* syncValidationWithLocalState( validation_log ) {
2068-
return validation_log;
2067+
/* syncValidationWithLocalState( validation_log ) {
2068+
return validation_log;
20692069
} */
20702070
}
20712071
});
@@ -3270,8 +3270,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
32703270
matched_data: matched_data
32713271
};
32723272

3273-
/* if ( 'enable_similar_listings__logics' === args.condition.id ) {
3274-
console.log( { state } );
3273+
/* if ( 'enable_similar_listings__logics' === args.condition.id ) {
3274+
console.log( { state } );
32753275
} */
32763276

32773277
return state;
@@ -25081,8 +25081,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2508125081
methods: {
2508225082
setup: function setup() {
2508325083
this.loadOldData();
25084-
/* if ( ! this.loadOldData() && this.options && typeof this.options === 'object' ) {
25085-
this.active_fields_groups.push( JSON.parse( JSON.stringify( this.options ) ) );
25084+
/* if ( ! this.loadOldData() && this.options && typeof this.options === 'object' ) {
25085+
this.active_fields_groups.push( JSON.parse( JSON.stringify( this.options ) ) );
2508625086
} */
2508725087
},
2508825088
hasDuplicateKey: function hasDuplicateKey(array) {
@@ -25114,12 +25114,12 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2511425114
return;
2511525115
}
2511625116
if (typeof item[current_field_key] === 'undefined') {
25117-
/* console.log( this.name, {
25118-
item,
25119-
group_index,
25120-
current_field_key,
25121-
current_value,
25122-
current_group_index
25117+
/* console.log( this.name, {
25118+
item,
25119+
group_index,
25120+
current_field_key,
25121+
current_value,
25122+
current_group_index
2512325123
}); */
2512425124
return;
2512525125
}
@@ -25620,8 +25620,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
2562025620
});
2562125621
return options_values.includes(value);
2562225622
}
25623-
/* syncValidationWithLocalState( validation_log ) {
25624-
return validation_log;
25623+
/* syncValidationWithLocalState( validation_log ) {
25624+
return validation_log;
2562525625
} */
2562625626
}
2562725627
});
@@ -33297,7 +33297,7 @@ var render = function render() {
3329733297
key: alert_key,
3329833298
staticClass: "cptm-form-alert",
3329933299
class: "cptm-" + alert.type
33300-
}, [_vm._v("\r\n " + _vm._s(alert.message) + "\r\n ")]);
33300+
}, [_vm._v("\n " + _vm._s(alert.message) + "\n ")]);
3330133301
}), 0) : _vm._e()]);
3330233302
};
3330333303
var staticRenderFns = [];

assets/js/range-slider.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/range-slider.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/search-form.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5' );}
3+
if ( ! defined( 'ATBDP_VERSION' ) ) {define( 'ATBDP_VERSION', '8.0.6' );}
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.5
6+
* Version: 8.0.6
77
* Author: wpWax - WP Business Directory Plugin and Classified Listings Directory
88
* Author URI: https://wpwax.com
99
* Text Domain: directorist

languages/directorist.pot

+46-42
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-19 06:51+0000\n"
9+
"POT-Creation-Date: 2024-11-20 12:50+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"
@@ -67,7 +67,7 @@ msgstr ""
6767
msgid "Password"
6868
msgstr ""
6969

70-
#: ../blocks/templates/login.php:16, ../blocks/templates/login.php:118, ../includes/classes/class-settings-panel.php:2965, ../templates/account/login-registration-form.php:114
70+
#: ../blocks/templates/login.php:16, ../blocks/templates/login.php:118, ../includes/classes/class-settings-panel.php:2965, ../templates/account/login-registration-form.php:127
7171
msgid "Remember Me"
7272
msgstr ""
7373

@@ -103,20 +103,20 @@ msgstr ""
103103
msgid "Sign Up"
104104
msgstr ""
105105

106-
#: ../blocks/templates/login.php:44, ../templates/account/login-registration-form.php:27
106+
#: ../blocks/templates/login.php:44, ../templates/account/login-registration-form.php:40
107107
msgid "Thank you for signing up! To complete the registration, please verify your email address by clicking on the link we have sent to your email.<br><br>If you didn't find the verification email, please check your spam folder. If you still can't find it, click on the <a href='%s'>Resend confirmation email</a> to have a new email sent to you."
108108
msgstr ""
109109

110-
#: ../blocks/templates/login.php:51, ../templates/account/login-registration-form.php:34
110+
#: ../blocks/templates/login.php:51, ../templates/account/login-registration-form.php:47
111111
msgid "Thank you for requesting a new verification email. Please check your inbox and verify to complete the registration.<br><br>If you still can't find it, please check your spam folder. And please contact if you are still having trouble."
112112
msgstr ""
113113

114114
#. translators: %s: site name
115-
#: ../blocks/templates/login.php:210, ../templates/account/login-registration-form.php:159
115+
#: ../blocks/templates/login.php:210, ../templates/account/login-registration-form.php:172
116116
msgid "[%s] Reset Your Password"
117117
msgstr ""
118118

119-
#: ../blocks/templates/login.php:211, ../templates/account/login-registration-form.php:160
119+
#: ../blocks/templates/login.php:211, ../templates/account/login-registration-form.php:173
120120
msgid "Password Reset Request"
121121
msgstr ""
122122

@@ -130,47 +130,47 @@ msgid ""
130130
" If this was a mistake, just ignore this email and nothing will happen."
131131
msgstr ""
132132

133-
#: ../blocks/templates/login.php:241, ../templates/account/login-registration-form.php:190
133+
#: ../blocks/templates/login.php:241, ../templates/account/login-registration-form.php:203
134134
msgid "Something went wrong, unable to send the password reset email. If the issue persists please contact with the site administrator."
135135
msgstr ""
136136

137-
#: ../blocks/templates/login.php:239, ../templates/account/login-registration-form.php:188
137+
#: ../blocks/templates/login.php:239, ../templates/account/login-registration-form.php:201
138138
msgid "A password reset email has been sent to the email address on file for your account, but may take several minutes to show up in your inbox."
139139
msgstr ""
140140

141-
#: ../blocks/templates/login.php:206, ../templates/account/login-registration-form.php:155
141+
#: ../blocks/templates/login.php:206, ../templates/account/login-registration-form.php:168
142142
msgid "There is no user registered with that email address."
143143
msgstr ""
144144

145-
#: ../blocks/templates/login.php:204, ../templates/account/login-registration-form.php:153
145+
#: ../blocks/templates/login.php:204, ../templates/account/login-registration-form.php:166
146146
msgid "Invalid e-mail address."
147147
msgstr ""
148148

149-
#: ../blocks/templates/login.php:202, ../templates/account/login-registration-form.php:151
149+
#: ../blocks/templates/login.php:202, ../templates/account/login-registration-form.php:164
150150
msgid "Email address cannot be empty."
151151
msgstr ""
152152

153-
#: ../blocks/templates/login.php:247, ../templates/account/login-registration-form.php:196
153+
#: ../blocks/templates/login.php:247, ../templates/account/login-registration-form.php:209
154154
msgid "<strong>ERROR: </strong> %s"
155155
msgstr ""
156156

157-
#: ../blocks/templates/login.php:87, ../templates/account/login-registration-form.php:70
157+
#: ../blocks/templates/login.php:87, ../templates/account/login-registration-form.php:83
158158
msgid "Password changed successfully. Please <a href=\"%s\">click here to login</a>."
159159
msgstr ""
160160

161-
#: ../blocks/templates/login.php:80, ../templates/account/login-registration-form.php:63
161+
#: ../blocks/templates/login.php:80, ../templates/account/login-registration-form.php:76
162162
msgid "Passwords do not match!"
163163
msgstr ""
164164

165-
#: ../blocks/templates/login.php:78, ../templates/account/login-registration-form.php:61
165+
#: ../blocks/templates/login.php:78, ../templates/account/login-registration-form.php:74
166166
msgid "Passwords cannot be empty."
167167
msgstr ""
168168

169-
#: ../blocks/templates/login.php:106, ../templates/account/login-registration-form.php:89
169+
#: ../blocks/templates/login.php:106, ../templates/account/login-registration-form.php:102
170170
msgid "Email verification successful. Please <a href=\"%s\">click here to login</a>."
171171
msgstr ""
172172

173-
#: ../blocks/templates/login.php:62, ../templates/account/login-registration-form.php:45
173+
#: ../blocks/templates/login.php:62, ../templates/account/login-registration-form.php:58
174174
msgid "Sorry! user not found"
175175
msgstr ""
176176

@@ -210,7 +210,7 @@ msgstr ""
210210
msgid "Already have an account? Please login"
211211
msgstr ""
212212

213-
#: ../blocks/templates/registration.php:37, ../blocks/templates/registration.php:67, ../blocks/templates/registration.php:59, ../blocks/templates/signin-signup.php:33, ../includes/helper-functions.php:921, ../includes/classes/class-helper.php:539, ../includes/model/Account.php:64, ../templates/account/login-registration-form.php:241, ../templates/account/login-registration-form.php:233
213+
#: ../blocks/templates/registration.php:37, ../blocks/templates/registration.php:67, ../blocks/templates/registration.php:59, ../blocks/templates/signin-signup.php:33, ../includes/helper-functions.php:921, ../includes/classes/class-helper.php:539, ../includes/model/Account.php:64, ../templates/account/login-registration-form.php:254, ../templates/account/login-registration-form.php:246
214214
msgid "Here"
215215
msgstr ""
216216

@@ -234,15 +234,15 @@ msgstr ""
234234
msgid " Registration completed. Please check your email for confirmation."
235235
msgstr ""
236236

237-
#: ../blocks/templates/registration.php:67, ../templates/account/login-registration-form.php:241
237+
#: ../blocks/templates/registration.php:67, ../templates/account/login-registration-form.php:254
238238
msgid "Or click %s to login."
239239
msgstr ""
240240

241241
#: ../blocks/templates/registration.php:57
242242
msgid " Go to your inbox or spam/junk and get your password."
243243
msgstr ""
244244

245-
#: ../blocks/templates/registration.php:59, ../templates/account/login-registration-form.php:233
245+
#: ../blocks/templates/registration.php:59, ../templates/account/login-registration-form.php:246
246246
msgid "Click %s to login."
247247
msgstr ""
248248

@@ -1261,22 +1261,6 @@ msgstr ""
12611261
msgid "The announcement has been closed successfully"
12621262
msgstr ""
12631263

1264-
#: ../includes/classes/class-background-updater.php:301
1265-
msgid "Listings Slider Settings"
1266-
msgstr ""
1267-
1268-
#: ../includes/classes/class-background-updater.php:305
1269-
msgid "Enable Footer Thumbnail"
1270-
msgstr ""
1271-
1272-
#: ../includes/classes/class-background-updater.php:329, ../includes/modules/multi-directory-setup/class-builder-data.php:1114, ../includes/modules/multi-directory-setup/class-builder-data.php:2362, ../includes/modules/multi-directory-setup/class-builder-data.php:2394
1273-
msgid "Listing Title Settings"
1274-
msgstr ""
1275-
1276-
#: ../includes/classes/class-background-updater.php:333, ../includes/modules/multi-directory-setup/class-builder-data.php:1118, ../includes/modules/multi-directory-setup/class-builder-data.php:2371, ../includes/modules/multi-directory-setup/class-builder-data.php:2398
1277-
msgid "Show Tagline"
1278-
msgstr ""
1279-
12801264
#: ../includes/classes/class-cron.php:55
12811265
msgid "Every 30 minutes"
12821266
msgstr ""
@@ -4415,19 +4399,35 @@ msgstr ""
44154399
msgid "Directorist data update complete. Thank you for updating to the latest version!"
44164400
msgstr ""
44174401

4418-
#: ../includes/classes/class-upgrade.php:105
4402+
#: ../includes/classes/class-upgrade.php:201
4403+
msgid "Listings Slider Settings"
4404+
msgstr ""
4405+
4406+
#: ../includes/classes/class-upgrade.php:205
4407+
msgid "Enable Footer Thumbnail"
4408+
msgstr ""
4409+
4410+
#: ../includes/classes/class-upgrade.php:229, ../includes/modules/multi-directory-setup/class-builder-data.php:1114, ../includes/modules/multi-directory-setup/class-builder-data.php:2362, ../includes/modules/multi-directory-setup/class-builder-data.php:2394
4411+
msgid "Listing Title Settings"
4412+
msgstr ""
4413+
4414+
#: ../includes/classes/class-upgrade.php:233, ../includes/modules/multi-directory-setup/class-builder-data.php:1118, ../includes/modules/multi-directory-setup/class-builder-data.php:2371, ../includes/modules/multi-directory-setup/class-builder-data.php:2398
4415+
msgid "Show Tagline"
4416+
msgstr ""
4417+
4418+
#: ../includes/classes/class-upgrade.php:347
44194419
msgid "Dismiss this notice."
44204420
msgstr ""
44214421

4422-
#: ../includes/classes/class-upgrade.php:154
4422+
#: ../includes/classes/class-upgrade.php:396
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:157, ../includes/classes/class-upgrade.php:180
4426+
#: ../includes/classes/class-upgrade.php:399, ../includes/classes/class-upgrade.php:422
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:177
4430+
#: ../includes/classes/class-upgrade.php:419
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

@@ -8323,11 +8323,15 @@ msgstr ""
83238323
msgid "Submit Your Review"
83248324
msgstr ""
83258325

8326-
#: ../templates/account/login-registration-form.php:239
8326+
#: ../templates/account/login-registration-form.php:27
8327+
msgid "Registration completed. Please check your email for confirmation. Or login here."
8328+
msgstr ""
8329+
8330+
#: ../templates/account/login-registration-form.php:252
83278331
msgid "Registration completed. Please check your email for confirmation."
83288332
msgstr ""
83298333

8330-
#: ../templates/account/login-registration-form.php:231
8334+
#: ../templates/account/login-registration-form.php:244
83318335
msgid "Go to your inbox or spam/junk and get your password."
83328336
msgstr ""
83338337

0 commit comments

Comments
 (0)