Änderungsliste

Änderungsliste: Einfache Punkte und Belohnungen

Version: 2.1.0
Getestet bis: 7.0.4
Erfordert WP: 6.2
Erfordert PHP: 7.4

Version 2.1.0 – 29th July 2026

  • ✨ NeuAdded WooCommerce Subscriptions support with a dedicated “Subscriptions” settings tab that appears when WooCommerce Subscriptions is active. Points are now reliably awarded on subscription renewal orders — previously, renewals only earned points when the award timing was set to “completed” and were silently skipped on the default timing. Because renewal orders are created in the background and never reach the “thank you” page, a dedicated award timing option controls when renewal points are granted: matching your “Place an Order” timing (default), when the renewal payment completes, or when the renewal order is completed. Renewal earnings are labelled separately in the points activity log, and refunded or cancelled renewals deduct points as normal.
  • ✨ Neu(PRO) Added a “Renewal earning rate” option to the Subscriptions settings, to award renewal orders a percentage of the regular points (e.g. 50%) or a fixed number of points per renewal, instead of the full regular rate.
  • ✨ NeuAdded “Include sign-up fees in points calculations” and “Exclude subscription products from earning points” options for initial subscription purchases. Both are applied consistently across order awards, cart/checkout previews, and product page points messages.
  • ✨ NeuAdded a “Count renewal orders toward the Bonus after X Orders milestone” option, so automatic subscription renewals can be excluded from order-count bonuses (the “Bonus after X Orders” earning method itself is a PRO feature).
  • ✨ NeuAdded a “Points Value Prefix” option under the Points Label settings tab, letting you show a symbol before every points amount (for example a “$” so 100 points display as “$100”). The prefix is applied everywhere points are shown to customers, including the rewards dashboard, floating rewards widget, product pages, cart, checkout and thank you pages, the Claim Rewards page, points history and customer emails.
  • ✨ NeuAdded a “Points Icon” option under the Points Label settings tab to show a small icon next to points values. Choose from the bundled icons (coin, dollar, star, gem, trophy or gift) or upload your own image from the WordPress media library, and choose whether the icon appears only on prominent amounts (balances and product/cart totals) or on every points value shown to customers.
  • ✨ Neu(PRO) The “Use different multipliers per earn type” option under Levels & Badges now includes every way to earn, including the “Product Offers & Bonuses”, “Daily Prize Wheel” and any developer-registered “Custom Ways to Earn”, so each can have its own multiplier.
  • ✨ Neu(PRO) The “Cart: Coupon Applied” conditional rule condition can now be left blank to match ANY applied coupon, instead of requiring specific coupon codes. This makes it easy to reduce or disable points whenever a customer uses any discount voucher (for example, pair it with the “Hide/Disable” action to award no order points on any coupon order). Entering one or more codes still targets only those coupons as before.
  • ✨ Neu(PRO) The “Cart: Coupon Applied” conditional rule condition now includes “Coupon Types” checkboxes, letting you choose which coupon types count for the condition: “Regular WooCommerce Coupons”, “Points Voucher Coupons” (including Prize Wheel vouchers) and “Points Referral Coupons”. All types are enabled by default, so existing rules are unchanged.
  • ✨ Neu(PRO) Added a “Color” column to the Prize Wheel prizes settings, allowing each prize’s panel colour on the wheel to be customised. Colours default to the wheel’s existing palette, so existing wheels are unchanged.
  • ✨ Neu(PRO) Added “Exclude products from points redemption” and “Exclude product categories from points redemption” options under Rewards > Advanced Settings. The value of any matching cart items is removed from the cart total used to cap the points discount at checkout, so points can no longer be redeemed against those products (for example, items in a Sale category). Works alongside the existing “Maximum cart percentage for points redemption” limit, and is enforced on both the redemption slider and server-side.
  • ✨ Neu(PRO) Added a “Minimum cart total required to redeem points” option under Rewards > Points Discount on Checkout > Advanced Settings. Customers cannot pay with points until the cart reaches this amount. When the cart is below the minimum, the redemption slider and “Add Discount to Cart” button are disabled and an explanatory note is shown beneath the tool on the cart and checkout. The requirement is enforced server-side too, so an already-applied discount is automatically removed if the cart later drops below the minimum (for example, after removing items). Works alongside the existing “Maximum cart percentage for points redemption” limit. Set to 0 for no minimum.
  • ✨ NeuRedesigned the admin “Reports & Analytics” page. Added a date range dropdown with quick presets (All time, Last 7/30/90 days, Last 12 months, or a custom range), a new “Points Trend” chart showing points earned vs redeemed over time (daily for shorter ranges, monthly for longer ones), and a new “Points Redeemed Per Method” section breaking down where points are being spent or deducted (reward redemptions, order refunds/cancellations, points expiry, admin adjustments, referral clawbacks and prize wheel spin purchases). The “Points Earned Per Method” boxes now also show how many times each method was awarded, and the stat boxes are laid out in a tidier grid of up to five per row.
  • ✨ NeuAdded new metrics to the “Reports & Analytics” overview: “Redemption Rate” (the share of earned points that have been redeemed in the selected range), “Points Liability” (the monetary value of all points currently in circulation, calculated from your points redemption rate), “Avg Earned / Customer” (average points earned per active customer in the range) and “Outstanding Vouchers” (claimed reward vouchers that have not been used or expired yet, including the combined value of fixed-amount vouchers).
  • ✨ NeuAdded an “Export CSV” button to the “Customer Points” admin page, allowing every customer’s points balance and lifetime earned total to be downloaded as a CSV file.
  • ✨ NeuAdded an “Export CSV” button to the “Points Activity Log” admin page, allowing the points activity log to be downloaded as a CSV file. The download respects any filters currently applied to the log (date range, customer, action text, points range and type).
  • ✨ NeuAdded an “Import / Export Settings” section to the bottom of the plugin settings page. “Export Settings” downloads every plugin setting as a JSON file, for backups or for copying your configuration to another site, and “Import Settings” restores a previously exported file. Imported values pass through the same validation and sanitisation as a normal settings save, and any settings not present in an imported file (for example an older export from a previous version) keep their current values rather than being reset.
  • ✨ NeuAdded anti-fraud controls to the referral system under Earn > Referral System. “Only award referral points for new customers” limits the referral bonus to a referred customer’s first order, so their repeat orders no longer keep rewarding the referrer. “Maximum referral bonuses per referrer per day” caps how many referral bonuses one customer can earn each day (set to 0 for no limit). An optional “Block referral points when the order IP matches the referrer” check skips the bonus when a referred order is placed from the same IP address as one of the referrer’s own recent orders. All three are disabled by default so existing behaviour is unchanged.
  • ✨ Neu(PRO) Expired reward voucher coupons are now automatically deleted on a daily schedule when “Auto Delete Expired” is enabled, instead of only being removed when the Reward Vouchers admin page is opened.
  • ???? TweakThe “Potential Points” in the admin order meta box, the customer detail page pending points, and the order “thank you” page projections now use the same final points calculation as the actual award, so level multipliers, earning caps, conditional rules and subscription renewal rates are all reflected consistently before points are granted.
  • ???? TweakSplit the “General Settings” tab in the plugin settings into three dedicated tabs for easier navigation: “Points Label” (rewards/points labels, value prefix and points icon), “Product Pages” (points messages on product pages and category/shop listings) and “Terms and Conditions”. The “Settings” buttons for the voucher expiry and auto-delete features on the PRO Features tab now also open the “Points Expiry” tab where those settings live.
  • ???? Tweak(PRO) Moved the plugin’s scheduled background tasks — delayed points, points inactivity expiry, birthday bonuses, guest reminder emails and expired coupon/voucher cleanup — from WordPress cron (WP-Cron) to Action Scheduler, which is bundled with WooCommerce. This makes these tasks more reliable and lets you monitor them under WooCommerce > Status > Scheduled Actions. Existing scheduled events are migrated automatically when you update, the plugin falls back to WP-Cron if Action Scheduler is ever unavailable, and all scheduled tasks are cleared cleanly when the plugin is deactivated.
  • ???? Tweak(PRO) Points inactivity expiry and guest reminder emails now process customers in batches that continue until finished, instead of handling everyone in a single run, preventing timeouts or memory issues on stores with very large customer bases.
  • ???? Tweak(PRO) The floating rewards widget no longer loads the Font Awesome icon library on every page of your site. The widget button’s icon is now rendered as a lightweight inline SVG, and the icon library is only loaded when a customer opens the widget, removing a large render-blocking stylesheet and font download for faster page loads.
  • ???? Feststehend(PRO) The “Bonus after X Orders” milestone now detects WooCommerce High-Performance Order Storage correctly. Previously, stores still using legacy (posts) order storage on modern WooCommerce counted orders from the empty HPOS table, so the milestone could never be reached.
  • ???? Feststehend(PRO) The level points multiplier (and any per-earn-type multipliers) is now correctly applied to all bonus ways to earn. Previously it was only applied to order-based earning, so daily login, login streak, birthday, signup, review, first order, bonus after X orders, referral and social sharing points ignored the level multiplier.
  • ???? Feststehend(PRO) The birthday date entered on the rewards dashboard is no longer shifted back a day (e.g. saved as October 7th but shown as October 6th) on stores whose timezone is behind UTC. The date is now stored and displayed exactly as entered, regardless of the site timezone.
  • ???? FeststehendHardened all points balance changes against concurrent requests. Balances are now updated atomically at the database level, and reward redemptions, order point awards/deductions, checkout points discounts, prize wheel spins, spin purchases and social share rewards are serialised, so double-clicks or simultaneous requests can no longer double-spend or double-award points. Manual balance edits on a user’s profile page are now also recorded in the Points Activity Log.
  • ???? FeststehendPoints redeemed as a discount at checkout are now re-checked against the customer’s current balance both when the discount is applied and when the order is placed. Previously, if the balance no longer covered the points (for example after redeeming those same points for another reward first), the order could still keep the full points discount without the points actually being deducted. The discount is now automatically removed when the points are no longer available, and the checkout deduction refuses rather than reducing to zero, so points can never be spent twice.
  • ???? FeststehendHardened the referral points award and refund deduction against concurrent requests, so simultaneous order status changes or refund events can no longer award or deduct referral points twice for the same order.
  • ???? FeststehendStrengthened self-referral blocking so it also matches a referred order’s billing email against the referrer’s account and billing email. Previously only the logged-in account was checked, so a customer could bypass it by logging out or checking out as a guest with their own email.
  • ???? Feststehend(PRO) The “Usage Limitation” option for referral gift coupons is now enforced. Previously gift coupons were always created with unlimited uses regardless of the setting; each referred customer’s coupon is now limited to a single use (per email address or per user account) unless “Unlimited uses” is selected. The limit also applies to gift coupons created before this update.
  • ???? FeststehendCorrected the referrer’s “successful referrals” count being increased more than once for a single coupon-based referral (and when a referred order was later refunded).
  • ???? FeststehendThe checkout/cart rewards box points summary tooltip now shows on the cart page too, not just the checkout page. Previously the summary breakdown was only built on the checkout page, so the tooltip never appeared on the cart even when “Show points summary” was enabled.
  • ???? Feststehend(PRO) Delayed points are no longer capped at 25 releases per hour. Due points are now released in continuing batches until the backlog is cleared, so stores that award a large volume of delayed points no longer build up an ever-growing queue of unreleased points.
  • ???? Feststehend(PRO) Opening the “Reward Vouchers” or “Referral Gift Coupons” admin pages with “Auto Delete Expired” enabled could delete vouchers or coupons that had not actually expired yet, because their expiry date was misread. Expiry dates are now read correctly, so only genuinely expired vouchers and coupons are removed.
  • ???? Feststehend(PRO) The “View Products” button on the “Write a Review” card of the rewards dashboard did nothing when clicked on some sites. The dashboard’s scripts and stylesheets were being served with a fixed version number that never changed between plugin updates, so browsers, CDNs and caching plugins kept serving an older cached copy from before the button existed. Every plugin script and stylesheet is now versioned with the plugin version, so updated files are always picked up straight after an update — this also fixes any other feature that appeared to be missing or unresponsive because an outdated file was still cached.
  • ???? Feststehend(PRO) The list of products inside the “Products to Review” popup lost its list formatting on the My Account rewards dashboard (it was unaffected on pages using the rewards shortcode). The popup’s screen reader labelling was also being stripped out. The dashboard’s HTML filtering now allows list markup and accessibility attributes through, so the popup displays correctly and is announced properly by assistive technology.
  • AndereUpdated the Freemius SDK.

Version 2.0.0 – 2nd July 2026

  • ✨ Neu(PRO) Added “Product Offers & Bonuses”, a new way to earn that awards bonus points for purchasing specific products, product bundles or product categories. Each rule has its own points value, minimum quantity, earning frequency (once/daily/weekly/monthly/unlimited), lifetime award cap and tracking mode (met within a single order, or accumulated across orders over time). Rules can also have an active start/end date and time with an optional live countdown timer, a “Special Offer” box on matching product pages, and appear on the rewards dashboard with product images (rotating between images for bundles), product links and an add-to-cart button.
  • ✨ Neu(PRO) Added “Custom Ways to Earn”, a developer API to register your own ways to earn points entirely from code with spar_register_custom_earn_way(). Each way supports points, earning frequency (once/daily/weekly/monthly/unlimited), a lifetime cap per user, role restrictions, an active start/end date and time, and an optional live countdown, dashboard card and button. Registered ways appear read-only in the “Ways to Earn” settings (where their rules are shown and their display order can be dragged), and points are awarded from your code via spar_award_custom_earn_way() or the spar_custom_earn_trigger action, with a spar_custom_earn_points filter to adjust the points on the fly.
  • ✨ NeuAdded an “Apply tax reduction to redeemed points” option under “Include tax in points preview” in the Points Discount on Checkout settings. When enabled, points redemptions are applied as a taxable discount fee so tax services such as Avalara can reduce the taxable order amount. This option is only shown on stores where an Avalara/AvaTax integration is detected, and defaults to enabled on those stores. A “Points redemption tax class” selector also appears when this option is enabled, allowing the fee to use the default or a custom WooCommerce tax class.
  • ✨ Neu(PRO) Added a “Limit per product” option to the “Write a Review” way to earn, controlling how many reviews per product can earn points for each customer.
  • ✨ Neu(PRO) Added a “Require the customer to have purchased the product” option to the “Write a Review” way to earn, only awarding review points when WooCommerce can verify the purchase.
  • ✨ Neu(PRO) Added a “Show purchased products they have not reviewed yet” option that adds a “View Products” button to the Write a Review card, listing purchased products with their review status and links to review the ones still eligible for points.
  • ✨ NeuAdded a “Do not award points on orders where points were redeemed at checkout” option under Earn > Place an Order. When enabled, customers earn no points on orders where points were redeemed at checkout. Disabled by default, so points continue to be awarded on the remaining non-redeemed order balance.
  • ✨ NeuAdded a “Custom Benefits” field to the Starter (Level 0) tier under Levels & Badges, so the benefits shown to customers for the Starter level can be edited. The Levels settings now also preview the exact benefits customers see for the Starter level instead of a fixed placeholder.
  • ✨ NeuAdded a “Show points discount on” option to the Points Discount on Checkout settings, allowing the points discount tool to be limited to the cart page, the checkout page, or both.
  • ✨ Neu(PRO) Added a “Free Product Bundle” reward type, allowing you to select multiple products that are all added to the cart for free when the reward is redeemed. Bundle products are added as individual line items (so they behave like a normal order) but are grouped and styled together as a bundle in the cart and checkout.
  • ✨ NeuAdded a “Product Image” option to the “Reward Icon” setting for Free Product and Free Product Bundle rewards. When selected, the product image is shown on the rewards dashboard instead of an icon (a rotating image carousel is shown for bundles), and it is auto-selected when a reward’s type is changed to a product or product bundle.
  • ✨ NeuAdded a “Show total value” option to Free Product and Free Product Bundle rewards, displaying the total value of the product(s) beneath the name on the rewards dashboard, the Claim Rewards tab and the cart/checkout rewards tool.
  • ✨ NeuEach level in the Levels & Badges settings now has its own WordPress user capability (shown when editing the level) that is automatically granted to customers at that level, so you can restrict content to a level using a membership/restriction plugin or your own code.
  • ✨ NeuAdded “Minimum spend to earn”, “Maximum points per order” and “Exclude on-sale / discounted products” limit options to the “Place an Order” way to earn, giving more control over when and how many points are awarded on spend-based orders.
  • ✨ NeuAdded a “Maximum percentage of total” limit option to the “Place an Order” way to earn, capping the awarded points so their redeemable value never exceeds a set percentage of the order total (using your redemption rate).
  • ✨ NeuAdded a “Duplicate” button to the “Rewards” and “Levels & Badges” lists, allowing you to quickly copy an existing reward or level and edit it.
  • ???? TweakThe checkout/cart rewards box points summary tooltip now lists any configured earning limits (minimum spend, maximum percentage of total, maximum points per order and on-sale exclusion).
  • ???? TweakConverted the field descriptions in the “Limits” section of the “Place an Order” way to earn into hover tooltips for a cleaner, more compact layout.
  • ???? TweakRedesigned the “Ways to Earn” settings so each way to earn’s options are grouped into clearly separated, boxed sections laid out in responsive columns (up to three per row) for easier scanning.
  • ???? TweakConverted the checkboxes within the “Ways to Earn” settings to toggle switches for a more consistent look, and fixed some checkbox and label alignment issues.
  • ???? TweakAdded an option to customise the color of the font awesome icons used in the “Levels & Badges” settings.
  • ???? TweakReplaced the “Badge Icon”, “Reward Icon” and “Widget Icon” dropdowns with a modern visual icon picker that shows each option as a selectable box with the icon previewed, making it easier to see and choose an icon.
  • ???? TweakAdded many more Font Awesome icon options to the “Badge Icon”, “Reward Icon” and “Widget Icon” pickers.
  • ???? TweakAdded an “Upload / Select” button next to the “Custom Icon (Image URL)” fields, allowing an image to be chosen from or uploaded to the WordPress media library instead of pasting a URL.
  • ???? Tweak(PRO) Updated some of the descriptions in the conditional rules settings.
  • ???? Tweak(PRO) The floating rewards widget now shows the discount the referral coupon gives (e.g. “Give your friends 10% off!”) beneath the “Your Referral Coupon:” heading on the Refer tab.
  • ???? TweakMade a few styling improvements to the “Points for Referrals”, “Claim Prize Wheel Spins” and “Points Discounts” sections on the rewards dashboard.
  • ???? TweakFree product and bundle vouchers now show the reward/bundle name followed by the included product names in brackets (e.g. “Epic Bundle (Product A, Product B)”) on the “My Vouchers” cart/checkout tab and the “Your Vouchers” rewards dashboard tab.
  • ???? TweakLimited the width of the “Amount” column on the “Your Vouchers” rewards dashboard table so long product/bundle names wrap instead of pushing the “Status” column out of alignment.
  • ???? TweakUpdated the admin “Reports & Analytics” page to show all the different “Points Per Method” boxes for each earning method, since it was missing some of them that were enabled.
  • ???? TweakUpdated the tick emoji used on thte rewards dashboard to a Font Awesome icon for better cross-platform consistency.
  • ???? TweakEinige kleine Leistungsverbesserungen wurden vorgenommen.
  • ???? FeststehendFixed the checkout rewards box points summary tooltip not showing on the cart page. It now appears on both the cart and checkout rewards box when enabled.
  • ???? Feststehend(PRO) Fixed reward vouchers not copying category restrictions (and other array-based restrictions) from a template coupon. The restrictions are now correctly applied to the generated voucher coupon.
  • ???? Feststehend(PRO) Fixed Conditional Rules with “Cart: Product Category / Is in Cart” and “Hide and disable this way to earn points” not preventing points from being earned. The rule now correctly disables all points for the order (spend-based and fixed-tier) when a matching category product is in the cart.
  • ???? Feststehend(PRO) Fixed the History tab of the floating rewards widget showing a stuck “Available in …” placeholder for pending points when the widget is lazy-loaded. The pending points countdown now loads and updates live in that mode.
  • ???? Feststehend(PRO) Hardened the social sharing reward so points can only be earned for the supported share networks. The award request now validates the network against a whitelist, preventing a logged-in customer from repeatedly earning points by sending a blank or arbitrary network value.
  • AndereAktualisierte Übersetzungsdateien.
  • AndereUpdated Freemius SDK.

Version 1.12.1 – 30th May 2026

  • ???? FeststehendFixed the maximum cart percentage note for points redemption showing before the “Redeem Points” toggle was opened.

Version 1.12.0 - 27. Mai 2026

  • ✨ NeuEs wurden Einstellungen für die Verzögerung von PRO-Punkten hinzugefügt, um gesammelte Punkte global oder pro Sammelmethode zu verzögern, mit automatischer Freigabe von Punkten und Handhabung von Rückerstattungen/Stornierungen.
  • ✨ NeuZu den Einstellungen für den Punkte-Rabatt an der Kasse wurde die Option “Steuer in der Punktevorschau berücksichtigen” hinzugefügt, die, wenn sie aktiviert ist, die Steuer in die Berechnung des Rabattbetrags und in die Vorschau einbezieht, damit sie mit dem tatsächlichen Rabatt an der Kasse übereinstimmt, wenn Steuern aktiviert sind.
  • ✨ NeuAuf der Administratorseite für Kundenpunkte und das Punkte-Aktivitätsprotokoll wurde ein Tool “Neue Punkte hinzufügen” hinzugefügt, mit dem Administratoren Punkte für einen bestimmten Benutzer oder alle Benutzer (mit optionalem Rollenfilter) in großen Mengen hinzufügen oder entfernen können.
  • ???? TweakFont-Awesome-Symbole als Optionen für das Belohnungssymbol und die Level-Symbol-Optionen sowie eine Option zum Anpassen der Symbolfarbe hinzugefügt.
  • ???? Tweak(PRO) Die Option “Coupon Tracking Mode” wurde in ein Dropdown-Menü mit “Flexible Mode” als Standard geändert.
  • ???? Tweak(PRO) Die Einstellung “Ablauf des Geschenkgutscheins” steuert jetzt direkt die Lebensdauer des Cookies für den Empfehlungsgutschein. Der Zeitstempel des Ablaufs wird in dem Moment gespeichert, in dem der Empfehlungslink angeklickt wird, so dass der Countdown und der Ablauf ab diesem Zeitpunkt gemessen werden. Das Angebots-Widget wird ausgeblendet und die Cookies werden gelöscht, sobald die Zeit abgelaufen ist.
  • ???? Tweak(PRO) Es wurde eine Option “Gutschein automatisch anwenden, wenn der Empfehlungslink besucht wird” zu den Einstellungen des Empfehlungsgeschenkangebots hinzugefügt. Wenn diese Option aktiviert ist, wird der Geschenkgutschein automatisch zum Warenkorb des Kunden hinzugefügt, ohne dass dieser auf “Coupon anwenden” klicken muss (standardmäßig deaktiviert).
  • ???? Tweak(PRO) Das schwebende Geschenk-Widget bleibt jetzt sichtbar, nachdem der Gutschein auf den Einkaufswagen angewandt wurde, und zeigt einen Bestätigungsstatus “Geschenk angewandt” an, anstatt zu verschwinden.
  • ???? TweakDie Seite mit den Verwaltungseinstellungen wurde in Bezug auf das Design verbessert.
  • ???? FeststehendEin Problem wurde behoben, bei dem einige Websites die Einstellungen nicht speichern konnten, weil ihre Datenbank keine Emoji-Zeichen unterstützt.
  • ???? FeststehendDie Zuverlässigkeit der Funktion “Alle Einstellungen speichern” wurde verbessert, indem sichergestellt wird, dass das Skript zur Verwaltung der Einstellungen die Plugin-Version für das Cache-Busting verwendet, wodurch verhindert wird, dass älteres JavaScript aus dem Cache nach Plugin-Updates ausgeführt wird.
  • ???? FeststehendDie Option "Massenlöschung" auf der Verwaltungsseite des Punkte-Aktivitätsprotokolls funktioniert jetzt nicht mehr.
  • ???? Feststehend(PRO) Das schwebende Geschenk-Widget wird nicht mehr beim ersten Laden der Seite angezeigt, nachdem ein Empfehlungslink besucht wurde.

Version 1.11.3 - 21. Mai 2026

  • ???? FeststehendDie versteckte UTF-8 BOM-Ausgabe von PHP-Dateien, die Aktivierungswarnungen auslösen konnte, wurde entfernt.
  • AndereAktualisierte Übersetzungsdateien.
  • AndereGetestet mit WordPress 7.0

Version 1.11.2 - 20. Mai 2026

  • ???? TweakKonfigurierte Punktebeschriftungen (z.B. “Belohnungspunkte”) werden nun durch gettext aufgelöst, so dass die in Loco Translate angewendeten Übersetzungen im Frontend wiedergegeben werden.
  • ???? TweakDie Gesamtsumme der Punkte-Rabatte inklusive Steuern wurde korrigiert, damit sie besser funktioniert, wenn die Steuern als inklusive angezeigt werden.
  • ???? TweakDie Strings für die Belohnungsboxen im Warenkorb und an der Kasse sind jetzt mit Loco Translate korrekt übersetzbar.
  • ???? FeststehendEs wurde behoben, dass das “Belohnungssymbol” nicht den Standard auf dem Belohnungs-Dashboard ersetzt.
  • ???? FeststehendVerschärfte Warenkorb-/Mein-Konto-Warenkorb-/Sitzungsprüfungen, um mögliche PHP-Fehler zu vermeiden.
  • ???? FeststehendPHP-Warnung für den Platzhalter für das schwebende Belohnungs-Widget behoben.
  • ???? FeststehendEin TypeError wurde behoben, der bei der Anwendung eines Gutscheins auftrat, der aus einer Gutscheinvorlage generiert wurde, für die Markeneinschränkungen festgelegt waren.

Version 1.11.1 - 18. Mai 2026

  • ✨ NeuEs wurde eine Option “Belohnungssymbol” zu den Belohnungseinstellungen hinzugefügt, mit der Ladenbesitzer das für jede Belohnung angezeigte Symbol anpassen können. Unterstützt voreingestellte Emoji-Symbole, eine eigene Bild-URL oder einen eigenen Text/Emoji.
  • ✨ Neu(PRO) Auf der Verwaltungsseite für Gastkundenpunkte wurde ein Tool “Punkte synchronisieren” hinzugefügt, mit dem Administratoren Punkte für historische Gastbestellungen wieder auffüllen können.
  • ✨ Neu(PRO) Auf der Verwaltungsseite für Gastkundenpunkte wurde eine Schaltfläche “Gastkunden hinzufügen” hinzugefügt, mit der Administratoren manuell einen neuen Gastkundendatensatz erstellen und einen anfänglichen Punktestand vergeben können.
  • ???? Tweak(PRO) Das Überlaufen langer E-Mail-Adressen in benachbarte Spalten der Tabelle "Gästekundenpunkte" wurde verhindert.
  • ???? Tweak(PRO) Das Layout der Einstellungen für “Bedingte Regeln” wurde auf kleineren Bildschirmen verbessert.
  • ???? TweakAuf der Einstellungsseite wurde eine Schaltfläche zum Ausblenden des Abschnitts "Einrichtungsanleitung" hinzugefügt.
  • ???? Tweak(PRO) Es wurde ein Problem bei der Migration von WooCommerce Points & Rewards behoben, bei dem Benutzer mit einem legitimen Nullsaldo fälschlicherweise mit einem positiven Saldo migriert wurden.
  • ???? TweakEs wurde eine Rundungsoption zu den Einstellungen für “Punkte für Ausgaben” hinzugefügt, mit der Ladenbesitzer festlegen können, wie Bruchteile von Punkten behandelt werden, wenn ein Kaufbetrag nicht gleichmäßig geteilt wird - die Optionen sind Abrunden (Standard), Aufrunden oder Aufrunden.
  • ???? TweakIn den Einstellungen für den Anmeldebonus wurde die Option “Aus der Liste der Verdienstmöglichkeiten ausblenden, sobald die Prämie gutgeschrieben wurde” hinzugefügt, die es ermöglicht, den Anmeldebonus automatisch aus der Liste der Verdienstmöglichkeiten auszublenden, wenn der Benutzer ihn bereits erhalten hat.
  • ???? TweakTelegram, Discord und TikTok wurden zu den Social-Share-Optionen für das Empfehlungssystem hinzugefügt.
  • ???? Tweak(Kostenlos) Es wurden Details zu vielen PRO-Funktionen in den PRO-Einstellungen hinzugefügt, um die Vorteile eines Upgrades besser zu erklären.
  • ???? FeststehendEs wurde behoben, dass die Registerkarte “Historie” auf dem Belohnungs-Dashboard in einigen Shortcode- und Page-Builder-Kontexten nicht richtig dargestellt wird.
  • ???? FeststehendEs wurde behoben, dass auf der Einstellungsseite nicht gescrollt werden konnte, wenn der Mauszeiger über die Einstellungsregisterkarten bewegt wurde.
  • ???? FeststehendVerbesserte Zuverlässigkeit der Funktion “Alle Einstellungen speichern” auf Hosts mit niedrigen PHP max_input_vars, einschließlich eines Standard-Fallbacks zum Speichern von Formularen, wenn AJAX nicht verfügbar ist.
  • ???? FeststehendEs wurde behoben, dass die “Belohnungspunkte-Historie” im dunklen Modus nicht den Stil wechselt.
  • ???? FeststehendFeste Punkte werden auf variablen Produktseiten angezeigt, bevor eine Variante ausgewählt wird und wenn die Auswahl der Variante gelöscht wird.

Version 1.11.0 - 17. April 2026

  • ✨ Neu(PRO) Es wurde eine neue Funktion zur Verfolgung von Gastkundenpunkten hinzugefügt, mit der Punkte für Gastbestellungen an der Kasse verfolgt und automatisch übertragen werden können, wenn sich der Kunde registriert oder anmeldet.
  • ✨ NeuIn den Einstellungen für Levels und Abzeichen wurde eine Option “Level-Punkte-Anforderung” hinzugefügt, mit der Sie wählen können, ob der Levelaufstieg auf den insgesamt verdienten Punkten (Lebenszeit) oder dem verfügbaren Punktesaldo des Kunden basiert.
  • ✨ Neu(PRO) Es wurden Optionen hinzugefügt, um für jede Stufe in den Einstellungen für Stufen und Abzeichen eindeutige Multiplikatoren für bestimmte “Verdienstmöglichkeiten” festzulegen, so dass für jede Verdienstmöglichkeit unterschiedliche Punktemultiplikatoren festgelegt werden können (z. B. ein höherer Multiplikator für Bestellungen als für Bewertungen). Jeder Abschnitt über die Vorteile einer Stufe wird jetzt in einem eigenen Feld angezeigt, um die Lesbarkeit zu verbessern.
  • ✨ NeuEs wurde eine Option “Hintergrundfarbe” zu den Einstellungen für “Produktseiten: Punkteanzeige” sowohl für Produktseiten als auch für Kategorie-/Shop-Auflistungen, wodurch die Hintergrundfarbe der Punkteanzeige angepasst werden kann.
  • ????️ VerbessertEs wurde ein neuer {points_value} Platzhalter für die “Produktseiten: Punkteanzeige”, der den Geldwert der gesammelten Punkte auf der Grundlage des Umrechnungssatzes für den “Punkte-Rabatt an der Kasse” anzeigt (z. B. wenn 100 Punkte = $1 und ein Produkt 500 Punkte erhält, zeigt {points_value} “$5.00”). Verfügbar, wenn Punkte-Rabatt an der Kasse aktiviert ist.
  • ????️ Verbessert