Changeset 2310073
- Timestamp:
- 05/22/2020 09:33:15 AM (6 years ago)
- Location:
- experience-manager/trunk
- Files:
-
- 3 edited
-
experience-manager.php (modified) (2 diffs)
-
includes/backend/content/class.content-type.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
experience-manager/trunk/experience-manager.php
r2304154 r2310073 5 5 Description: The integration for the experience platform. 6 6 Author: WP-DigitalExperience - Thorsten Marx 7 Version: 4.2. 37 Version: 4.2.4 8 8 Author URI: https://wp-digitalexperience.com/ 9 9 Text Domain: tma-webtools … … 14 14 } 15 15 16 define("TMA_EXPERIENCE_MANAGER_VERSION", "4.2. 3");16 define("TMA_EXPERIENCE_MANAGER_VERSION", "4.2.4"); 17 17 define("TMA_EXPERIENCE_MANAGER_SEGMENT_MATCHING_ALL", "all"); 18 18 define("TMA_EXPERIENCE_MANAGER_SEGMENT_MATCHING_ANY", "any"); -
experience-manager/trunk/includes/backend/content/class.content-type.php
r2303925 r2310073 126 126 'menu_icon' => plugins_url('experience-manager/images/flex-content_16.png'), 127 127 'publicly_queryable' => false, 128 'supports' => array('title' ),128 'supports' => array('title', 'revisions'), 129 129 'menu_position' => 51, 130 130 'has_archive' => false, -
experience-manager/trunk/readme.txt
r2304154 r2310073 4 4 Requires at least: 4.4.1 5 5 Tested up to: 5.4 6 Stable tag: 4.2. 37 Version: 4.2. 36 Stable tag: 4.2.4 7 Version: 4.2.4 8 8 License: GPLv2 or later 9 9 … … 69 69 == Changelog == 70 70 71 4.2.4 72 * Enable revisoins for flex content 73 71 74 4.2.3 72 75 * Debug code removed
Note: See TracChangeset
for help on using the changeset viewer.