Skip to content

Holy Hannah! Theme-Check Compliant!

Compare
Choose a tag to compare
@dovy dovy released this 08 Jul 03:42
· 1351 commits to master since this release

This version of Redux is 100% theme-check compliant. Yea baby!

3.5.5

  • Fixed: Date-time fixes with CSS overloading and positioning.

3.5.4.35

3.5.4.34

  • Fixed: Bad code in raw field hosing up the entire panel.

3.5.4.33

  • Modified: #2436 - Validation check for any validation type ending in 'not_empty' now recognized.

3.5.4.32

  • Fixed: Undefined index for undeclared variable in Theme-Check checks.
  • Fixed: Annoying Redux Theme-Check notices.
  • Fixed: How some functions were called.

3.5.4.31

  • Fixed: Theme-Check baby! Everything working as it should with extra theme-check hints to prepare
    your theme for submission!
  • Fixed: Better .org hinting for theme submission.
  • Modified: forced_dev_mode_off argument that will ensure dev_mode is ALWAYS off.
    PLEASE do not ship with this enabled. We will NOT provide any support for any instance that
    has this argument enabled. Disable and test prior to posting on our issue tracker.
  • Added: customizer_only as a global arg that disables all of Redux except for the customizer, in
    preparation for our customizer integration.

3.5.4.30

  • Modified: Dissmissable Redux Admin notices now use the WP 4.2 dismiss JS and Ajax. Pretty.
  • Modified: Admin notice code is now it's own isolated class inside core.
  • Modified: Use DB for admin notice, not flat-files. Boo.
  • Modified: Sample configs not to cause errors if multiple users use the same function name.
  • Fixed: CDN internationalization class.
  • Modified: Parsedown so as not to throw a shortcode error that didn't actually exist.

3.5.4.29

  • Fixed: #2446 - Non google font choice not saving in certain instances.

3.5.4.28

  • Fixed: Added additional check in redux.js to stop errors with panels containing multiple raw fields.
  • Fixed: Hopefully, the issue of settings not saving on first install when using the Redux API.

3.5.4.27

  • Fixed: Set use_cdn argument to true, by default.

3.5.4.26

  • Fixed #2437 - undefined value set to blank line height.

3.5.4.25

  • Fixed: #2429 - Required evaluator 'contains' not working properly with multi_check

3.5.4.24

  • Fixed: #2426 - Section field not indenting.

3.5.4.23

  • Fixed: Divider field not rendering properly.
  • Added: fieldset_class argument for fields. Thanks @Enchiridion.
  • Added: Option to set checkbox label. Thanks @Enchiridion.
  • Added: javascript .trigger('change') to switch, spinner, and image_select. Thanks @Enchiridion.

3.5.4.22

  • Modified: Ajax change output of error and notice via hooks.

3.5.4.21

  • Fixed: #2414 - Bad ajax save due to mis-initialized variable.

3.5.4.20

  • Fixed: CSS in metabox fields all wanky.
  • Added: 'reload_on_change' arg for fields, to force page reload after setting change.

3.5.4.19

  • Fixed: #2377 - Replaced mysql_gets_server_info with $wpdb.

3.5.4.18

  • Modified: Templates to properly excape values.
  • Fixed: Import/Export to properly be full-width and use lazy-load JS.
  • Modified: CSS for sections to bound to the section, not all of Redux.

3.5.4.17

  • Fixed: #2368 - Options panel layout offset.
  • Fixed: #2369 - validate_callback not working for color, color_gradient, and date.

3.5.4.16

  • Fixed: #2355 - Space missing in switch class arg.
  • Fixed: Fixed all fields without leading space in class arg.

3.5.4.15

  • Modified: Restrict table modification to redux-container.
  • Fixed: Container overflow for pre's.
  • Modified: Redux API to include removeSection and removeField.
  • Added: Added before and after hooks to any panel template file.

3.5.4.14

  • Fixed: #2351 - WP_Error check added to admin blast remote get.

3.5.4.13

  • Modified: Moved styling for the divide field into it's own CSS file.
  • Modified: All WP Color Pickers to properly save the value before save.
  • Added: CSS Styles for the customizer. ;)

3.5.4.12

  • Modified: Panel is MUCH more responsive now.
  • Fixed: Small stylings for a few fields.
  • Fixed: Added extra qTip class.

3.5.4.11

  • Modified: Ajax save animation. Added fallback for pre 4.2 CSS.
  • Fixed: Small issue with Redux info boxes and spacing.
  • Fixed: Small bug with the Redux API where divide sections were causing errors.
  • Fixed: Small admin blast fix.

3.5.4.10

  • Modified: Qtip and Spectrum vendor libraries restored to local.
  • Fixed: Admin notice loading on front end.
  • Modified: Callback actions run with do_action_ref_array now.
  • Added: show_options_object argument to enable or disable option object.

3.5.4.9

  • Added: Error suppressing to filesystem class to avoid notice errors when site goes down.

3.5.4.8

  • Fixed: Panels not rendering, again
  • Added: Vendor support plugin link to CDN fallback message.

3.5.4.7

  • Modified: Moved vendor libraries ACE, select2, qtip, and spectrum to CDN.
  • Removed: Local installs of above libraries.

3.5.4.6

  • Fixed: Option panel not rendering due to experimental code.

3.5.4.5

  • Fixed: How sorter works with data
  • Modified: How the data arg is stored in Redux.

3.5.4.4

  • Removed: sysinfo.php. No longer needed in lieu of our support URL feature.
  • Removed: debug.php. Moved to options_object extension.
  • Modified: #2274 - PHP Unit test compatibility. Thanks @daithi-coombes.
  • Modified: #2144 - Optional class argument per image. Thanks @paulthecoder.
  • Fixed: #2278 - More W3 Total Cache hacks.

3.5.4.3

  • Fixed: #2258 - welcome redirect error with embedding plugin scenarios.
  • Fixed: Redux plugin load order when activating plugins.

3.5.4.2

  • Fixed: #2271 - stuck redirect on godaddy (seriously, get a real host, people) servers.

3.5.4.1

  • Fixed: #2216 - Reset section not always working within FF.

3.5.4

  • Modified: update_notice arg only truly shows up if dev_mode is on.