Plugin Directory

Changeset 3306073


Ignore:
Timestamp:
06/03/2025 10:29:48 PM (10 months ago)
Author:
humix
Message:

update the humix autoinsert javascript

Location:
humix/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • humix/trunk/HumixNamespace/Settings.php

    r3303212 r3306073  
    106106        }
    107107        ?>
    108         <script>(window.humixPlayers = window.humixPlayers || []).push({ target: 'autoinsert', isGenerated: true });</script>
     108        <script data-cfasync="false" data-no-optimize="1">(window.humixPlayers = window.humixPlayers || []).push({ target: 'autoinsert' });</script>
    109109        <script async data-cfasync="false" src='https://www.humix.com/video.js'></script>
    110110        <?php
  • humix/trunk/README.txt

    r3303212 r3306073  
    66Tested up to: 6.8.1
    77Requires PHP: 7.0
    8 Stable tag: 1.7.0
     8Stable tag: 1.7.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2323
    2424== Changelog ==
     25= 1.7.1
     26* workaround caching plugins
     27
    2528= 1.7.0
    2629* Provide alternative token auth method
  • humix/trunk/humix.php

    r3303212 r3306073  
    1717 *
    1818 * @link              https://www.humix.com/
    19  * @since             1.7.0
     19 * @since             1.7.1
    2020 * @package           Humix
    2121 *
     
    2424 * Plugin URI:        https://wordpress.org/plugins/humix
    2525 * Description:       Humix allows you to easily embed videos to your site from the Humix Network.
    26  * Version:           1.7.0
     26 * Version:           1.7.1
    2727 * Author:            Humix
    2828 * Author URI:        https://www.humix.com/
     
    4141 * Rename this for your plugin and update it as you release new versions.
    4242 */
    43 define('HUMIX_VERSION', '1.7.0');
     43define('HUMIX_VERSION', '1.7.1');
    4444
    4545global $EZHX_REGEX;
Note: See TracChangeset for help on using the changeset viewer.