## Changelog

## Version 0.9.8

### Changed

1. Added a feature to set a boxed layout within the plugin
2. Added new default settings
3. Minimum image dimensions set to 1080px x 1080px
4. Simplified the user interface

## Version 0.9.7

### Changed

4. Removed lots of bugs

## Version 0.9.6

### Changed

1. Updated some js files
2. Checked compatibility with WordPress version 6.8.1
3. Raised PHP level to 8.0

## Version 0.9.5

### Changed

1. Resolved an issue with Firefox where the background image was not shown anymore
2. Checked compatibility with WordPress version 5.6
3. Raised PHP level to 7.4+

## Version 0.9.4

### Changed

1. Optimized CSS for WordPress version 5.3

## Version 0.9.3

### Changed

1. Fixed issues with older IE versions
2. Fixed issues with contextual help

## Version 0.9.2

### Changed

1. Fixed image source detection

## Version 0.9.1

### Changed

1. Fixed bugs related to 'image move direction'
2. Extended the contextual help
3. Updated readme file

## Version 0.9.0

### Changed

1. Face lifted the user interface
2. Re-written most of the code
3. Uses smoothscroll.js in favour of nicescroll.js as scrolling engine
4. Some Bugfixes

= Version 0.8.8 =

1. Extended the color picker to accept rgba colors
2. The color picker accepts input via keyboard again
3. Re-introduced a background color for the parallax image
4. Minor code changes
5. Minor code clean up
6. Some bug fixes
7. Removed Github link
8. Slowed down scrolling speed

= Version 0.8.7 =

1. Fixed compatibility with Chrome Browser
2. Checked compatibility with the latest version of WordPress

= Version 0.8.6 =

1. Updated a few included libraries
2. Improved some scripts

= Version 0.8.5 =

1. Rearranged the hooks for the frontend
2. re-added theme support for custom-background

= Version 0.8.4 =

1. Resolved a bug preventing the image data from being loaded.
2. Removed unnecessary comments.
3. Minor code cleanup.

= Version 0.8.3 =

1. The Frontend script will only load if a background image is defined.
2. The overlay container will only be created if an overlay image is defined.

= Version 0.8.2 =

1. Fixed missing remove image button on edit screens.

= Version 0.8.1 =

1. Made compatible with some premium themes.
2. Changed the display of the thumb on the settings page.

= Version 0.8.0 =

1. I'm responsive, baby! Please note that ( for now ), when an image aspect ratio matches the viewport aspect ratio,
   there is no room for parallax. Choose your image higher / wider than the expected viewport size according to the
   parallax direction ( vertical / horizontal)
2. Minor UI changes

= Version 0.7.5 =

1. Updated Nicescroll to version 3.6.8. Scrolling behaviour might be different now. Options to control scrolling
   behaviour will be available soon.
2. Removed custom Nicescroll version
3. Added easing
4. Resolved an issue with preserved scrolling

= Version 0.7.4 =

1. Optimized performance
2. Removed obsolete "add media" button on both the meta box and the settings page
3. Modified the "add media" button

= Version 0.7.3 =

1. Included missing file...

= Version 0.7.2 =

1. Optimized code, removed the loader-class
2. Optimized js

= Version 0.6.0 =

1. Fixed some bugs that occurred on Installations using the non-default locale.
2. Fixed issue with overlay color.
3. Fixed issue with static background image.
4. Improved scroll behaviour.
5. Added a feature to set one image for all supported posts and pages, including the possibility to override these
   global settings on a per-post basis (see "Settings" > "cbParallax").
6. Moved the options from the general settings page to "Settings" > "cbParallax".
7. Improved the performance of the parallaxing-script.
8. Removed the option to set a background color.
9. The interface is more user-friendly now.
   10.You may want to review your image overlay settings on the post edit screens since they work again.

= Version 0.5.0 =

1. Reduced required PHP-Version to 5.3 or above due to user requests.
2. Minor bug fixes regarding errors on activation.

= Version 0.4.2 =

1. Increased required PHP-Version to 5.4 or above.

= Version 0.4.0 =

1. Completely rewritten the script for the public part.
2. Static image is now also being handled by the public script, it's mobile ready now.
3. Added an option to disable parallax on mobile ( View the "Settings / General" page). Will show the image as a static
   background.

= Version 0.3.0 =

1. Major bug fixes, the effect now works as expected.

= Version 0.2.6 =

1. The scripts for the frontend load only if needed.

= Version 0.2.5 =

1. Added support for the blog page.
2. Fixed support for single product page views.
3. The "preserve scrolling" option superseeds the "Nicescrollr" plugin settings on the frontend, if both plugins are
   enabled.
4. Code cleanup and some minor refactorings.

= Version 0.2.4 =

1. Optimized the script for the public part.
2. Added a section to the readme file regarding known issues.
3. Updated the readme file.

= Version 0.2.3 =

1. Fixed some bugs.
2. Added a background color to the image container to kind of simulate a "color" for the overlay.
3. Slightly enhanced meta box display behaviour.
4. Added support for "portfolio" post type / entries for web- and media workers :)

= Version 0.2.2 =

1. Removed display errors.

= Version 0.2.1 =

1. Resolved the translation bugs.
2. Optimized the scrolling behaviour.
3. Corrected the scroll ratio calculation.
4. Corrected the "static" background image display.
5. Corrected the meta box display behaviour.
6. Added the option to preserve the nice scrolling behaviour without the need to use the parallax feature ( see "
   Settings / General / cbParallax" ).

= Version 0.2.0 =

1. Optimized the script responsible for the parallax effect.
2. Added Nicescroll for smooth cross-browser scrolling.

= Version 0.1.1 =

1. Massively refactored the script responsible for the parallax effect.
2. Added the possibility to scroll the background image horizontally.
3. Added a function to reposition the image on window resize automaticly.
4. Improoved performance.
5. Improoved compatibility with webkit, opera and ie browsers.
6. Implemented a function that eases mousescroll.

= Version 0.1.0 =
First release :-)