All notable changes to ymigval/laravel-indexnow
will be documented in this file.
- You can host one to several text key files in other locations within the same host.
- Simplified internal key generator
- Initial release of
ymigval/laravel-indexnow
. - Added functionality to notify IndexNow about changes in URLs.
- Facade method
submit
introduced to send URL notifications. - Support for submitting single and multiple pages per request.
- Configuration option to ignore production environment for request sending.
- Added Artisan command for generating IndexNow API keys.
- Implemented spam prevention mechanism with 24-hour blocking.
- Included internal logging handler with an Artisan command for logs.
- Basic documentation covering installation and usage.
This version marks the initial launch of the ymigval/laravel-indexnow
package, providing Laravel users with a convenient way to notify IndexNow about changes to their website URLs and enabling faster updates in search engine results.
- Remove composer.lock file from the repository
The composer.lock file was deleted to ensure local dependencies can be managed flexibly without conflicts in different environments. This allows developers to generate the file per their specific setups, accommodating changes in dependency versions.
- Fixed an issue with the parseUrls() method.
- Added support for the latest version of Laravel 11.
- Applied general optimizations.