Plugin Directory

Changeset 1492090


Ignore:
Timestamp:
09/07/2016 11:59:08 PM (10 years ago)
Author:
kosinix
Message:

To trunk version 1.3.1

Location:
widget-visibility/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • widget-visibility/trunk/README.txt

    r1491800 r1492090  
    6464== Changelog ==
    6565
     66= 1.3.1 - 2016-09-08 =
     67* Fix "Illegal string offset" warning
     68
    6669= 1.3.0 - 2016-09-07 =
    6770* Tag options now works
  • widget-visibility/trunk/widget-visibility.php

    r1491800 r1492090  
    44Plugin URI: http://www.codefleet.net/widget-visibility/
    55Description: Control which pages your widgets appear on WordPress
    6 Version: 1.3.0
     6Version: 1.3.1
    77Author: Nico Amarilla
    88Author URI: http://www.codefleet.net/
     
    2424    $plugin['view_folder'] = $plugin['path'].'views';
    2525
    26     $plugin['plugin_headers'] = 'cycloneslider_service_plugin_headers';
     26    $plugin['plugin_headers'] = 'widvis_service_plugin_headers';
    2727    $plugin['version'] = 'widvis_service_plugin_version';
    2828    $plugin['slug'] = 'widvis_service_plugin_slug';
Note: See TracChangeset for help on using the changeset viewer.