Skip to content

Releases: bloglogisticsdev/bloglogistics-content-signals-robots

v1.1.2

Choose a tag to compare

@bloglogisticsdev bloglogisticsdev released this 08 Jun 20:07

Update the release workflow so plugin details modal content stays aligned with the README.

  • Generate the update manifest Installation section from readme.txt.
  • Generate the update manifest FAQ section from readme.txt.
  • Remove stale hard-coded Installation and FAQ manifest content.

v1.1.1

Choose a tag to compare

@bloglogisticsdev bloglogisticsdev released this 08 Jun 19:15

Documentation update clarifying BlogLogistics service usage terms while preserving GPL-3.0-or-later licence rights.

  • Added BlogLogistics Service Usage Notice to README documentation.
  • Added FAQ guidance explaining service use, support, updates, configuration assistance, and replacement work after a site moves away from BlogLogistics.
  • Clarified that the notice does not restrict any rights granted under the GPL-3.0-or-later licence.

v1.1.0

Choose a tag to compare

@bloglogisticsdev bloglogisticsdev released this 01 Jun 21:09

Refactor bootstrap and add language files.

Changes:

  • Refactor the main plugin file into a bootstrap loader.
  • Move the main plugin class into the includes directory.
  • Add translation support and bundled language files.
  • Add language files for English Australia, English Great Britain, French, German, Spanish, Norwegian Bokmål, Swedish, and Japanese.
  • Add Domain Path metadata for bundled language files.
  • Preserve existing settings behaviour.
  • Preserve robots.txt handling and backup cleanup.
  • Preserve uninstall cleanup.
  • Preserve update metadata, including icons, banners, Installation, FAQ, Author, and changelog support.

v1.0.8

Choose a tag to compare

@bloglogisticsdev bloglogisticsdev released this 31 May 14:34

Add plugin details tabs and author metadata.

Changes:

  • Add Installation tab content to the plugin details modal.
  • Add FAQ tab content to the plugin details modal.
  • Add linked BlogLogistics author metadata to the generated update manifest.
  • Keep icon and banner metadata in the generated update manifest.

v1.0.7

Choose a tag to compare

@bloglogisticsdev bloglogisticsdev released this 31 May 03:01

Add plugin banners to update metadata.

Changes:

  • Add banner metadata to the generated update manifest.
  • Keep icon metadata in the generated update manifest.
  • Use the shared BlogLogistics update-server banner URLs for WordPress plugin details screens.

v1.0.6

Choose a tag to compare

@bloglogisticsdev bloglogisticsdev released this 30 May 19:17

Add plugin icons to update metadata.

Changes:

  • Add BlogLogistics plugin icon assets.
  • Add icon metadata to the generated update manifest.
  • Use the shared BlogLogistics update-server icon URLs for WordPress update screens and plugin details.
  • Preserve the existing release workflow while adding icon metadata.

v1.0.5

Choose a tag to compare

@bloglogisticsdev bloglogisticsdev released this 29 May 20:40

Prevent no-change saves and duplicate backups.

Changes:

  • Disable Save Preferences until the website-use preference toggles actually change.
  • Disable Save full robots.txt until the editor contents actually change.
  • Disable Restore recommended defaults when the saved settings already match the recommended defaults.
  • Prevent no-change saves on the server side.
  • Do not create backups when robots.txt content is unchanged.
  • Add clearer “No changes to save” and “You have unsaved changes” messages.
  • Update backup restore text to match the current restore behaviour.

v1.0.4

Choose a tag to compare

@bloglogisticsdev bloglogisticsdev released this 29 May 20:23

Add inline backup restore confirmation.

Changes:

  • Show backup restore confirmation directly under the selected backup row.
  • Avoid a full page reload just to display the restore confirmation.
  • Allow only one restore confirmation to be open at a time.
  • Add a Cancel option that collapses the confirmation row.
  • Keep the selected backup date and time visible before restoring.

v1.0.3

Choose a tag to compare

@bloglogisticsdev bloglogisticsdev released this 29 May 19:55

Add in-page backup restore confirmation.

Changes:

  • Replace browser pop-up confirmation with an in-page confirmation box.
  • Show the selected backup date and time before restoring.
  • Add clearer restore confirmation button text: Yes, restore this backup.
  • Add a Cancel option that returns to the normal settings page.

v1.0.2

Choose a tag to compare

@bloglogisticsdev bloglogisticsdev released this 29 May 19:41

Fix backup restore behaviour.

Changes:

  • Restore no longer creates a new backup first.
  • Backup restores no longer push older backups out of the list.
  • Backup date and time now includes seconds so close-together backups are easier to tell apart.
  • Backup filenames now avoid overwriting if two backups are created in the same second.