Releases: camayak/camayak-wordpress-plugin
Releases · camayak/camayak-wordpress-plugin
v1.0.10
What's Changed
- Restored the "Managed by Camayak" banner notice on posts that were published from Camayak. Did not previously work in the Gutenburg editor.
New Contributors
- @edwardmsmith made their first contribution in #6
Full Changelog: v1.0.9...v1.0.10
Syntax improvements to prevent E_NOTICE/E_DEPRECATED errors.
- 672bef5: If a WordPress installation has
WP_DEBUG=true
, or has very lowerror_reporting
, a 'Deprecated' notice is displayed. As of PHP 5.1 RC5 array and string offset access syntax with curly braces has been deprecated. - efbbe72: If a WordPress installation has
WP_DEBUG=true
, or has a very low (notice)error_reporting
threshold, [5] will raise a 'Notice: Undefined offset: 5' notice. Resolving this by usingisset
to test if offset 5 exists.
Fixing an issue with the dewhitespacer plugin, it's imperative that the Content-Length header is updated with the trimmed response length.
v1.0.8 Bumping the version to 1.0.8