Changeset 2763036
- Timestamp:
- 07/28/2022 03:33:17 PM (3 years ago)
- Location:
- wp-dxp/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-dxp/trunk/README.txt
r2762828 r2763036 1 1 === WP-DXP === 2 Contributors: filterdigital, paulfhalfpenny, tommc1985filter, elechtric 2 Contributors: filterdigital, paulfhalfpenny, tommc1985filter, elechtric, markmanders20 3 3 Tags: personalisation, gutenberg, digital experience platform, show content, hide content, segmentation, conditions, rules, location 4 4 Requires at least: 6.0.0 5 5 Tested up to: 6.0.0 6 Stable tag: 1.2 6 Stable tag: 1.2.1 7 7 Requires PHP: 7.3 8 8 License: GPLv2 or later -
wp-dxp/trunk/public/js/wp-dxp-public.js
r2762828 r2763036 226 226 window.customElements.define('wp-dxp', WpDxp); 227 227 228 $(window). load(function(){228 $(window).on('load', function() { 229 229 230 230 function parse(){ -
wp-dxp/trunk/wp-dxp.php
r2762828 r2763036 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'WP_DXP_VERSION', '1. 1.0' );38 define( 'WP_DXP_VERSION', '1.2.1' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.