Skip to content

Commit 3a11554

Browse files
v3.2.7
1 parent c63490d commit 3a11554

16 files changed

+341
-83
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"wpfactory/wpfactory-admin-menu": "*"
2020
},
2121
"config": {
22-
"preferred-install": "dist"
22+
"preferred-install": "dist",
23+
"autoloader-suffix": "WPFactoryWooCommerceWishlist"
2324
}
2425
}

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Wish List for WooCommerce - Core Class.
44
*
5-
* @version 3.2.5
5+
* @version 3.2.7
66
* @since 1.0.0
77
* @author WPFactory.
88
*/
@@ -21,7 +21,7 @@ final class Alg_WC_Wish_List_Core {
2121
* @since 1.0.0
2222
* @var string
2323
*/
24-
public $version = '3.2.6';
24+
public $version = '3.2.7';
2525

2626
/**
2727
* @since 1.0.0
@@ -357,7 +357,7 @@ function add_cross_selling_library() {
357357
/**
358358
* move_wc_settings_tab_to_wpfactory_submenu.
359359
*
360-
* @version 3.1.0
360+
* @version 3.2.7
361361
* @since 3.1.0
362362
*
363363
* @return void
@@ -371,7 +371,12 @@ function move_wc_settings_tab_to_wpfactory_menu() {
371371
$wpf_admin_menu->move_wc_settings_tab_to_wpfactory_menu( array(
372372
'wc_settings_tab_id' => 'alg_wc_wish_list',
373373
'menu_title' => __( 'Wishlist', 'cost-of-goods-for-woocommerce' ),
374-
'page_title' => __( 'Wishlist', 'cost-of-goods-for-woocommerce' ),
374+
'page_title' => __( 'WooCommerce Wishlist: Multiple Wishlists per Customer', 'cost-of-goods-for-woocommerce' ),
375+
'plugin_icon' => array(
376+
'get_url_method' => 'wporg_plugins_api',
377+
'wporg_plugin_slug' => 'wish-list-for-woocommerce',
378+
'style' => 'margin-left:-4px',
379+
)
375380
) );
376381
}
377382

includes/free/class-alg-wc-wish-list-stock-bkg-process.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Wish List for WooCommerce Pro - Background process
44
*
5-
* @version 1.3.2
5+
* @version 3.2.7
66
* @since 1.3.2
77
* @author WPFactory.
88
*/
@@ -11,6 +11,13 @@
1111
exit;
1212
} // Exit if accessed directly
1313

14+
if ( ! class_exists( 'WP_Async_Request', false ) ) {
15+
include_once dirname( WC_PLUGIN_FILE ) . '/includes/libraries/wp-async-request.php';
16+
}
17+
if ( ! class_exists( 'WP_Background_Process', false ) ) {
18+
include_once dirname( WC_PLUGIN_FILE ) . '/includes/libraries/wp-background-process.php';
19+
}
20+
1421
if ( ! class_exists( 'Alg_WC_Wish_List_Stock_Bkg_Process' ) ) {
1522

1623
class Alg_WC_Wish_List_Stock_Bkg_Process extends \WP_Background_Process {

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ msgstr ""
1313
"X-Generator: Poedit 3.4.4\n"
1414
"X-Domain: wish-list-for-woocommerce\n"
1515

16-
#. Plugin Name of the plugin
1716
#: includes/admin/class-alg-wc-wish-list-settings.php:50
1817
msgid "Wishlist for WooCommerce Pro"
1918
msgstr ""
@@ -1123,7 +1122,7 @@ msgstr ""
11231122

11241123
#: includes/admin/class-alg-wc-wish-list-settings-shortcodes.php:123
11251124
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:177
1126-
#: includes/class-alg-wc-wish-list-core.php:420
1125+
#: includes/class-alg-wc-wish-list-core.php:425
11271126
#: includes/free/class-alg-wc-wish-list-shortcodes.php:473
11281127
msgid "Remove all"
11291128
msgstr "Tout supprimer"
@@ -1153,7 +1152,7 @@ msgid "Style > Thumb button > Icon - Added"
11531152
msgstr ""
11541153

11551154
#: includes/admin/class-alg-wc-wish-list-settings-social.php:49
1156-
#: includes/class-alg-wc-wish-list-core.php:1287
1155+
#: includes/class-alg-wc-wish-list-core.php:1292
11571156
msgid "Share"
11581157
msgstr ""
11591158

@@ -1799,7 +1798,7 @@ msgstr ""
17991798

18001799
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:97
18011800
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:100
1802-
#: includes/class-alg-wc-wish-list-core.php:870
1801+
#: includes/class-alg-wc-wish-list-core.php:875
18031802
#: includes/free/class-alg-wc-wish-list-ajax.php:414
18041803
#: includes/free/class-alg-wc-wish-list-ajax.php:623
18051804
#: includes/free/class-alg-wc-wish-list.php:193
@@ -1829,7 +1828,7 @@ msgid "Error text if some problem occurs"
18291828
msgstr ""
18301829

18311830
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:124
1832-
#: includes/class-alg-wc-wish-list-core.php:869
1831+
#: includes/class-alg-wc-wish-list-core.php:874
18331832
msgid "Sorry, Some error ocurred. Please, try again later."
18341833
msgstr ""
18351834

@@ -1848,7 +1847,7 @@ msgid "%s will be replaced by the product title"
18481847
msgstr "%s sera remplacé par le titre du produit"
18491848

18501849
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:133
1851-
#: includes/class-alg-wc-wish-list-core.php:866
1850+
#: includes/class-alg-wc-wish-list-core.php:871
18521851
#: includes/free/class-alg-wc-wish-list-ajax.php:700
18531852
msgid "%s was successfully added to wishlist"
18541853
msgstr "%s a été ajouté avec succès à la liste de souhaits"
@@ -1862,7 +1861,7 @@ msgid "Notification text after an item is removed from wishlist."
18621861
msgstr ""
18631862

18641863
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:142
1865-
#: includes/class-alg-wc-wish-list-core.php:868
1864+
#: includes/class-alg-wc-wish-list-core.php:873
18661865
#: includes/free/class-alg-wc-wish-list-ajax.php:413
18671866
#: includes/free/class-alg-wc-wish-list-ajax.php:622
18681867
#: includes/free/class-alg-wc-wish-list-ajax.php:702
@@ -1916,7 +1915,7 @@ msgid "The success notification after all items have been removed from wishlist.
19161915
msgstr ""
19171916

19181917
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:185
1919-
#: includes/class-alg-wc-wish-list-core.php:1114
1918+
#: includes/class-alg-wc-wish-list-core.php:1119
19201919
msgid "All the items have been removed from your wishlist."
19211920
msgstr ""
19221921

@@ -2024,17 +2023,17 @@ msgstr "Laissez-le vide si vous ne souhaitez pas afficher le lien"
20242023
msgid "Visit my Wishlist"
20252024
msgstr "Visitez ma liste de souhaits"
20262025

2027-
#: includes/class-alg-wc-wish-list-core.php:406
2026+
#: includes/class-alg-wc-wish-list-core.php:411
20282027
msgid "All the items have been removed from your wish list."
20292028
msgstr "Tous les articles ont été supprimés de votre liste de souhaits."
20302029

2031-
#: includes/class-alg-wc-wish-list-core.php:1008
2030+
#: includes/class-alg-wc-wish-list-core.php:1013
20322031
#: includes/pro/class-alg-wc-wish-list-pro-user-profile.php:93
20332032
#: templates/wish-list.php:41
20342033
msgid "The Wish list is empty."
20352034
msgstr "La liste de souhaits est vide."
20362035

2037-
#: includes/class-alg-wc-wish-list-core.php:1113
2036+
#: includes/class-alg-wc-wish-list-core.php:1118
20382037
#: includes/free/class-alg-wc-wish-list-ajax.php:415
20392038
#: includes/free/class-alg-wc-wish-list-ajax.php:624
20402039
#: includes/free/class-alg-wc-wish-list-email-sharing.php:197
@@ -2344,7 +2343,7 @@ msgid "Notification text after saved wishlist."
23442343
msgstr ""
23452344

23462345
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:282
2347-
#: includes/class-alg-wc-wish-list-core.php:867
2346+
#: includes/class-alg-wc-wish-list-core.php:872
23482347
#: includes/free/class-alg-wc-wish-list-ajax.php:621
23492348
msgid "Wishlist successfully saved."
23502349
msgstr ""
@@ -2450,3 +2449,7 @@ msgstr ""
24502449
#: includes/admin/class-alg-wc-wish-list-settings-social.php:118
24512450
msgid "Share via Email"
24522451
msgstr ""
2452+
2453+
#. Plugin Name of the plugin
2454+
msgid "WooCommerce Wishlist: Multiple Wishlists per Customer Pro"
2455+
msgstr ""

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ msgstr ""
1313
"X-Generator: Poedit 3.4.4\n"
1414
"X-Domain: wish-list-for-woocommerce\n"
1515

16-
#. Plugin Name of the plugin
1716
#: includes/admin/class-alg-wc-wish-list-settings.php:50
1817
msgid "Wishlist for WooCommerce Pro"
1918
msgstr ""
@@ -1123,7 +1122,7 @@ msgstr ""
11231122

11241123
#: includes/admin/class-alg-wc-wish-list-settings-shortcodes.php:123
11251124
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:177
1126-
#: includes/class-alg-wc-wish-list-core.php:420
1125+
#: includes/class-alg-wc-wish-list-core.php:425
11271126
#: includes/free/class-alg-wc-wish-list-shortcodes.php:473
11281127
msgid "Remove all"
11291128
msgstr ""
@@ -1153,7 +1152,7 @@ msgid "Style > Thumb button > Icon - Added"
11531152
msgstr ""
11541153

11551154
#: includes/admin/class-alg-wc-wish-list-settings-social.php:49
1156-
#: includes/class-alg-wc-wish-list-core.php:1287
1155+
#: includes/class-alg-wc-wish-list-core.php:1292
11571156
msgid "Share"
11581157
msgstr ""
11591158

@@ -1799,7 +1798,7 @@ msgstr "Opties die gebruikt kunnen worden om teksten aan te passen"
17991798

18001799
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:97
18011800
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:100
1802-
#: includes/class-alg-wc-wish-list-core.php:870
1801+
#: includes/class-alg-wc-wish-list-core.php:875
18031802
#: includes/free/class-alg-wc-wish-list-ajax.php:414
18041803
#: includes/free/class-alg-wc-wish-list-ajax.php:623
18051804
#: includes/free/class-alg-wc-wish-list.php:193
@@ -1829,7 +1828,7 @@ msgid "Error text if some problem occurs"
18291828
msgstr "Fouttekst als er een probleem optreedt"
18301829

18311830
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:124
1832-
#: includes/class-alg-wc-wish-list-core.php:869
1831+
#: includes/class-alg-wc-wish-list-core.php:874
18331832
msgid "Sorry, Some error ocurred. Please, try again later."
18341833
msgstr "Sorry, er is een fout opgetreden. Probeer het later opnieuw."
18351834

@@ -1848,7 +1847,7 @@ msgid "%s will be replaced by the product title"
18481847
msgstr "%s wordt vervangen door de producttitel"
18491848

18501849
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:133
1851-
#: includes/class-alg-wc-wish-list-core.php:866
1850+
#: includes/class-alg-wc-wish-list-core.php:871
18521851
#: includes/free/class-alg-wc-wish-list-ajax.php:700
18531852
msgid "%s was successfully added to wishlist"
18541853
msgstr "%s is succesvol toegevoegd aan de verlanglijst"
@@ -1862,7 +1861,7 @@ msgid "Notification text after an item is removed from wishlist."
18621861
msgstr "Notification text after an item is removed from wishlist."
18631862

18641863
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:142
1865-
#: includes/class-alg-wc-wish-list-core.php:868
1864+
#: includes/class-alg-wc-wish-list-core.php:873
18661865
#: includes/free/class-alg-wc-wish-list-ajax.php:413
18671866
#: includes/free/class-alg-wc-wish-list-ajax.php:622
18681867
#: includes/free/class-alg-wc-wish-list-ajax.php:702
@@ -1916,7 +1915,7 @@ msgid "The success notification after all items have been removed from wishlist.
19161915
msgstr "De melding dat de bestelling is gelukt nadat alle items van de verlanglijst zijn verwijderd."
19171916

19181917
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:185
1919-
#: includes/class-alg-wc-wish-list-core.php:1114
1918+
#: includes/class-alg-wc-wish-list-core.php:1119
19201919
msgid "All the items have been removed from your wishlist."
19211920
msgstr "Alle items zijn uit uw verlanglijst verwijderd."
19221921

@@ -2024,17 +2023,17 @@ msgstr "Laat het leeg als u de link niet wilt weergeven"
20242023
msgid "Visit my Wishlist"
20252024
msgstr "Bezoek mijn verlanglijstje"
20262025

2027-
#: includes/class-alg-wc-wish-list-core.php:406
2026+
#: includes/class-alg-wc-wish-list-core.php:411
20282027
msgid "All the items have been removed from your wish list."
20292028
msgstr "Alle items zijn uit uw verlanglijstje verwijderd."
20302029

2031-
#: includes/class-alg-wc-wish-list-core.php:1008
2030+
#: includes/class-alg-wc-wish-list-core.php:1013
20322031
#: includes/pro/class-alg-wc-wish-list-pro-user-profile.php:93
20332032
#: templates/wish-list.php:41
20342033
msgid "The Wish list is empty."
20352034
msgstr "De verlanglijst is leeg."
20362035

2037-
#: includes/class-alg-wc-wish-list-core.php:1113
2036+
#: includes/class-alg-wc-wish-list-core.php:1118
20382037
#: includes/free/class-alg-wc-wish-list-ajax.php:415
20392038
#: includes/free/class-alg-wc-wish-list-ajax.php:624
20402039
#: includes/free/class-alg-wc-wish-list-email-sharing.php:197
@@ -2344,7 +2343,7 @@ msgid "Notification text after saved wishlist."
23442343
msgstr ""
23452344

23462345
#: includes/admin/class-alg-wc-wish-list-settings-texts.php:282
2347-
#: includes/class-alg-wc-wish-list-core.php:867
2346+
#: includes/class-alg-wc-wish-list-core.php:872
23482347
#: includes/free/class-alg-wc-wish-list-ajax.php:621
23492348
msgid "Wishlist successfully saved."
23502349
msgstr ""
@@ -2450,3 +2449,7 @@ msgstr ""
24502449
#: includes/admin/class-alg-wc-wish-list-settings-social.php:118
24512450
msgid "Share via Email"
24522451
msgstr ""
2452+
2453+
#. Plugin Name of the plugin
2454+
msgid "WooCommerce Wishlist: Multiple Wishlists per Customer Pro"
2455+
msgstr ""

0 commit comments

Comments
 (0)