TheDragonCode Sitemap Versions Save

A simple sitemap generator for Laravel Framework.

v5.0.0

5 years ago

Added

  • XML Core package. Package is divided into XML Core and Sitemap functions (c0cbe56, 8d6becc, 6ce59a3, 859c2c9, 5bc3230, 1a4fecd, 7061fcf, 26ef579, c97ffb9, e901a6c);
  • Tests (1b6bcd5, 9e6a076)
  • Added upgrade guide from 4.x to 5.x (99e7ca2, cbe1b5c, c0004f8)

Changed

  • Changed alias for the dev version (4631fd3)
  • Updated README.md (9634df1)

Deleted

  • Removed unused file and dependencies (51ba53e, 26f0b3f)

Other

Compare changes v.4.2.1...v5.0.0

v4.2.0

5 years ago

Added

  • Added back-slashes to functions (f66e0e4, 188c673)

Changed

  • Changed "Collection::make()" to "new Collection" (db71388)
  • Code has been refactored (f665a9a)
  • Updated composer.lock (e622fb8)
  • Renamed ValidationFacade to abstract class (6d91045)

Deleted

  • Removed unused parameters from exception classes (cddf727)
  • Deleted unused facade (51c1282)

v4.1.3

5 years ago

Fixed:

  • Fixed parsing images items (076ebf1e1e3754893bf033fa0dc764f3e3966048)

Changed:

  • Increased the number of image elements transmitted for storage (5f2799e5fab71af83252378d4b9aa399383dbb7c)

4.1.0

5 years ago

Added

  • Improve the data transfer a images() method (b6eeb2b)

v4.0.0

5 years ago

Changed

  • Update code to php 7.2 support and Laravel 5.6+ (b25d0794a68b0d58442af831441680e64095a4e4)
  • Added parameter for sorting connected packages in alphabetical order (b403b84b44774ad6005239be795da0a1ccd91621)
  • Correct version of the dependencies (525fb87ee3fedd96d58d0df8d5c18d4c880df539)
  • Renamed namespace and classes for making item and images (d592ad1ee714ac5758fffe7e2ab17c65b3274adf)
  • Refactored package (61e39e902a0e806adb1810294a0a6f81518e75e9)

Added

  • Added the method for the making DOMElement (3743703b3f90a34e35c83a4ac9b6787cf6307277)
  • Added prohibition of writing a file in the absence of incoming data (22a514d24884765b1646203e86b3942cfccb3cb7)
  • Sitemap for images (#29)
  • Delete irrelevant files (#30)

Fixed

  • Fixed default value (026ed4f3a3ec8bda8eda245d26f06294a42ae2e6)
  • Fixed input types of attributes (9fcab08b23f51ed12fe740d6829967d5187a9802)
  • Fixed bad names of the classes (af3d2735a6e94b42477f19ecca6515f3d85afcdf)
  • Fixed image entry validation rules (1bfc129e9c582f50e640e650d27d74f96cef389b)

3.2.2

5 years ago

Added

  • Additional environment variables were added to the configuration file.

Changed

  • Removed unnecessary variable assignment.
  • Updated phpDoc.
  • Updated versions of the dependencies in the composer.json.

3.2.1

5 years ago

Changed

  • If the file sharing option is enabled to transfer the generation of a site map with a breakdown by files, only one file will be generated at the output.

Fixed

  • Small fixes.
  • Update styleci.

3.2.0

5 years ago

Added

  • The Storage support for writing sitemap files.
  • Info for the SEO in README.md.

3.1.2

5 years ago

Fixed

  • Check the existence of the directory and create it in the absence.

3.1.1

5 years ago

Fixed

  • Bug of saving the selection from the method manual().