Changeset 2910751
- Timestamp:
- 05/10/2023 02:13:22 PM (3 years ago)
- Location:
- microtango
- Files:
-
- 5 added
- 3 edited
-
tags/0.9.26 (added)
-
tags/0.9.26/microtango-init.php (added)
-
tags/0.9.26/microtango-settings-init.php (added)
-
tags/0.9.26/microtango.php (added)
-
tags/0.9.26/readme.txt (added)
-
trunk/microtango-init.php (modified) (1 diff)
-
trunk/microtango.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
microtango/trunk/microtango-init.php
r2910710 r2910751 9 9 function microtango_enqueue_files() 10 10 { 11 if ( is_preview() ) {11 if ( is_preview() || current_user_can('manage_options') ) { 12 12 wp_enqueue_script('microtango', 'https://api.microtango.de/scripts/mtrest-3.0.0.min.js', null); 13 13 } else { -
microtango/trunk/microtango.php
r2910710 r2910751 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.2 56 Version: 0.9.26 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.2 5"32 "version" => "0.9.26" 33 33 ); 34 34 -
microtango/trunk/readme.txt
r2910710 r2910751 5 5 Requires PHP: 5.6.0 6 6 Tested up to: 6.2.0 7 Stable tag: 0.9.2 57 Stable tag: 0.9.26 8 8 License: MIT License 9 9 License URI: http://opensource.org/licenses/MIT … … 157 157 == Changelog == 158 158 159 = 0.9.26 = 160 * Optimization for preview of changes 161 159 162 = 0.9.25 = 160 163 * Add StartWeekday and EndWeekday as Number (1=Monday, 7=Sunday)
Note: See TracChangeset
for help on using the changeset viewer.