Plugin Directory

Changeset 2763036


Ignore:
Timestamp:
07/28/2022 03:33:17 PM (3 years ago)
Author:
tommc1985filter
Message:

Updated to version 1.2.1

Location:
wp-dxp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-dxp/trunk/README.txt

    r2762828 r2763036  
    11=== WP-DXP ===
    2 Contributors: filterdigital, paulfhalfpenny, tommc1985filter, elechtric
     2Contributors: filterdigital, paulfhalfpenny, tommc1985filter, elechtric, markmanders20
    33Tags: personalisation, gutenberg, digital experience platform, show content, hide content, segmentation, conditions, rules, location
    44Requires at least: 6.0.0
    55Tested up to: 6.0.0
    6 Stable tag: 1.2
     6Stable tag: 1.2.1
    77Requires PHP: 7.3
    88License: GPLv2 or later
  • wp-dxp/trunk/public/js/wp-dxp-public.js

    r2762828 r2763036  
    226226    window.customElements.define('wp-dxp', WpDxp);
    227227
    228     $(window).load(function(){
     228    $(window).on('load', function() {
    229229   
    230230        function parse(){
  • wp-dxp/trunk/wp-dxp.php

    r2762828 r2763036  
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'WP_DXP_VERSION', '1.1.0' );
     38define( 'WP_DXP_VERSION', '1.2.1' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.