mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-28 16:24:42 +02:00
Add 4.3.0 version
This commit is contained in:
parent
becb41d3ce
commit
80589c9ac5
@ -1,6 +1,6 @@
|
|||||||

|

|
||||||
|
|
||||||
[](https://travis-ci.org/opensupports/opensupports) v4.2.0
|
[](https://travis-ci.org/opensupports/opensupports) v4.3.0
|
||||||
|
|
||||||
OpenSupports is an open source ticket system built primarily with PHP and ReactJS.
|
OpenSupports is an open source ticket system built primarily with PHP and ReactJS.
|
||||||
Please, visit our website for more information: [http://www.opensupports.com/](http://www.opensupports.com/)
|
Please, visit our website for more information: [http://www.opensupports.com/](http://www.opensupports.com/)
|
||||||
|
@ -7,9 +7,10 @@ class MainLayoutFooter extends React.Component {
|
|||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className={this.getClass()}>
|
<div className={this.getClass()}>
|
||||||
{(this.props.adminPanelOpened) ? this.renderExtraLinks() : null}
|
{this.props.adminPanelOpened ? this.renderExtraLinks() : null}
|
||||||
<div className="main-layout-footer__powered">
|
<div className="main-layout-footer__powered">
|
||||||
Powered by <a className="main-layout-footer__os-link" href="http://www.opensupports.com/" target="_blank">OpenSupports</a>
|
Powered by <a className="main-layout-footer__os-link" href="http://www.opensupports.com/" target="_blank">OpenSupports</a>
|
||||||
|
<span> {this.props.adminPanelOpened ? `v${opensupports_version}` : null}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
opensupports_version = '4.3.0';
|
||||||
root = 'http://localhost:3000';
|
root = 'http://localhost:3000';
|
||||||
apiRoot = 'http://localhost:3000/api';
|
apiRoot = 'http://localhost:3000/api';
|
||||||
globalIndexPath = '';
|
globalIndexPath = '';
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
opensupports_version = '4.3.0';
|
||||||
root = "<?=$url ?>";
|
root = "<?=$url ?>";
|
||||||
apiRoot = '<?=$url ?>/api';
|
apiRoot = '<?=$url ?>/api';
|
||||||
globalIndexPath = "<?=$path ?>";
|
globalIndexPath = "<?=$path ?>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user