Redesigned the Classic map to match the visual style of the Ranger maps.
Removed color presets from Classic mode.
Retained only custom colors for Classic.
Simplified administration interface.
Added a collection of 10 maps in the Ranger/Chuck Fact style.
Added the option to choose between Classic and Ranger variants.
Automatically disabled color controls for non-editable maps.
Full support in the frontend, administration, and Gutenberg.
Added support for the style=”texas-ranger” shortcode.
2.0.8
Added Uninstall script
2.0.5
Fix: Gutenberg editor no longer ignores admin color settings when inserting a new block.
Fix: Corrected a JavaScript error in edit.js where papyfaviDefaults was read incorrectly, causing colors to fall back to hardcoded values instead of admin settings.
Fix: Removed hardcoded default values from block.json attributes (borderColor, bgColor, textColor, title) to allow proper fallback to admin settings.
Improvement: Admin color settings are now injected as Gutenberg block defaults via enqueue_block_editor_assets hook, ensuring new blocks always reflect the configured style.
Maintenance: Incremented version to 2.0.5 and cleaned up the readme.txt file.
2.0.4
Security: Added rest_sanitize_boolean to the papyfavi_show_copyright setting for better data validation.
Maintenance: Incremented version to 2.0.4 and cleaned up the readme.txt file.
Updated: Language files and Gutenberg color handling.