Changeset 1730344
- Timestamp:
- 09/15/2017 06:55:00 AM (9 years ago)
- Location:
- easy-org-chart
- Files:
-
- 12 added
- 2 edited
-
tags/3.1 (added)
-
tags/3.1/css (added)
-
tags/3.1/css/pseoc.css (added)
-
tags/3.1/css/pseoc_admin.css (added)
-
tags/3.1/image (added)
-
tags/3.1/image/john_doe.png (added)
-
tags/3.1/js (added)
-
tags/3.1/js/pseoc_colorpicker.js (added)
-
tags/3.1/js/pseoc_dragscrollable.js (added)
-
tags/3.1/js/pseoc_media_pic.js (added)
-
tags/3.1/pluginlyspeaking-easyorgchart.php (added)
-
tags/3.1/readme.txt (added)
-
trunk/pluginlyspeaking-easyorgchart.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-org-chart/trunk/pluginlyspeaking-easyorgchart.php
r1723848 r1730344 5 5 * Description: Create your own organizational chart. 6 6 * Author: PluginlySpeaking 7 * Version: 3. 07 * Version: 3.1 8 8 * Author URI: http://www.pluginlyspeaking.com 9 9 * License: GPL2 … … 1897 1897 { 1898 1898 $count_for_image_m = 1; 1899 if($row[$m] == 5 && $parent[$m] - 1== $boxe_id[$l] )1899 if($row[$m] == 5 && $parent[$m] == $boxe_id[$l] ) 1900 1900 { 1901 1901 $row5_width = $row4_width * (100 / $count_all_child[$boxe_id[$l]]) / 100; -
easy-org-chart/trunk/readme.txt
r1724776 r1730344 4 4 Requires at least: 3.6 5 5 Tested up to: 4.8.1 6 Stable tag: 3. 06 Stable tag: 3.1 7 7 License: GPL2 8 8 License URI: http://www.gnu.org/licenses/gpl.html … … 70 70 == Changelog == 71 71 72 = 3.1 = 73 * Error corrected. The chart was blocked at the row 5. 74 72 75 = 3.0 = 73 76 * Massive update /!\ Some data of you previous Org Chart could be lost, due to the rework of the plugin.
Note: See TracChangeset
for help on using the changeset viewer.