Changeset 2890361
- Timestamp:
- 03/30/2023 02:14:31 PM (3 years ago)
- Location:
- geounit-maps/trunk
- Files:
-
- 5 edited
-
build/geounit-maps-block/block.json (modified) (1 diff)
-
elementor/widgets/class-geounitmaps.php (modified) (1 diff)
-
geounit-maps.php (modified) (1 diff)
-
package.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
geounit-maps/trunk/build/geounit-maps-block/block.json
r2885784 r2890361 3 3 "apiVersion": 2, 4 4 "name": "geounit-maps-block/geounit-maps-block", 5 "version": "0.0. 4",5 "version": "0.0.5", 6 6 "title": "GeoUNIT Map", 7 7 "category": "embed", -
geounit-maps/trunk/elementor/widgets/class-geounitmaps.php
r2885784 r2890361 118 118 'content', 119 119 [ 120 'label' => __('Content', 'geounit-maps'), 121 'type' => \Elementor\Controls_Manager::TEXTAREA, 122 'placeholder' => __('', 'geounit-maps'), 123 'show_label' => false, 120 'label' => __('Tooltip / Content', 'geounit-maps'), 121 'type' => \Elementor\Controls_Manager::WYSIWYG, 124 122 'frontend_available' => true 125 123 ] -
geounit-maps/trunk/geounit-maps.php
r2885784 r2890361 3 3 * Plugin Name: GDPR & DSGVO Compliant Maps | GeoUNIT Maps 4 4 * Description: This plugin adds a Gutenberg block to display gdpr compliant maps from GeoUNIT servers. No 2 click or cookie consent tools needed 5 * Version: 0.0. 35 * Version: 0.0.5 6 6 * Requires at least: 5.5 7 7 * Requires PHP: 7.0 -
geounit-maps/trunk/package.json
r2885784 r2890361 1 1 { 2 2 "name": "geounit-maps", 3 "version": "0.0. 4",3 "version": "0.0.5", 4 4 "private": true, 5 5 "description": "This plugin adds a Gutenberg block to display gdpr compliant maps from GeoUNIT servers. No 2 click or cookie consent tools needed", -
geounit-maps/trunk/readme.txt
r2885784 r2890361 4 4 Tags: dsgvo, gdpr, gutenberg, elementor, maps, cookie, cookiebanner, cmp, compliant, googlemaps, leaflet, consent manager 5 5 Requires at least: 5.5 6 Tested up to: 6. 1.17 Stable tag: 0.0. 46 Tested up to: 6.2 7 Stable tag: 0.0.5 8 8 Requires PHP: 7.0 9 9 License: GPLv3 … … 45 45 46 46 == Changelog == 47 = 0.0.5 = 48 * Wordpress 6.2 compatibility 49 * Added Elementor marker content html wysiwyg support 50 47 51 = 0.0.4 = 48 52 * Added Elementor widget support
Note: See TracChangeset
for help on using the changeset viewer.