Plugin Directory

Changeset 1954810


Ignore:
Timestamp:
10/10/2018 11:23:16 PM (7 years ago)
Author:
devlucasmendes
Message:

temporarily fix

Location:
fastdee/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fastdee/trunk/fastdee.php

    r1913613 r1954810  
    44 * Plugin URI: http://fastdee.com/?ref=wp-admin-plugins.php
    55 * Description: Com o plugin Fastdee! Afiliados podem realizar a importação automatizada de ofertas da Lomadee. E também buscar Cupons comissionados.
    6  * Version: 2.7.5
     6 * Version: 2.7.6
    77 * Author: Lucas Mendes Mota da Fonseca
    88 * Author URI: http://devlucasmendes.com
     
    2828    final class Fastdee {
    2929
    30         public $version = '2.7.5';
     30        public $version = '2.7.6';
    3131
    3232        protected static $_instance = null;
  • fastdee/trunk/includes/core/class-fd-pages.php

    r1913613 r1954810  
    1010        parent::__construct();
    1111
    12         add_action('in_admin_footer', array($this, 'add_btn_doar'));
     12        // add_action('in_admin_footer', array($this, 'add_btn_doar'));
    1313    }
    1414
Note: See TracChangeset for help on using the changeset viewer.