Plugin Directory

Changeset 1730344


Ignore:
Timestamp:
09/15/2017 06:55:00 AM (9 years ago)
Author:
PluginlySpeaking
Message:

release 3.1

Location:
easy-org-chart
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • easy-org-chart/trunk/pluginlyspeaking-easyorgchart.php

    r1723848 r1730344  
    55 * Description: Create your own organizational chart.
    66 * Author: PluginlySpeaking
    7  * Version: 3.0
     7 * Version: 3.1
    88 * Author URI: http://www.pluginlyspeaking.com
    99 * License: GPL2
     
    18971897                                                                    {
    18981898                                                                        $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] )
    19001900                                                                        {
    19011901                                                                            $row5_width = $row4_width * (100 / $count_all_child[$boxe_id[$l]]) / 100;
  • easy-org-chart/trunk/readme.txt

    r1724776 r1730344  
    44Requires at least: 3.6
    55Tested up to: 4.8.1
    6 Stable tag: 3.0
     6Stable tag: 3.1
    77License: GPL2
    88License URI: http://www.gnu.org/licenses/gpl.html
     
    7070== Changelog ==
    7171
     72= 3.1 =
     73* Error corrected. The chart was blocked at the row 5.
     74
    7275= 3.0 =
    7376* 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.