Skip to content

Releases: adamjohnlea/leastudios-snippets

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 24 May 18:33

Requirements

  • WordPress 6.4+
  • PHP 8.2+

Download: leastudios-snippets-1.1.4.zip (attached below).

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 24 May 02:22

Fixed

  • Derive VERSION constant from plugin header to prevent drift

Requirements

  • WordPress 6.4+
  • PHP 8.2+

Download: leastudios-snippets-1.1.3.zip (attached below).

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 24 May 00:54

Fixed

  • Declare compatibility with WordPress 7.0

Requirements

  • WordPress 6.4+
  • PHP 8.2+

Download: leastudios-snippets-1.1.2.zip (attached below).

v1.1.1

Choose a tag to compare

@adamjohnlea adamjohnlea released this 23 May 16:37
541d228

Maintenance

  • Removed an unreachable admin notice. The editing-disabled state remains visible on the Snippet Library screen.

Requirements

  • WordPress 6.5+
  • PHP 8.2+

Download: leastudios-snippets-1.1.1.zip (attached below). Upload via Plugins → Add New → Upload Plugin in wp-admin, or wp plugin install leastudios-snippets-1.1.1.zip --activate via WP-CLI.

v1.1.0

Choose a tag to compare

@adamjohnlea adamjohnlea released this 23 May 16:46

Safe-mode hardening

  • Safe mode now contains fatal errors in deferred hook callbacks and uncatchable fatals via a shutdown handler.
  • Non-fatal PHP warnings are recorded and surfaced as a dismissible admin notice instead of deactivating the snippet.
  • Oversized snippet code (over 256 KB) now shows an admin notice instead of being dropped silently.

Added

  • Snippet creation and editing are disabled when the site defines DISALLOW_FILE_MODS or DISALLOW_FILE_EDIT.

Fixed

  • Snippet capability mapping so the editor and save flow resolve correctly for administrators.

Requirements

  • WordPress 6.5+
  • PHP 8.2+

Download: leastudios-snippets-1.1.0.zip (attached below). Historical release — backfilled for completeness.

v1.0.0

Choose a tag to compare

@adamjohnlea adamjohnlea released this 23 May 16:46

Initial release.

Requirements

  • WordPress 6.5+
  • PHP 8.2+

Download: leastudios-snippets-1.0.0.zip (attached below). Historical release — backfilled for completeness.