Skip to content

Releases: sixach/wp-snippets

v1.7.3

12 Apr 15:26
46dde52
Compare
Choose a tag to compare

Changed

  • Added missing entities in normalize_xml_character_entities to support all HTML entities that are valid in XML

v1.7.2

19 Mar 21:07
d703873
Compare
Choose a tag to compare

Changed

  • Added support for saving safe HTML in product-data fieldsets [#89]

1.7.1

19 Mar 12:37
Compare
Choose a tag to compare

Fix

  • Query pro version of the "Polylang" #88

v1.7.0

25 Feb 20:23
e9687dd
Compare
Choose a tag to compare

Added

  • New utility functions (#77)
    • is_plugin_activated
    • is_woocommerce_activated
    • is_polylang_activated
    • is_post_exists
    • get_post_id
    • get_localized_post_id
    • do_shortcode
    • titlify
    • slugify
    • underlinify
    • implode_html_attributes
    • string_to_bool
    • bool_to_string
    • clean
    • clean_array
    • sanitize_html_classes
  • Post-type and taxonomy utility functions (#78, #80)
  • Template functions (#79)

v1.6.0

31 Jan 15:41
3970b9f
Compare
Choose a tag to compare

Added

  • Added Includes\I18n with a function to load the package translation files

v1.5.0

24 Jan 21:55
f695666
Compare
Choose a tag to compare

Added

  • Media Upload field for Menu Options

Changed

  • Minor code maintenance in WooCommerce and Dashboard classes

v1.4.3

24 Nov 09:29
724b434
Compare
Choose a tag to compare

Changed

  • Replaced the singular label for the post-type archive in a single post view template with the general name for the post type, usually plural instead
  • Rewrite rules are now being correctly flushed and then recreated every time the custom permalink option is created or updated

v1.4.2

15 Nov 09:21
9cf6dba
Compare
Choose a tag to compare

Added

  • New function to normalize HTML entities used as XML content. This prevents a bug where currencies were accidentally stripped from ecommerce blocks.

v1.4.1

16 Oct 12:13
016aa53
Compare
Choose a tag to compare

Added

  • Added export-ignore rules in .gitattributes to reduce package size

Changed

  • Extended README.md
  • Set and updated textdomain to `sixa-snippets'

v1.4.0

13 Oct 12:54
82091f7
Compare
Choose a tag to compare

Fix: Incorrect namespace definition in WooCommerce product-data class.
Feature: Normalize HTML entities.