Changeset 1742557
- Timestamp:
- 10/07/2017 03:18:53 PM (8 years ago)
- Location:
- advanced-text-widget/trunk
- Files:
-
- 2 edited
-
advancedtext.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-text-widget/trunk/advancedtext.php
r1742419 r1742557 5 5 Description: 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. 6 6 Author: Max Chirkov 7 Version: 2.1. 07 Version: 2.1.1 8 8 Author URI: http://simplerealtytheme.com 9 9 */ … … 26 26 define("ATW_URL", WP_PLUGIN_URL . '/' . ATW_BASENAME); 27 27 define("ATW_LIB", ATW_DIR . '/lib'); 28 define('ATW_PRO', ATW_DIR . '/pro');29 28 30 29 require_once('options/options.php'); -
advanced-text-widget/trunk/readme.txt
r1742419 r1742557 5 5 Requires at least: 2.8 6 6 Tested up to: 4.8.2 7 Stable tag: 2.1. 07 Stable tag: 2.1.1 8 8 9 9 Text widget with raw PHP support and conditional visibility settings. Flexible conditional options with ability to edit and add custom conditions. … … 52 52 == Changelog == 53 53 54 = 2.1.1 = 55 - Fixes a fatal error. 56 54 57 = 2.1.0 = 55 58 - WP 4.8.2 compatibility update.
Note: See TracChangeset
for help on using the changeset viewer.