Changeset 3220817
- Timestamp:
- 01/11/2025 08:31:03 PM (12 months ago)
- Location:
- videoadshtml5
- Files:
-
- 17 added
- 2 edited
-
tags/2.7.1 (added)
-
tags/2.7.1/videoadshtml5 (added)
-
tags/2.7.1/videoadshtml5/HTML5 (added)
-
tags/2.7.1/videoadshtml5/HTML5/css (added)
-
tags/2.7.1/videoadshtml5/HTML5/css/videoadshtml5.css (added)
-
tags/2.7.1/videoadshtml5/HTML5/href (added)
-
tags/2.7.1/videoadshtml5/HTML5/href/href.txt (added)
-
tags/2.7.1/videoadshtml5/HTML5/js (added)
-
tags/2.7.1/videoadshtml5/HTML5/js/vastvideoplugin.js (added)
-
tags/2.7.1/videoadshtml5/HTML5/vod (added)
-
tags/2.7.1/videoadshtml5/HTML5/vod/ads.xml (added)
-
tags/2.7.1/videoadshtml5/index.html (added)
-
tags/2.7.1/videoadshtml5/readme.txt (added)
-
tags/2.7.1/videoadshtml5/screenshot-1.png (added)
-
tags/2.7.1/videoadshtml5/screenshot-2.png (added)
-
tags/2.7.1/videoadshtml5/screenshot-3.png (added)
-
tags/2.7.1/videoadshtml5/videoadshtml5.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/videoadshtml5.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
videoadshtml5/trunk/readme.txt
r3220053 r3220817 5 5 Requires at least: 5.3 6 6 Tested up to: 6.7.1 7 Stable tag: 2.7 7 Stable tag: 2.7.1 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
videoadshtml5/trunk/videoadshtml5.php
r3220053 r3220817 2 2 /* 3 3 Plugin Name: VideoADSHtml5 4 Version: 2.7 4 Version: 2.7.1 5 5 Plugin URI: https://sv-pt.ru/?p=858 6 6 Author: -sv- … … 8 8 Description: VideoADSHtml5 Плагин для вставки рекламы видео ролик 9 9 Text Domain: VideoADSHtml5 10 Domain Path: /languages11 10 */ 12 11 … … 31 30 class VIDEO_HTML5_ADS { 32 31 33 public static $plugin_version = '2.7 ';32 public static $plugin_version = '2.7.1'; 34 33 public static $url_razrab = 'https://sv-pt.ru'; 35 34 // var $plugin_version = '2.3.3'; … … 42 41 43 42 function plugin_includes() { 44 //if (is_admin()) {45 //add_filter('plugin_action_links', array($this, 'videhtml5ads_plugin_action_links'), 10, 2);46 //}43 if (is_admin()) { 44 add_filter('plugin_action_links', array($this, 'videhtml5ads_plugin_action_links'), 10, 2); 45 } 47 46 add_action('plugins_loaded', array($this, 'plugins_loaded_handler')); 48 47 add_action('wp_enqueue_scripts', 'video_html5_ads_enqueue_scripts');
Note: See TracChangeset
for help on using the changeset viewer.