Plugin Directory

Changeset 1637013


Ignore:
Timestamp:
04/13/2017 04:32:23 PM (9 years ago)
Author:
vnative
Message:

bugs removed

Location:
vnative/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vnative/trunk/readme.txt

    r1636993 r1637013  
    55Requires at least: 3.3
    66Tested up to: 3.5.1
    7 Stable tag: 2.3
     7Stable tag: 2.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • vnative/trunk/vnative.php

    r1636993 r1637013  
    44 *Plugin Name: vNative
    55 *Description: Empowering smart performance marketing, through native sponsored content unit.
    6  *Version: 2.3
     6 *Version: 2.4
    77 *Author: vNative
    88 *Author URI: http://vnative.com
     
    1313$dir = plugin_dir_url( __FILE__ );
    1414
    15 echo $p_id = get_option('vpublisher_id');
     15$p_id = get_option('vpublisher_id');
    1616
    1717$api = get_option('vapi_key');
Note: See TracChangeset for help on using the changeset viewer.