Releases: JRG-code/Geo-and-IP-block
Release list
Version 1.0.7
Enabled the Plugin Update Checker to allow automatic updates from the GitHub repository.
Changes:
- Uncommented and enabled plugin-update-checker library
- Configured to check 'main' branch for updates
- Uses YahnisElsts Plugin Update Checker v5.6
- Monitors https://github.com/JRG-code/Geo-and-IP-block for releases
How it works:
- WordPress will check GitHub for new versions
- When a new version is pushed to 'main' branch, it appears in WP admin
- Users can update directly from Plugins page
- No need to manually download/upload plugin files
This resolves automatic update issues mentioned by the user.
Version 1.0.6
Enhanced WooCommerce feature compatibility declarations to resolve compatibility warnings in WooCommerce admin.
Changes:
- Added Cart and Checkout Blocks compatibility declaration
- Updated WooCommerce compatibility method documentation
- Bumped version to 1.0.6
- Updated readme.txt changelog with all recent fixes
This resolves the WooCommerce incompatibility warning that appears when the plugin is active with newer WooCommerce versions.
The plugin now properly declares compatibility with:
- High-Performance Order Storage (HPOS)
- Cart and Checkout Blocks
Fixes WooCommerce compatibility warning in admin.
Version 1.0.5
Fix critical setting name mismatches breaking blocking functionality
Version 1.0.4
The settings.php view file contained a placeholder message saying "Settings page will be implemented in the next phase" but was not actually being used. The actual settings page is rendered through class-settings-page.php which has full implementation.
Removed this file to eliminate confusion and ensure users don't see placeholder messages.
Fixes issue where plugin appeared to show unimplemented features.
Version 1.0.3
Version 1.0.2
Version 1.0.1
v1.0.1 Merge pull request #4 from JRG-code/claude/fix-settings-persistence-0…