Plugin Directory

Changeset 1968839

Timestamp:
11/05/2018 10:13:08 AM (6 years ago)
Author:
nechehin
Message:

version 1.7

Location:
adsinserter
Files:
11 added
3 edited

Legend:

Unmodified
Added
Removed
  • adsinserter/trunk/adsinserter.php

    r1968831 r1968839  
    44Plugin Name: AdsInserter
    55Description: Site ads and widgets placement manager
    6 Version: 1.6
     6Version: 1.
    77Author: e.nechehin
    88Author URI: https://adsinserter.com
  • adsinserter/trunk/options.php

    r1968831 r1968839  
    55
    66    const OPTIONS = 'adsinserter_options';
    7         const OPTION_INTEXT_ENABLED = 'intext_enabled';
     7    const OPTION_INTEXT_ENABLED = 'intext_enabled';
    88    const OPTION_INTEXT_PLACEMENT_ID = 'intext_placement_id';
    99    const OPTION_INTEXT_START = 'intext_start';
     
    153153    public function sanitize( $input ) {
    154154
     155
    155156        $new_input = array();
    156157
  • adsinserter/trunk/readme.txt

    r1968831 r1968839  
    4343== Changelog ==
    4444
     45
     46
     47
    4548= 1.6 =
    4649* Fix adsinserter link in admin page
Note: See TracChangeset for help on using the changeset viewer.