Plugin Directory

Changeset 1742557


Ignore:
Timestamp:
10/07/2017 03:18:53 PM (8 years ago)
Author:
maxchirkov
Message:

Fixes a fatal error.

Location:
advanced-text-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-text-widget/trunk/advancedtext.php

    r1742419 r1742557  
    55Description: Text widget that has extensive conditional options to display content on pages, posts, specific categories etc. It supports regular HTML as well as PHP code. Conditional visibility can be applied to other widgets of the site as well.
    66Author: Max Chirkov
    7 Version: 2.1.0
     7Version: 2.1.1
    88Author URI: http://simplerealtytheme.com
    99*/
     
    2626    define("ATW_URL", WP_PLUGIN_URL . '/' . ATW_BASENAME);
    2727    define("ATW_LIB", ATW_DIR . '/lib');
    28     define('ATW_PRO', ATW_DIR . '/pro');
    2928
    3029    require_once('options/options.php');
  • advanced-text-widget/trunk/readme.txt

    r1742419 r1742557  
    55Requires at least: 2.8
    66Tested up to: 4.8.2
    7 Stable tag: 2.1.0
     7Stable tag: 2.1.1
    88
    99Text widget with raw PHP support and conditional visibility settings. Flexible conditional options with ability to edit and add custom conditions.
     
    5252== Changelog ==
    5353
     54= 2.1.1 =
     55- Fixes a fatal error.
     56
    5457= 2.1.0 =
    5558- WP 4.8.2 compatibility update.
Note: See TracChangeset for help on using the changeset viewer.