Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Commit df1a95b

Browse files
committed
Redux Framework Update
1 parent 0b43914 commit df1a95b

File tree

139 files changed

+2741
-1467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+2741
-1467
lines changed

plugins/redux-framework/.tx/config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[main]
2+
host = https://www.transifex.com
3+
4+
[redux-framework.redux-framework]
5+
file_filter = ReduxCore/languages/<lang>.po
6+
source_file = ReduxCore/languages/redux-framework.pot
7+
source_lang = en_US
8+
type = PO

plugins/redux-framework/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Redux Framework Changelog
22

3+
## 3.6.11
4+
* Fixed: #3561, #3562 - Not all selectors in async typography were properly formed, causing them not to render properly on screen.
5+
6+
## 3.6.10
7+
* Updated Google font update.
8+
* Updated: #3447 - Updated RTL CSS. Thanks @Abolfazlrt.
9+
* Fixed: Duplicate ID warnings.
10+
* Fixed: http warnings in https environments.
11+
* Fixed: #3539 - Checkbox label not appearing unless 'desc' was set. Thanks @Enchiridion.
12+
* Fixed: #3547 - ace_editor not rendering properly within a subsection. Thanks @Tofandel.
13+
* Fixed: #3534 - Fix invalid CSS in asycn_typography (trailing commas). Thanks @ksere
14+
* Fixed: Spacing between Save and Reset buttons.
15+
* Added: #3285 - dir and url filters for customizer extension. Thanks @aaronhuisinga.
16+
add_filter ("redux/extension/customizer/dir", $dir)
17+
add_filter ("redux/extension/customizer/url", $url)
18+
319
## 3.6.9
420
* Fixed: Bypassing a WP bug where the gallery field would show a spinner on first open with no selected images.
521
* Fixed: #3512 - Image select in tile mode not highlighting default.

plugins/redux-framework/Gruntfile.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/*
2+
* Copyright (c) Adrien Foulon - 2018. All rights reserved.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
* Unless required by applicable law or agreed to in writing, software
8+
* distributed under the License is distributed on an "AS IS" BASIS,
9+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
* See the License for the specific language governing permissions and
11+
* limitations under the License.
12+
*/
13+
114
/* jshint node:true */
215
var shell = require('shelljs');
316

@@ -107,7 +120,8 @@ module.exports = function (grunt) {
107120
// JavaScript linting with JSHint.
108121
jshint: {
109122
options: {
110-
jshintrc: '.jshintrc'
123+
jshintrc: '.jshintrc',
124+
reporterOutput: ''
111125
},
112126
files: [
113127
//'Gruntfile.js',

plugins/redux-framework/Gruntfile.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/redux-framework/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Redux Options Framework [![WordPress plugin](https://img.shields.io/wordpress/plugin/v/redux-framework.svg?maxAge=2592000)]() [![WordPress](https://img.shields.io/wordpress/v/redux-framework.svg?maxAge=2592000)]() [![Build Status](https://travis-ci.org/reduxframework/redux-framework.png?branch=master)](https://travis-ci.org/reduxframework/redux-framework) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) [![Slack](https://redux-slackin.herokuapp.com/badge.svg)](https://redux-slackin.herokuapp.com)
1+
## Redux Options Framework [![WordPress plugin](https://img.shields.io/wordpress/plugin/v/redux-framework.svg?maxAge=2592000)](https://wordpress.org/plugins/redux-framework) [![WordPress](https://img.shields.io/wordpress/v/redux-framework.svg?maxAge=2592000)](https://wordpress.org/download/) [![Build Status](https://travis-ci.org/reduxframework/redux-framework.png?branch=master)](https://travis-ci.org/reduxframework/redux-framework) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) [![Slack](https://redux-slackin.herokuapp.com/badge.svg)](https://redux-slackin.herokuapp.com)
22

33
[Get it in the WordPress plugin repo](https://wordpress.org/plugins/redux-framework/)
44

@@ -17,9 +17,6 @@ If you are stuck in some of your own code, or need help with PHP and anything el
1717

1818
Are you authoring a theme, or plugin? Visit the [Redux Builder](http://build.reduxframework.com) site and get started!
1919

20-
## Demo Your Products ##
21-
We help you create a seamless user experience for your users to demo your WordPress products. Not only that, we help you make sure they’re engaged, turning them into a potential customer. Visit [wpdemo.io/](http://wpdemo.io/)
22-
2320
## Documentation ##
2421

2522
Need a little help with Redux? Come check out our brand new documentation site at [docs.reduxframework.com](http://docs.reduxframework.com), chock full of tutorials and examples!
@@ -70,8 +67,8 @@ If you can, please donate to help support the ongoing development of Redux Frame
7067
* Much more
7168

7269
## Stay In The Loop! ##
73-
74-
[![Follow us on Twitter](http://iod.unh.edu/Images/Twitter_follow_us.png "Follow us on Twitter")](https://www.twitter.com/ReduxFramework)
70+
[![Follow us on Twitter](https://www.download82.com/images/produse/iconuri/twitter-for-android.png "Follow us on Twitter")](https://www.twitter.com/ReduxFramework)
71+
[![Like us on Facebook](https://addons.thunderbird.net/user-media/addon_icons/79/79494-64.png "Like us on Facebook")](https://www.facebook.com/ReduxFramework/)
7572

7673
## FAQs ##
7774

plugins/redux-framework/ReduxCore/assets/css/color-picker/color-picker.min.css

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* Copyright (c) Adrien Foulon - 2018. All rights reserved.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
* Unless required by applicable law or agreed to in writing, software
8+
* distributed under the License is distributed on an "AS IS" BASIS,
9+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
* See the License for the specific language governing permissions and
11+
* limitations under the License.
12+
*/
13+
14+
#redux-import-link-wrapper,#redux-import-code-wrapper{display:none}#redux-export-code,#redux-export-link-value{display:none}#redux-import-action span{color:#b94a48}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* Copyright (c) Adrien Foulon - 2018. All rights reserved.
3+
* Licensed under the Apache License, Version 2.0 (the "License");
4+
* you may not use this file except in compliance with the License.
5+
* You may obtain a copy of the License at
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
* Unless required by applicable law or agreed to in writing, software
8+
* distributed under the License is distributed on an "AS IS" BASIS,
9+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
* See the License for the specific language governing permissions and
11+
* limitations under the License.
12+
*/
13+
14+
.redux-main .button.remove-image,.redux-main .removeCSS{margin-left:10px;color:#ef521d}.redux-main .button.remove-image:hover,.redux-main .removeCSS:hover{color:red}.redux-main .upload_button_div{margin-bottom:5px}.redux-main .upload-error{float:left;color:#666;font-size:10px;font-weight:bold;text-decoration:none;text-shadow:1px 1px 0 #fff;margin:0 10px 0 0;padding:3px 10px;background:#ffdfec;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.redux-main .reset-button{font-family:Arial,Verdana,sans-serif;float:left;margin:0;color:#ef521d;border-color:#bbb}.redux-main .redux-option-image{max-height:340px;max-width:340px;padding:5px;margin-bottom:0;margin-top:10px;margin-right:15px;border:1px solid #e3e3e3;background:#f7f7f7;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.redux-main .redux-main .upload{width:80% !important}.redux-main .button{margin-top:2px}

plugins/redux-framework/ReduxCore/assets/css/redux-admin.min.css

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/redux-framework/ReduxCore/assets/css/redux-fields.min.css

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/redux-framework/ReduxCore/assets/css/redux-vendor.min.css

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)