Plugin Directory

Changeset 3495083


Ignore:
Timestamp:
03/31/2026 02:22:53 AM (3 days ago)
Author:
wpsignal
Message:

Release version 0.13.1

Location:
wordsocket
Files:
8 edited
7 copied

Legend:

Unmodified
Added
Removed
  • wordsocket/tags/0.13.1/languages/wordsocket.pot

    r3494957 r3495083  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WordSocket 0.13.0\n"
     5"Project-Id-Version: WordSocket 0.13.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordsocket\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2026-03-30T20:51:00+00:00\n"
     12"POT-Creation-Date: 2026-03-31T02:10:56+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • wordsocket/tags/0.13.1/readme.txt

    r3494957 r3495083  
    44Requires at least: 6.2
    55Tested up to: 7.0
    6 Stable tag: 0.13.0
     6Stable tag: 0.13.1
    77Requires PHP: 7.4
    88License: GPL-2.0-or-later
     
    127127== Screenshots ==
    128128
    129 1. Settings page: Automatic/Manual connection tabs, disconnect button, real-time collaboration toggle, and custom trigger management.
    130 2. Explorer page: live event log, publish form, and token inspector.
     1291. Settings page (Connection tab): Automatic connection mode with a "Connect with WPSignal" button, and a toggle to register WordSocket as the Yjs sync provider for real-time collaboration.
     1302. WPSignal dashboard authorization screen: one-click OAuth-style prompt to authorize a WordPress site and link it to your WPSignal account.
     1313. Settings page (connected): active connection confirmed with site key, Disconnect button, and real-time collaboration toggle enabled.
     1324. Settings page (Triggers tab): no-code trigger builder for Post Type and Option events, with channel and event name fields and a "Triggers saved" confirmation.
     1335. Explorer page (top): connection status panel showing server URL, site key, and live health check result, plus the Registered Triggers table listing all active hooks, priorities, and channels.
     1346. Explorer page (bottom): Live Event Log showing a live WebSocket connection and an incoming encrypted event, alongside the Publish Test Event form with channel, event name, and JSON data fields.
    131135
    132136== Changelog ==
     137
     138= 0.13.1 =
     139* Updated screenshots
    133140
    134141= 0.13.0 =
     
    198205== Upgrade Notice ==
    199206
     207= 0.13.1 =
     208Updated screenshots
     209
    200210= 0.13.0 =
    201211Exclude BETA.md from plugin build
  • wordsocket/tags/0.13.1/wordsocket.php

    r3494957 r3495083  
    44 * Plugin URI:        https://wpsignal.io/wordsocket
    55 * Description:       WordSocket is the official WordPress plugin for WPSignal (wpsignal.io).
    6  * Version:           0.13.0
     6 * Version:           0.13.1
    77 * Author:            WPSignal
    88 * Author URI:        https://wpsignal.io
     
    3737
    3838/** @var string Current plugin version. */
    39 const VERSION = '0.13.0';
     39const VERSION = '0.13.1';
    4040
    4141/** @var string Absolute path to the plugin directory (with trailing slash). */
  • wordsocket/trunk/languages/wordsocket.pot

    r3494957 r3495083  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WordSocket 0.13.0\n"
     5"Project-Id-Version: WordSocket 0.13.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordsocket\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2026-03-30T20:51:00+00:00\n"
     12"POT-Creation-Date: 2026-03-31T02:10:56+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • wordsocket/trunk/readme.txt

    r3494957 r3495083  
    44Requires at least: 6.2
    55Tested up to: 7.0
    6 Stable tag: 0.13.0
     6Stable tag: 0.13.1
    77Requires PHP: 7.4
    88License: GPL-2.0-or-later
     
    127127== Screenshots ==
    128128
    129 1. Settings page: Automatic/Manual connection tabs, disconnect button, real-time collaboration toggle, and custom trigger management.
    130 2. Explorer page: live event log, publish form, and token inspector.
     1291. Settings page (Connection tab): Automatic connection mode with a "Connect with WPSignal" button, and a toggle to register WordSocket as the Yjs sync provider for real-time collaboration.
     1302. WPSignal dashboard authorization screen: one-click OAuth-style prompt to authorize a WordPress site and link it to your WPSignal account.
     1313. Settings page (connected): active connection confirmed with site key, Disconnect button, and real-time collaboration toggle enabled.
     1324. Settings page (Triggers tab): no-code trigger builder for Post Type and Option events, with channel and event name fields and a "Triggers saved" confirmation.
     1335. Explorer page (top): connection status panel showing server URL, site key, and live health check result, plus the Registered Triggers table listing all active hooks, priorities, and channels.
     1346. Explorer page (bottom): Live Event Log showing a live WebSocket connection and an incoming encrypted event, alongside the Publish Test Event form with channel, event name, and JSON data fields.
    131135
    132136== Changelog ==
     137
     138= 0.13.1 =
     139* Updated screenshots
    133140
    134141= 0.13.0 =
     
    198205== Upgrade Notice ==
    199206
     207= 0.13.1 =
     208Updated screenshots
     209
    200210= 0.13.0 =
    201211Exclude BETA.md from plugin build
  • wordsocket/trunk/wordsocket.php

    r3494957 r3495083  
    44 * Plugin URI:        https://wpsignal.io/wordsocket
    55 * Description:       WordSocket is the official WordPress plugin for WPSignal (wpsignal.io).
    6  * Version:           0.13.0
     6 * Version:           0.13.1
    77 * Author:            WPSignal
    88 * Author URI:        https://wpsignal.io
     
    3737
    3838/** @var string Current plugin version. */
    39 const VERSION = '0.13.0';
     39const VERSION = '0.13.1';
    4040
    4141/** @var string Absolute path to the plugin directory (with trailing slash). */
Note: See TracChangeset for help on using the changeset viewer.