Plugin Directory

Changeset 3254855


Ignore:
Timestamp:
03/12/2025 02:56:06 PM (10 months ago)
Author:
saucykiss
Message:

update to version 2.8.2

Location:
videoadshtml5
Files:
16 added
3 edited

Legend:

Unmodified
Added
Removed
  • videoadshtml5/trunk/readme.txt

    r3243619 r3254855  
    130130== Changelog ==
    131131
     132= 2.8.2 =
     133* fixing the videhtml5ads_plugin_action_links error
     134
    132135= 2.8.1 =
    133136* Editing a click block
  • videoadshtml5/trunk/videoadshtml5.php

    r3243619 r3254855  
    44* Plugin URI: https://sv-pt.ru/?p=858
    55* Description: VideoADSHtml5 Плагин для вставки рекламы видео ролик
    6 * Version: 2.8.1
     6* Version: 2.8.2
    77* Author: -sv-
    88* Author URI: https://sv-pt.ru
     
    3030    class VIDEO_HTML5_ADS {
    3131
    32         public static $plugin_version = '2.8.1';
     32        public static $plugin_version = '2.8.2';
    3333        public static $url_razrab = 'https://sv-pt.ru';
    3434        // var $plugin_version = '2.3.3';
     
    4141
    4242        function plugin_includes() {
    43             if (is_admin()) {
    44                 add_filter('plugin_action_links', array($this, 'videhtml5ads_plugin_action_links'), 10, 2);
    45             }
    4643            add_action('plugins_loaded', array($this, 'plugins_loaded_handler'));
    4744            add_action('wp_enqueue_scripts', 'video_html5_ads_enqueue_scripts');
Note: See TracChangeset for help on using the changeset viewer.