Changeset 1601728
- Timestamp:
- 02/22/2017 11:38:31 PM (9 years ago)
- Location:
- indent-lists-button/trunk
- Files:
-
- 2 edited
-
ili-indent-lists-button.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indent-lists-button/trunk/ili-indent-lists-button.php
r1587726 r1601728 2 2 /* 3 3 * Plugin Name: Indent Lists Button 4 * Version: 0.1.3 14 * Version: 0.1.32 5 5 * Plugin URI: http://www.elisewebredactie.nl/indent-lists-button 6 6 * Author: Klaas van der Linden … … 18 18 function __construct(){ 19 19 $this->url = plugin_dir_url ( __FILE__ ); 20 $this->css = '.ili-indent{padding-left:40px; }';20 $this->css = '.ili-indent{padding-left:40px;overflow:hidden}'; 21 21 add_action ( 'plugins_loaded', array($this,'load_plugin_textdomain') ); 22 22 add_action ( 'init', array($this,'init') ); -
indent-lists-button/trunk/readme.txt
r1587744 r1601728 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.7.2 7 Stable tag: 0.1.3 7 Stable tag: 0.1.32 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 46 46 == Changelog == 47 48 = 0.1.32 (2017-02-23) = 49 50 * Minor adjustment; added style rule to clear floats 47 51 48 52 = 0.1.31 (2017-01-17) =
Note: See TracChangeset
for help on using the changeset viewer.