Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

40 lines (26 loc) · 1.56 KB

Changelog

All notable changes to ymigval/laravel-indexnow will be documented in this file.

1.1.0 - 2024-01-08

  • You can host one to several text key files in other locations within the same host.
  • Simplified internal key generator

1.0.0 - 2023-08-25

  • 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.

1.0.1 - 2024-12-26

  • 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.

1.0.2 - 2025-01-05

Fixed

  • Fixed an issue with the parseUrls() method.

2.0.0 - 2025-01-05

Changed

  • Added support for the latest version of Laravel 11.
  • Applied general optimizations.