← Volver a Marks Prov1.0.8 (10 versiones)

Changelog Marks Pro

Changelog del plugin de WooCommerce Marks Pro (disponible): actualizaciones, correcciones y desarrollo de funciones.

v1.0.8
  • Fixed: the plugin title label on Freemius notices rendered white on a background measuring 2.37:1, where WCAG AA wants 4.5:1 for text that size. The label now uses the same grey WordPress core uses, at 4.61:1.
  • Fixed: the public key constant was defined inside the guard for the product id constant, so it would have gone undefined if anything had defined the id first. Harmless today, wrong the moment it is not.
v1.0.7
  • Fix: deleting the plugin now removes its options and transients instead of leaving them in the database, on every site of a network. The free plugin's own settings are untouched.
v1.0.3
  • Accessibility improvements to the admin and storefront markup.
  • Fixed low-contrast admin headings under an OS dark-mode preference.
v1.0.2
  • Added bundled Polish, German and Spanish translations for the plugin interface.
v1.0.1
  • First stable release.
v0.4.1
  • Maintenance: renamed the plugin slug and text domain to `plogins-marks-pro` to align with the Plogins family naming. No feature changes.
v0.4.0
  • New feature: **A/B label sets**, **Marks → Settings** A/B label sets section; rotate competing badge labels per visitor with impression tracking. `AbLabelSetsAdmin`, `AbLabelSetService`, `AbStatsRepository`; stored in `marks_settings.ab_label_sets` and `marks_pro_ab_stats`.
  • Marks Pro roadmap complete for the current release cycle.
v0.3.0
  • New feature: **Per-product image badges**, product editor **Badges** tab **Image badge URL** field; renders a 24px-tall image badge on the shop loop and single-product pages via `CampaignBadgeService`.
v0.2.0
  • New feature: **Global conditional badge rules**, store-wide rules on **Marks → Settings** that add a styled badge when a product matches category membership, a price threshold or a low-stock level. Managed via `ConditionalRuleService` and `SettingsAdmin`; stored in the shared `marks_settings` option under `conditional_rules`.
v0.1.0
  • Initial release. Establishes the PRO add-on bootstrap: boots on top of the free Marks plugin via the `marks/booted` action, verifies the free plugin and minimum version, wires premium service/hook registries into the shared container, runs activation defaults and version-tracked migrations, declares WooCommerce HPOS + Blocks compatibility, and integrates the Freemius SDK for licensing and updates.
  • New feature: **Scheduled & targeted badges**, admin page to define campaign badges (label, background/text colours, start/end schedule window, targeting by product/category/tag) rendered on the shop loop and single-product pages via WooCommerce hooks. Self-contained; complements the free Marks badges. Stored in the `marks_pro_settings` option.