diff --git a/CHANGELOG b/CHANGELOG index af1feb4..1c5d8c4 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,7 +5,7 @@ ChangeLog for PatchCableMgr **************************************************** Contents - - Changes Introduced In 0.4.0 + - Changes Introduced In 0.3.16 - Changes Introduced In 0.3.15 - Changes Introduced In 0.3.14 - Changes Introduced In 0.3.13 @@ -35,7 +35,7 @@ Contents **************************************************** \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ -**Changes introduced in 0.4.0 +**Changes introduced in 0.3.16 [Feature] Port description [Enhance] Improved password hashing [Enhance] Added support for ST connectors diff --git a/README.md b/README.md index a3491eb..2e2c4f0 100755 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# 0.4.0 \ No newline at end of file +# 0.3.16 \ No newline at end of file diff --git a/assets/images/portIcons/ST-.png b/assets/images/portIcons/ST-.png new file mode 100644 index 0000000..1bde220 Binary files /dev/null and b/assets/images/portIcons/ST-.png differ diff --git a/assets/images/portIcons/ST-black.png b/assets/images/portIcons/ST-black.png new file mode 100644 index 0000000..f3815d7 Binary files /dev/null and b/assets/images/portIcons/ST-black.png differ diff --git a/assets/images/portIcons/ST-gray.png b/assets/images/portIcons/ST-gray.png new file mode 100644 index 0000000..b6bea21 Binary files /dev/null and b/assets/images/portIcons/ST-gray.png differ diff --git a/assets/images/portIcons/ST-red.png b/assets/images/portIcons/ST-red.png new file mode 100644 index 0000000..f79d032 Binary files /dev/null and b/assets/images/portIcons/ST-red.png differ diff --git a/includes/Update.class.php b/includes/Update.class.php index ac45e93..4f43086 100755 --- a/includes/Update.class.php +++ b/includes/Update.class.php @@ -105,7 +105,7 @@ var $qls; } else if($this->currentVersion == '0.3.14') { $this->update_0314_to_0315(); } else if($this->currentVersion == '0.3.15') { - $this->update_0315_to_040(); + $this->update_0315_to_0316(); } else { return true; } @@ -116,13 +116,13 @@ var $qls; /** - * Update from version 0.3.15 to 0.4.0 + * Update from version 0.3.15 to 0.3.16 * @return Boolean */ - function update_0315_to_040() { - $incrementalVersion = '0.4.0'; + function update_0315_to_0316() { + $incrementalVersion = '0.3.16'; - // Set app version to 0.4.0 + // Set app version to 0.3.16 $this->qls->SQL->update('app_organization_data', array('version' => $incrementalVersion), array('id' => array('=', 1))); // Update password hash diff --git a/includes/content-custom_style.php b/includes/content-custom_style.php index fa1aac1..05d6cad 100755 --- a/includes/content-custom_style.php +++ b/includes/content-custom_style.php @@ -300,15 +300,15 @@ for($x=1; $x