Plugin Directory

Changeset 2910751


Ignore:
Timestamp:
05/10/2023 02:13:22 PM (3 years ago)
Author:
microtango
Message:

Optimization for preview

Location:
microtango
Files:
5 added
3 edited

Legend:

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

    r2910710 r2910751  
    99function microtango_enqueue_files()
    1010{
    11     if ( is_preview() ) {
     11    if ( is_preview() || current_user_can('manage_options') ) {
    1212        wp_enqueue_script('microtango', 'https://api.microtango.de/scripts/mtrest-3.0.0.min.js', null);
    1313    } else {
  • microtango/trunk/microtango.php

    r2910710 r2910751  
    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.25
     6Version: 0.9.26
    77Author: microtango
    88Author URI: https://profiles.wordpress.org/microtango/
     
    3030    "settings_page_title" => "Microtango Einstellungen",
    3131    "settings" => "microtango_settings",
    32     "version" => "0.9.25"
     32    "version" => "0.9.26"
    3333);
    3434
  • microtango/trunk/readme.txt

    r2910710 r2910751  
    55Requires PHP: 5.6.0
    66Tested up to: 6.2.0
    7 Stable tag: 0.9.25
     7Stable tag: 0.9.26
    88License: MIT License
    99License URI: http://opensource.org/licenses/MIT
     
    157157== Changelog ==
    158158
     159= 0.9.26 =
     160* Optimization for preview of changes
     161
    159162= 0.9.25 =
    160163* Add StartWeekday and EndWeekday as Number (1=Monday, 7=Sunday)
Note: See TracChangeset for help on using the changeset viewer.