Plugin Directory

Changeset 2699818


Ignore:
Timestamp:
03/25/2022 11:40:40 PM (4 years ago)
Author:
microtango
Message:

0.9.20

Location:
microtango/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • microtango/trunk/microtango-init.php

    r2696446 r2699818  
    115115        array(
    116116            'videogroup' => '',
     117            'videoPublic' => false,
    117118            'restkey' => get_option($microtango_settings['settings'])['restkey'],
    118119            'showvideotext' => get_option($microtango_settings['settings'])['showvideotext'],
     
    147148            "loadCSS": "{$atts['loadcss']}",
    148149            "templates": { "id": "mtuserdefined$rnd", "columns": [{$columns}] },
    149             "update": [{"videoGroup": "{$atts['videogroup']}", "templateId": "{$atts['templateid']}"}],
     150            "update": [{"videoGroup": "{$atts['videogroup']}", {"videoPublic": "{$atts['videoPublic']}", "templateId": "{$atts['templateid']}"}],
    150151        });
    151152    </script>
  • microtango/trunk/microtango.php

    r2696446 r2699818  
    44Plugin URI: https://microtango.de/
    55Description: Microtango WP integration. Requires subscription from DMS. Will include the Microtango REST API to show your cloud data.
    6 Version: 0.9.19
     6Version: 0.9.20
    77Author: microtango
    88Author URI: https://profiles.wordpress.org/microtango/
     
    3030    "settings_page_title" => "Microtango Einstellungen",
    3131    "settings" => "microtango_settings",
    32     "version" => "0.9.19"
     32    "version" => "0.9.20"
    3333);
    3434
  • microtango/trunk/readme.txt

    r2696446 r2699818  
    55Requires PHP: 5.6.0
    66Tested up to: 5.9.0
    7 Stable tag: 0.9.19
     7Stable tag: 0.9.20
    88License: MIT License
    99License URI: http://opensource.org/licenses/MIT
     
    106106Example:
    107107[mt_video videogroup="GK"]
     108[mt_video videogroup="GK", videoPublic=true]
    108109
    109110<h4>mt_form parameter:</h4>
     
    144145== Changelog ==
    145146
     147= 0.9.20 =
     148* Add videoPublic parameter to video shortcode
     149
    146150= 0.9.19 =
    147151* Fix missing RestKey for video
Note: See TracChangeset for help on using the changeset viewer.