Changeset 2699818
- Timestamp:
- 03/25/2022 11:40:40 PM (4 years ago)
- Location:
- microtango/trunk
- Files:
-
- 3 edited
-
microtango-init.php (modified) (2 diffs)
-
microtango.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
microtango/trunk/microtango-init.php
r2696446 r2699818 115 115 array( 116 116 'videogroup' => '', 117 'videoPublic' => false, 117 118 'restkey' => get_option($microtango_settings['settings'])['restkey'], 118 119 'showvideotext' => get_option($microtango_settings['settings'])['showvideotext'], … … 147 148 "loadCSS": "{$atts['loadcss']}", 148 149 "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']}"}], 150 151 }); 151 152 </script> -
microtango/trunk/microtango.php
r2696446 r2699818 4 4 Plugin URI: https://microtango.de/ 5 5 Description: Microtango WP integration. Requires subscription from DMS. Will include the Microtango REST API to show your cloud data. 6 Version: 0.9. 196 Version: 0.9.20 7 7 Author: microtango 8 8 Author URI: https://profiles.wordpress.org/microtango/ … … 30 30 "settings_page_title" => "Microtango Einstellungen", 31 31 "settings" => "microtango_settings", 32 "version" => "0.9. 19"32 "version" => "0.9.20" 33 33 ); 34 34 -
microtango/trunk/readme.txt
r2696446 r2699818 5 5 Requires PHP: 5.6.0 6 6 Tested up to: 5.9.0 7 Stable tag: 0.9. 197 Stable tag: 0.9.20 8 8 License: MIT License 9 9 License URI: http://opensource.org/licenses/MIT … … 106 106 Example: 107 107 [mt_video videogroup="GK"] 108 [mt_video videogroup="GK", videoPublic=true] 108 109 109 110 <h4>mt_form parameter:</h4> … … 144 145 == Changelog == 145 146 147 = 0.9.20 = 148 * Add videoPublic parameter to video shortcode 149 146 150 = 0.9.19 = 147 151 * Fix missing RestKey for video
Note: See TracChangeset
for help on using the changeset viewer.