Changeset 3306073
- Timestamp:
- 06/03/2025 10:29:48 PM (10 months ago)
- Location:
- humix/trunk
- Files:
-
- 3 edited
-
HumixNamespace/Settings.php (modified) (1 diff)
-
README.txt (modified) (2 diffs)
-
humix.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
humix/trunk/HumixNamespace/Settings.php
r3303212 r3306073 106 106 } 107 107 ?> 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> 109 109 <script async data-cfasync="false" src='https://www.humix.com/video.js'></script> 110 110 <?php -
humix/trunk/README.txt
r3303212 r3306073 6 6 Tested up to: 6.8.1 7 7 Requires PHP: 7.0 8 Stable tag: 1.7. 08 Stable tag: 1.7.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 23 23 24 24 == Changelog == 25 = 1.7.1 26 * workaround caching plugins 27 25 28 = 1.7.0 26 29 * Provide alternative token auth method -
humix/trunk/humix.php
r3303212 r3306073 17 17 * 18 18 * @link https://www.humix.com/ 19 * @since 1.7. 019 * @since 1.7.1 20 20 * @package Humix 21 21 * … … 24 24 * Plugin URI: https://wordpress.org/plugins/humix 25 25 * Description: Humix allows you to easily embed videos to your site from the Humix Network. 26 * Version: 1.7. 026 * Version: 1.7.1 27 27 * Author: Humix 28 28 * Author URI: https://www.humix.com/ … … 41 41 * Rename this for your plugin and update it as you release new versions. 42 42 */ 43 define('HUMIX_VERSION', '1.7. 0');43 define('HUMIX_VERSION', '1.7.1'); 44 44 45 45 global $EZHX_REGEX;
Note: See TracChangeset
for help on using the changeset viewer.