Plugin Directory

Changeset 2984992

Timestamp:
10/27/2023 02:21:30 PM (9 months ago)
Author:
davecpage
Message:

Updated to version 1.6.6

Location:
wp-dxp/trunk
Files:
2 edited

Legend:

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

    r2984903 r2984992  
    1 === PersonalizeWP ===
     1=== PersonalizeWP ===
    22Contributors: filterdigital, paulfhalfpenny, tommc1985filter, elechtric, markmanders20, davecpage
    33Tags: personalization, personalisation, gutenberg, digital experience platform, show content, hide content, segmentation, conditions, rules, location
    44Requires at least: 6.0.0
    55Tested up to: 6.4
    6 Stable tag: 1.6.5
     6Stable tag: 1.6.
    77Requires PHP: 7.3
    88License: GPLv2 or later
     
    6868== Changelog ==
    6969
     70
     71
     72
    7073= 1.6.5 =
    7174* Fix: Restore the ability to delete custom categories when there are no attached rules
     75
    7276* Security: Added extra checks around processing of data in the admin
    7377
  • wp-dxp/trunk/wp-dxp.php

    r2984903 r2984992  
    22
    33/**
    4  * Plugin Name:       PersonalizeWP
     4 * Plugin Name:       PersonalizeWP
    55 * Plugin URI:        https://filter.agency/about/personalizewp/
    66 * Description:       Use WordPress as a digital experience platform, adding personalization and conditional rules to the content that your users see and can interact with. Compete with commercial enterprise platforms and add your own rules to match user behavior on, then show or hide blocks based on if your conditions are met.
    7  * Version:           1.6.5
     7 * Version:           1.6.
    88 * Author:            Filter
    99 * Author URI:        https://filter.agency
     
    2727 * Rename this for your plugin and update it as you release new versions.
    2828 */
    29 define( 'WP_DXP_VERSION', '1.6.5' );
     29define( 'WP_DXP_VERSION', '1.6.' );
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.