Skip to content

Commit 9587e6e

Browse files
v3.0.9
1 parent fb796f1 commit 9587e6e

7 files changed

+83
-57
lines changed

.distignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/.git
2+
/.github
3+
/node_modules
4+
/.wordpress-org
5+
.idea
6+
.distignore
7+
.eslintrc.js
8+
.gitignore
9+
Makefile
10+
package.json
11+
package-lock.json
12+
readme.md
13+
vendor/wpfactory/wpf-settings-exporter
14+
vendor/wpfactory/wpf-documentor
15+
git-tag.sh

includes/class-alg-wc-wish-list-core.php

+12-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Wish List for WooCommerce - Core Class.
44
*
5-
* @version 3.0.8
5+
* @version 3.0.9
66
* @since 1.0.0
77
* @author WPFactory.
88
*/
@@ -21,7 +21,7 @@ final class Alg_WC_Wish_List_Core {
2121
* @var string
2222
* @since 1.0.0
2323
*/
24-
public $version = '3.0.8';
24+
public $version = '3.0.9';
2525

2626
/**
2727
* @var Alg_WC_Wish_List_Core The single instance of the class
@@ -56,6 +56,16 @@ public static function instance() {
5656
* @var Alg_WC_Wish_List_Pro_Stock_Bkg_Process
5757
*/
5858
public static $bkg_process;
59+
60+
/**
61+
* Alg_WC_Wish_List_Admin_Multiple.
62+
*
63+
* @version 3.0.9
64+
* @since 3.0.9
65+
*
66+
* @var Alg_WC_Wish_List_Admin_Multiple
67+
*/
68+
public $admin_multiple_wishlist;
5969

6070
/**
6171
* Method called when the plugin is activated
@@ -286,8 +296,6 @@ function __construct() {
286296

287297
}
288298
}
289-
290-
291299

292300
/**
293301
* Shows a error message after cleared message

langs/wish-list-for-woocommerce-fr_FR.po

+16-16
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ msgstr ""
11201120

11211121
#: includes/admin/class-alg-wc-wish-list-settings-shortcodes.php:111
11221122
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:165
1123-
#: includes/class-alg-wc-wish-list-core.php:333
1123+
#: includes/class-alg-wc-wish-list-core.php:341
11241124
#: includes/free/class-alg-wc-wish-list-shortcodes.php:425
11251125
msgid "Remove all"
11261126
msgstr "Tout supprimer"
@@ -1150,7 +1150,7 @@ msgid "Style > Thumb button > Icon - Added"
11501150
msgstr ""
11511151

11521152
#: includes/admin/class-alg-wc-wish-list-settings-social.php:37
1153-
#: includes/class-alg-wc-wish-list-core.php:1166
1153+
#: includes/class-alg-wc-wish-list-core.php:1174
11541154
msgid "Share"
11551155
msgstr ""
11561156

@@ -1905,7 +1905,7 @@ msgid "The success notification after all items have been removed from wishlist.
19051905
msgstr ""
19061906

19071907
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:173
1908-
#: includes/class-alg-wc-wish-list-core.php:998
1908+
#: includes/class-alg-wc-wish-list-core.php:1006
19091909
msgid "All the items have been removed from your wishlist."
19101910
msgstr ""
19111911

@@ -2013,48 +2013,48 @@ msgstr "Laissez-le vide si vous ne souhaitez pas afficher le lien"
20132013
msgid "Visit my Wishlist"
20142014
msgstr "Visitez ma liste de souhaits"
20152015

2016-
#: includes/class-alg-wc-wish-list-core.php:320
2016+
#: includes/class-alg-wc-wish-list-core.php:328
20172017
msgid "All the items have been removed from your wish list."
20182018
msgstr "Tous les articles ont été supprimés de votre liste de souhaits."
20192019

2020-
#: includes/class-alg-wc-wish-list-core.php:898
2020+
#: includes/class-alg-wc-wish-list-core.php:906
20212021
#: includes/pro/class-alg-wc-wish-list-pro-user-profile.php:92
20222022
#: templates/wish-list.php:38
20232023
msgid "The Wish list is empty."
20242024
msgstr "La liste de souhaits est vide."
20252025

2026-
#: includes/class-alg-wc-wish-list-core.php:997
2026+
#: includes/class-alg-wc-wish-list-core.php:1005
20272027
#: includes/free/class-alg-wc-wish-list-ajax.php:393
20282028
#: includes/free/class-alg-wc-wish-list-ajax.php:597
20292029
#: includes/free/class-alg-wc-wish-list-email-sharing.php:196
20302030
#: includes/free/class-alg-wc-wish-list.php:180
20312031
msgid "Sorry, Some error occurred. Please, try again later."
20322032
msgstr "Désolé, une erreur s'est produite. Veuillez réessayer plus tard."
20332033

2034-
#: includes/class-alg-wc-wish-list-core.php:1410
2034+
#: includes/class-alg-wc-wish-list-core.php:1418
20352035
msgid "Select Wishlist"
20362036
msgstr "Sélectionner la liste de souhaits"
20372037

2038-
#: includes/class-alg-wc-wish-list-core.php:1416
20392038
#: includes/class-alg-wc-wish-list-core.php:1424
2039+
#: includes/class-alg-wc-wish-list-core.php:1432
20402040
msgid "Create Wishlist"
20412041
msgstr "Créer une liste de souhaits"
20422042

2043-
#: includes/class-alg-wc-wish-list-core.php:1417
2043+
#: includes/class-alg-wc-wish-list-core.php:1425
20442044
msgid "Done"
20452045
msgstr "Fait"
20462046

2047-
#: includes/class-alg-wc-wish-list-core.php:1426
2047+
#: includes/class-alg-wc-wish-list-core.php:1434
20482048
msgid "Wishlist Name"
20492049
msgstr "Nom de la liste de souhaits"
20502050

2051-
#: includes/class-alg-wc-wish-list-core.php:1430
2052-
#: includes/class-alg-wc-wish-list-core.php:1443
2051+
#: includes/class-alg-wc-wish-list-core.php:1438
2052+
#: includes/class-alg-wc-wish-list-core.php:1451
20532053
msgid "Save Wishlist"
20542054
msgstr "Enregistrer la liste de souhaits"
20552055

2056-
#: includes/class-alg-wc-wish-list-core.php:1431
2057-
#: includes/class-alg-wc-wish-list-core.php:1444
2056+
#: includes/class-alg-wc-wish-list-core.php:1439
2057+
#: includes/class-alg-wc-wish-list-core.php:1452
20582058
msgid "Cancel"
20592059
msgstr "Annuler"
20602060

@@ -2335,12 +2335,12 @@ msgstr ""
23352335
msgid "Wishlist successfully saved."
23362336
msgstr ""
23372337

2338-
#: includes/class-alg-wc-wish-list-core.php:1437
2338+
#: includes/class-alg-wc-wish-list-core.php:1445
23392339
#: templates/wish-list.php:221
23402340
msgid "Copy Wishlist"
23412341
msgstr ""
23422342

2343-
#: includes/class-alg-wc-wish-list-core.php:1439
2343+
#: includes/class-alg-wc-wish-list-core.php:1447
23442344
msgid "Duplicate Wishlist Name"
23452345
msgstr ""
23462346

langs/wish-list-for-woocommerce-nl_NL.po

+16-16
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ msgstr ""
11201120

11211121
#: includes/admin/class-alg-wc-wish-list-settings-shortcodes.php:111
11221122
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:165
1123-
#: includes/class-alg-wc-wish-list-core.php:333
1123+
#: includes/class-alg-wc-wish-list-core.php:341
11241124
#: includes/free/class-alg-wc-wish-list-shortcodes.php:425
11251125
msgid "Remove all"
11261126
msgstr ""
@@ -1150,7 +1150,7 @@ msgid "Style > Thumb button > Icon - Added"
11501150
msgstr ""
11511151

11521152
#: includes/admin/class-alg-wc-wish-list-settings-social.php:37
1153-
#: includes/class-alg-wc-wish-list-core.php:1166
1153+
#: includes/class-alg-wc-wish-list-core.php:1174
11541154
msgid "Share"
11551155
msgstr ""
11561156

@@ -1905,7 +1905,7 @@ msgid "The success notification after all items have been removed from wishlist.
19051905
msgstr "De melding dat de bestelling is gelukt nadat alle items van de verlanglijst zijn verwijderd."
19061906

19071907
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:173
1908-
#: includes/class-alg-wc-wish-list-core.php:998
1908+
#: includes/class-alg-wc-wish-list-core.php:1006
19091909
msgid "All the items have been removed from your wishlist."
19101910
msgstr "Alle items zijn uit uw verlanglijst verwijderd."
19111911

@@ -2013,48 +2013,48 @@ msgstr "Laat het leeg als u de link niet wilt weergeven"
20132013
msgid "Visit my Wishlist"
20142014
msgstr "Bezoek mijn verlanglijstje"
20152015

2016-
#: includes/class-alg-wc-wish-list-core.php:320
2016+
#: includes/class-alg-wc-wish-list-core.php:328
20172017
msgid "All the items have been removed from your wish list."
20182018
msgstr "Alle items zijn uit uw verlanglijstje verwijderd."
20192019

2020-
#: includes/class-alg-wc-wish-list-core.php:898
2020+
#: includes/class-alg-wc-wish-list-core.php:906
20212021
#: includes/pro/class-alg-wc-wish-list-pro-user-profile.php:92
20222022
#: templates/wish-list.php:38
20232023
msgid "The Wish list is empty."
20242024
msgstr "De verlanglijst is leeg."
20252025

2026-
#: includes/class-alg-wc-wish-list-core.php:997
2026+
#: includes/class-alg-wc-wish-list-core.php:1005
20272027
#: includes/free/class-alg-wc-wish-list-ajax.php:393
20282028
#: includes/free/class-alg-wc-wish-list-ajax.php:597
20292029
#: includes/free/class-alg-wc-wish-list-email-sharing.php:196
20302030
#: includes/free/class-alg-wc-wish-list.php:180
20312031
msgid "Sorry, Some error occurred. Please, try again later."
20322032
msgstr "Sorry, er is een fout opgetreden. Probeer het later opnieuw."
20332033

2034-
#: includes/class-alg-wc-wish-list-core.php:1410
2034+
#: includes/class-alg-wc-wish-list-core.php:1418
20352035
msgid "Select Wishlist"
20362036
msgstr "Selecteer verlanglijstje"
20372037

2038-
#: includes/class-alg-wc-wish-list-core.php:1416
20392038
#: includes/class-alg-wc-wish-list-core.php:1424
2039+
#: includes/class-alg-wc-wish-list-core.php:1432
20402040
msgid "Create Wishlist"
20412041
msgstr "Maak een verlanglijstje"
20422042

2043-
#: includes/class-alg-wc-wish-list-core.php:1417
2043+
#: includes/class-alg-wc-wish-list-core.php:1425
20442044
msgid "Done"
20452045
msgstr "Klaar"
20462046

2047-
#: includes/class-alg-wc-wish-list-core.php:1426
2047+
#: includes/class-alg-wc-wish-list-core.php:1434
20482048
msgid "Wishlist Name"
20492049
msgstr "Naam verlanglijstje"
20502050

2051-
#: includes/class-alg-wc-wish-list-core.php:1430
2052-
#: includes/class-alg-wc-wish-list-core.php:1443
2051+
#: includes/class-alg-wc-wish-list-core.php:1438
2052+
#: includes/class-alg-wc-wish-list-core.php:1451
20532053
msgid "Save Wishlist"
20542054
msgstr "Bewaar verlanglijstje"
20552055

2056-
#: includes/class-alg-wc-wish-list-core.php:1431
2057-
#: includes/class-alg-wc-wish-list-core.php:1444
2056+
#: includes/class-alg-wc-wish-list-core.php:1439
2057+
#: includes/class-alg-wc-wish-list-core.php:1452
20582058
msgid "Cancel"
20592059
msgstr "Annuleren"
20602060

@@ -2335,12 +2335,12 @@ msgstr ""
23352335
msgid "Wishlist successfully saved."
23362336
msgstr ""
23372337

2338-
#: includes/class-alg-wc-wish-list-core.php:1437
2338+
#: includes/class-alg-wc-wish-list-core.php:1445
23392339
#: templates/wish-list.php:221
23402340
msgid "Copy Wishlist"
23412341
msgstr ""
23422342

2343-
#: includes/class-alg-wc-wish-list-core.php:1439
2343+
#: includes/class-alg-wc-wish-list-core.php:1447
23442344
msgid "Duplicate Wishlist Name"
23452345
msgstr ""
23462346

langs/wish-list-for-woocommerce.pot

+19-19
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# This file is distributed under the GNU General Public License v3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: wish-list-for-woocommerce 3.0.8\n"
5+
"Project-Id-Version: wish-list-for-woocommerce 3.0.9\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wish-list-for-woocommerce\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2024-09-19T13:26:10+02:00\n"
12+
"POT-Creation-Date: 2024-10-03T19:49:13+02:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"X-Generator: WP-CLI 2.9.0\n"
14+
"X-Generator: WP-CLI 2.7.1\n"
1515
"X-Domain: wish-list-for-woocommerce\n"
1616

1717
#. Plugin Name of the plugin
@@ -1161,7 +1161,7 @@ msgstr ""
11611161

11621162
#: includes/admin/class-alg-wc-wish-list-settings-shortcodes.php:111
11631163
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:165
1164-
#: includes/class-alg-wc-wish-list-core.php:333
1164+
#: includes/class-alg-wc-wish-list-core.php:341
11651165
#: includes/free/class-alg-wc-wish-list-shortcodes.php:425
11661166
msgid "Remove all"
11671167
msgstr ""
@@ -1191,7 +1191,7 @@ msgid "Style > Thumb button > Icon - Added"
11911191
msgstr ""
11921192

11931193
#: includes/admin/class-alg-wc-wish-list-settings-social.php:37
1194-
#: includes/class-alg-wc-wish-list-core.php:1166
1194+
#: includes/class-alg-wc-wish-list-core.php:1174
11951195
msgid "Share"
11961196
msgstr ""
11971197

@@ -1946,7 +1946,7 @@ msgid "The success notification after all items have been removed from wishlist.
19461946
msgstr ""
19471947

19481948
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:173
1949-
#: includes/class-alg-wc-wish-list-core.php:998
1949+
#: includes/class-alg-wc-wish-list-core.php:1006
19501950
msgid "All the items have been removed from your wishlist."
19511951
msgstr ""
19521952

@@ -2067,57 +2067,57 @@ msgstr ""
20672067
msgid "Wishlist successfully saved."
20682068
msgstr ""
20692069

2070-
#: includes/class-alg-wc-wish-list-core.php:320
2070+
#: includes/class-alg-wc-wish-list-core.php:328
20712071
msgid "All the items have been removed from your wish list."
20722072
msgstr ""
20732073

2074-
#: includes/class-alg-wc-wish-list-core.php:898
2074+
#: includes/class-alg-wc-wish-list-core.php:906
20752075
#: includes/pro/class-alg-wc-wish-list-pro-user-profile.php:92
20762076
#: templates/wish-list.php:38
20772077
msgid "The Wish list is empty."
20782078
msgstr ""
20792079

2080-
#: includes/class-alg-wc-wish-list-core.php:997
2080+
#: includes/class-alg-wc-wish-list-core.php:1005
20812081
#: includes/free/class-alg-wc-wish-list-ajax.php:393
20822082
#: includes/free/class-alg-wc-wish-list-ajax.php:597
20832083
#: includes/free/class-alg-wc-wish-list-email-sharing.php:196
20842084
#: includes/free/class-alg-wc-wish-list.php:180
20852085
msgid "Sorry, Some error occurred. Please, try again later."
20862086
msgstr ""
20872087

2088-
#: includes/class-alg-wc-wish-list-core.php:1410
2088+
#: includes/class-alg-wc-wish-list-core.php:1418
20892089
msgid "Select Wishlist"
20902090
msgstr ""
20912091

2092-
#: includes/class-alg-wc-wish-list-core.php:1416
20932092
#: includes/class-alg-wc-wish-list-core.php:1424
2093+
#: includes/class-alg-wc-wish-list-core.php:1432
20942094
msgid "Create Wishlist"
20952095
msgstr ""
20962096

2097-
#: includes/class-alg-wc-wish-list-core.php:1417
2097+
#: includes/class-alg-wc-wish-list-core.php:1425
20982098
msgid "Done"
20992099
msgstr ""
21002100

2101-
#: includes/class-alg-wc-wish-list-core.php:1426
2101+
#: includes/class-alg-wc-wish-list-core.php:1434
21022102
msgid "Wishlist Name"
21032103
msgstr ""
21042104

2105-
#: includes/class-alg-wc-wish-list-core.php:1430
2106-
#: includes/class-alg-wc-wish-list-core.php:1443
2105+
#: includes/class-alg-wc-wish-list-core.php:1438
2106+
#: includes/class-alg-wc-wish-list-core.php:1451
21072107
msgid "Save Wishlist"
21082108
msgstr ""
21092109

2110-
#: includes/class-alg-wc-wish-list-core.php:1431
2111-
#: includes/class-alg-wc-wish-list-core.php:1444
2110+
#: includes/class-alg-wc-wish-list-core.php:1439
2111+
#: includes/class-alg-wc-wish-list-core.php:1452
21122112
msgid "Cancel"
21132113
msgstr ""
21142114

2115-
#: includes/class-alg-wc-wish-list-core.php:1437
2115+
#: includes/class-alg-wc-wish-list-core.php:1445
21162116
#: templates/wish-list.php:221
21172117
msgid "Copy Wishlist"
21182118
msgstr ""
21192119

2120-
#: includes/class-alg-wc-wish-list-core.php:1439
2120+
#: includes/class-alg-wc-wish-list-core.php:1447
21212121
msgid "Duplicate Wishlist Name"
21222122
msgstr ""
21232123

0 commit comments

Comments
 (0)