Changeset 3254855
- Timestamp:
- 03/12/2025 02:56:06 PM (10 months ago)
- Location:
- videoadshtml5
- Files:
-
- 16 added
- 3 edited
-
tags/2.8.2 (added)
-
tags/2.8.2/HTML5 (added)
-
tags/2.8.2/HTML5/css (added)
-
tags/2.8.2/HTML5/css/videoadshtml5.css (added)
-
tags/2.8.2/HTML5/href (added)
-
tags/2.8.2/HTML5/href/href.txt (added)
-
tags/2.8.2/HTML5/js (added)
-
tags/2.8.2/HTML5/js/vastvideoplugin.js (added)
-
tags/2.8.2/HTML5/vod (added)
-
tags/2.8.2/HTML5/vod/ads.xml (added)
-
tags/2.8.2/index.html (added)
-
tags/2.8.2/readme.txt (added)
-
tags/2.8.2/screenshot-1.png (added)
-
tags/2.8.2/screenshot-2.png (added)
-
tags/2.8.2/screenshot-3.png (added)
-
tags/2.8.2/videoadshtml5.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/screenshot-2.png (modified) (previous)
-
trunk/videoadshtml5.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
videoadshtml5/trunk/readme.txt
r3243619 r3254855 130 130 == Changelog == 131 131 132 = 2.8.2 = 133 * fixing the videhtml5ads_plugin_action_links error 134 132 135 = 2.8.1 = 133 136 * Editing a click block -
videoadshtml5/trunk/videoadshtml5.php
r3243619 r3254855 4 4 * Plugin URI: https://sv-pt.ru/?p=858 5 5 * Description: VideoADSHtml5 Плагин для вставки рекламы видео ролик 6 * Version: 2.8. 16 * Version: 2.8.2 7 7 * Author: -sv- 8 8 * Author URI: https://sv-pt.ru … … 30 30 class VIDEO_HTML5_ADS { 31 31 32 public static $plugin_version = '2.8. 1';32 public static $plugin_version = '2.8.2'; 33 33 public static $url_razrab = 'https://sv-pt.ru'; 34 34 // var $plugin_version = '2.3.3'; … … 41 41 42 42 function plugin_includes() { 43 if (is_admin()) {44 add_filter('plugin_action_links', array($this, 'videhtml5ads_plugin_action_links'), 10, 2);45 }46 43 add_action('plugins_loaded', array($this, 'plugins_loaded_handler')); 47 44 add_action('wp_enqueue_scripts', 'video_html5_ads_enqueue_scripts');
Note: See TracChangeset
for help on using the changeset viewer.