Skip to content

v1.5.7

Choose a tag to compare

@github-actions github-actions released this 30 Aug 19:55

1.5.7

  • Fixed: the newer Font Awesome icons and the brand icons this extension adds were being offered everywhere an icon can be chosen, including your listing category icons and your listing attribute icons, and they showed as an empty space there because this extension only loads the Font Awesome stylesheet for its own bell. Choosing one for a category left visitors looking at a blank tile. They are now offered only where the bell icon is chosen, on this extension's own settings tab, so every icon you can pick is one that will actually appear. If you had already chosen one of them for a category or an attribute, pick a different icon from the list; it was showing as blank before this release.

1.5.6

  • Housekeeping only: nothing on your settings screen has moved, changed or behaves differently. The settings-screen code this extension shares with the others in the family was reformatted to match them line for line, so that a fix made to one of them can be checked against all of them in one go.

1.5.5

  • The settings tab now carries the same controls as the other extensions in this family: the quick links stay in view as you scroll, a Save Changes tab sits on the right edge of the screen wherever you are on the page (a bar across the bottom on a phone), and a back-to-top button appears once you have scrolled down. Whichever of these extensions you have installed, you see one set of controls, in the same places.
  • The quick links now say "Jump to a section:" rather than "Jump to:", which is the wording every extension in the family uses.
  • The section headings keep the ids WordPress already gives them, so a link or a bookmark pointing at a section carries on working.

1.5.4

  • Fixed: this plugin's settings styles and scripts were being loaded on every HivePress settings tab, not just its own. They now load only on the Notifications tab, so the other tabs are lighter and there is no chance of this plugin's appearance styles affecting another extension's settings. The Notifications tab itself is unchanged.

1.5.3

  • Changed: outline icon styles now render as outlines. An icon set to an outline style previously appeared filled in, because only the solid style was included with the plugin and your browser quietly used that instead.

1.5.2

  • Changed: the icon library is now included with the plugin instead of being loaded from a third-party server, which is faster and keeps every request on your own site. Your bell icon and settings are unaffected.

1.5.1

  • Fixed: two PHP warnings could be written to the error log when a settings page was loaded while the plugin's files were being replaced, such as during an update. Nothing was visibly broken, but the log filled with "Undefined array key" notices.
  • Changed: the live preview panel now sits beside the settings from 1200 pixels wide, rather than 1400, so it is a side column on a normal laptop screen instead of a block above the fields.

1.5.0

  • Changed: each notification's title field now sits above its wording field, matching the order the two appear in on the site.
  • Added: the Text section's per-notification fields fold into one collapsible group per source (Listings, Bookings and so on), and each long list of notification-type tick boxes, in the admin and on the member's Notification Settings page alike, folds behind a toggle with a ticked-count. Everything still saves exactly as before, and without JavaScript the pages simply render fully expanded.
  • Changed: the push notification status at the top of the settings page now leaves a gap before the options below it.
  • Fixed: the Button Radius appearance option now also rounds the Save Changes button on the member's Notification Settings page.
  • Changed: every bell on the page now works, not just the first, so a second bell placed by another extension (such as an action bar) opens its own dropdown; the unread count and the notifications fetch are shared between them.

1.4.0

  • Added: a customisable title for every notification type, under Settings > Notifications > Text. The title shows on the pop-up, the bell dropdown, the notifications page and as the push notification title.
  • Added: quick links at the top of the settings tab, with a divider between sections, and shorter setting descriptions that wrap at a readable width. The hover tooltips are wider too, so their text no longer breaks into ragged slivers.
  • Added: separate corner radius options for each corner of the pinned (sticky) header.
  • Added: newer Font Awesome solid icons and the brand icons for the bell, loading the official Font Awesome stylesheet only when one of them is chosen, plus a Bell Icon Weight option. (These also appeared in HivePress's other icon pickers, where they showed as a blank space; corrected in 1.5.7.)
  • Changed: the glass effect now also applies to the menus that drop down from the pinned header, including the bell dropdown.
  • Changed: the "(User)" and "(Vendor)" labels HivePress puts on paired emails no longer show to members; each member only ever receives their own side of the pair, so the bracket was noise.
  • Changed: the push button on the notification settings page moved to the top of the page and got a shorter label.
  • Fixed: enabling push notifications now completes in one click. The subscription used to be attempted before the newly registered service worker was active, so the first click failed quietly and only a second click worked.
  • Fixed: the Quiet Hours description no longer mentions text messages on sites without an SMS extension.