Releases: wpengine/geoip
Releases · wpengine/geoip
1.2.9 - Minor bug fix + WP6.6 compatibility
What's Changed
- Update class-geoip.php by @amigoow in #59
- Fix local testing and update tests by @raulcodes in #60
- Pull future updates from wpe-plugin-updater in #60
New Contributors
- @hamshu made their first contribution in #57
- @amigoow made their first contribution in #59
- @raulcodes made their first contribution in #60
Full Changelog: 1.2.8...1.2.9
Minor bug fix + WP5.5 compatibility
- Fix for development sites that call the
continent
method - Bump for WP 5.5 compatibility
Version 1.2.5
- Fix for anchor tag escaping in admin notice
- Fix issue with code blocks in readme
Version 1.2.4
- Updating branding to GeoTarget
- Readme update
Version 1.2.3
- Update readme.txt with proper shortcode usage
- Bumps version for WP 4.9 compatibility
Version 1.2.2
We're escaping our output. AND we're escaping our output in a way where the code will actually work!
We've also gotten rid of any bleeding-edge JavaScript. Sure, it's cool. But a plugin that works for everybody is even cooler.
Version 1.2.1
- When you dismiss the notice on development websites, it stays dismissed. Like it should.
- The readme's code blocks actually have code in them now. Because what's the sense of a code block without code in it?
Version 1.2.0
- Adds a utility function for calculating distances
- Bumps version number for WP 4.5 compatibility
Version 1.1.2
- Fixes logic for nested parameter selectors in content shortcode
- Now supports nested shortcodes. You can use shortcodes inside the [geoip-content] shortcode
- Updated Documentation
- Bumps version number for WP 4.3 compatibility
Version 1.1.1
Merge pull request #20 from ryanshoover/master Upgrade Notice in readme