Plugin Directory

Changeset 2890361


Ignore:
Timestamp:
03/30/2023 02:14:31 PM (3 years ago)
Author:
unit08
Message:

release 0.0.5

Location:
geounit-maps/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • geounit-maps/trunk/build/geounit-maps-block/block.json

    r2885784 r2890361  
    33  "apiVersion": 2,
    44  "name": "geounit-maps-block/geounit-maps-block",
    5   "version": "0.0.4",
     5  "version": "0.0.5",
    66  "title": "GeoUNIT Map",
    77  "category": "embed",
  • geounit-maps/trunk/elementor/widgets/class-geounitmaps.php

    r2885784 r2890361  
    118118            'content',
    119119            [
    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,
    124122                'frontend_available' => true
    125123            ]
  • geounit-maps/trunk/geounit-maps.php

    r2885784 r2890361  
    33* Plugin Name:       GDPR & DSGVO Compliant Maps | GeoUNIT Maps
    44* 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.3
     5* Version:           0.0.5
    66* Requires at least: 5.5
    77* Requires PHP:      7.0
  • geounit-maps/trunk/package.json

    r2885784 r2890361  
    11{
    22  "name": "geounit-maps",
    3   "version": "0.0.4",
     3  "version": "0.0.5",
    44  "private": true,
    55  "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  
    44Tags: dsgvo, gdpr, gutenberg, elementor, maps, cookie, cookiebanner, cmp, compliant, googlemaps, leaflet, consent manager
    55Requires at least: 5.5
    6 Tested up to: 6.1.1
    7 Stable tag: 0.0.4
     6Tested up to: 6.2
     7Stable tag: 0.0.5
    88Requires PHP: 7.0
    99License: GPLv3
     
    4545
    4646== Changelog ==
     47= 0.0.5 =
     48* Wordpress 6.2 compatibility
     49* Added Elementor marker content html wysiwyg support
     50
    4751= 0.0.4 =
    4852* Added Elementor widget support
Note: See TracChangeset for help on using the changeset viewer.