Skip to content

Commit

Permalink
* Fix - UIX framework saving all tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
nandotess committed Jun 14, 2017
2 parents 1e8ef59 + 4132631 commit 6c8b836
Show file tree
Hide file tree
Showing 7 changed files with 607 additions and 211 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### 1.0.8
* Fix - LSX tabs working integrated with TO tabs (dashboard settings)
* Fix - Fixed admin styles (help and add-on pages)
* Fix - UIX framework saving all tabs

### 1.0.7
* Dev - Added .editorconfig file to help developers to maintain consistent coding styles between different editors and IDEs
Expand Down
2 changes: 1 addition & 1 deletion classes/class-lsx-to-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function enqueue_admin_stylescripts( $hook ) {
}

wp_enqueue_media();
wp_enqueue_script( 'tour-operator-admin-script', LSX_TO_URL . 'assets/js/admin' . $min . '.js', array( 'jquery' ), LSX_TO_VER, true );
wp_enqueue_script( 'tour-operator-admin-script', LSX_TO_URL . 'assets/js/admin.min.js', array( 'jquery' ), LSX_TO_VER, true );
wp_enqueue_style( 'tour-operator-admin-style', LSX_TO_URL . 'assets/css/admin.css', array(), LSX_TO_VER );
wp_style_add_data( 'tour-operator-admin-style', 'rtl', 'replace' );

Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/lightspeeddev
= 1.0.8 =
* Fix - LSX tabs working integrated with TO tabs (dashboard settings)
* Fix - Fixed admin styles (help and add-on pages)
* Fix - UIX framework saving all tabs

= 1.0.7 =
* Dev - Added .editorconfig file to help developers to maintain consistent coding styles between different editors and IDEs
Expand Down
2 changes: 1 addition & 1 deletion vendor/uix/assets/css/admin.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.uix-tab-canvas {
padding: 0 20px;

display: none;
}
.uix-field-wrapper{
min-height: 100px;
Expand Down
2 changes: 1 addition & 1 deletion vendor/uix/assets/css/admin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6c8b836

Please sign in to comment.