Plugin Directory

Changeset 3256154


Ignore:
Timestamp:
03/15/2025 03:28:12 AM (9 months ago)
Author:
jrtashjian
Message:

Update to version 1.3.2 from GitHub

Location:
omniform
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • omniform/tags/1.3.2/changelog.txt

    r3227151 r3256154  
     1
     21.3.2 / 2025-03-14
     3==================
     4
     5  * Fixed a fatal error on PHP 7.4 servers by correcting data serialization [Bug Report](https://wordpress.org/support/topic/getting-a-php-fatal-error-2)
    16
    271.3.0 / 2025-01-22
     
    1621  * Fixed inconsistencies in buttons, textareas, and required field indicators.
    1722
    18 
    19231.2.1 / 2024-04-10
    2024==================
     
    2226  * Fixed improper check for success/error message blocks
    2327  * Resolved array to string conversion warning
    24 
    2528
    26291.2.0 / 2024-04-09
     
    3437  * Fixed display of form blocks in the Style Book
    3538  * Allowed form to be rendered while previewing
    36 
    3739
    38401.1.0 / 2024-04-01
  • omniform/tags/1.3.2/includes/Application.php

    r3227152 r3256154  
    2727     * @var string
    2828     */
    29     const VERSION = '1.3.1';
     29    const VERSION = '1.3.2';
    3030
    3131    /**
  • omniform/tags/1.3.2/includes/Plugin/Response.php

    r3227151 r3256154  
    216216     * @return array The response data.
    217217     */
    218     public function jsonSerialize(): mixed {
     218    public function jsonSerialize(): array {
    219219        return array(
    220220            'response' => array_filter( $this->request_params, array( $this, 'filter_request_params' ), ARRAY_FILTER_USE_KEY ),
  • omniform/tags/1.3.2/omniform.php

    r3227152 r3256154  
    44 * Plugin URI: https://omniform.io
    55 * Description: Easily create and manage custom forms with the block editor, customizable fields, and form submission management for your website.
    6  * Version: 1.3.1
     6 * Version: 1.3.2
    77 * Requires at least: 6.3
    88 * Requires PHP: 7.4
  • omniform/tags/1.3.2/readme.txt

    r3227152 r3256154  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6262== Changelog ==
    6363
     64= 1.3.2 / 2025-03-14 =
     65
     66  * Fixed a fatal error on PHP 7.4 servers by correcting data serialization [Bug Report](https://wordpress.org/support/topic/getting-a-php-fatal-error-2)
     67
    6468= 1.3.0 / 2025-01-22 =
    6569
  • omniform/trunk/changelog.txt

    r3227151 r3256154  
     1
     21.3.2 / 2025-03-14
     3==================
     4
     5  * Fixed a fatal error on PHP 7.4 servers by correcting data serialization [Bug Report](https://wordpress.org/support/topic/getting-a-php-fatal-error-2)
    16
    271.3.0 / 2025-01-22
     
    1621  * Fixed inconsistencies in buttons, textareas, and required field indicators.
    1722
    18 
    19231.2.1 / 2024-04-10
    2024==================
     
    2226  * Fixed improper check for success/error message blocks
    2327  * Resolved array to string conversion warning
    24 
    2528
    26291.2.0 / 2024-04-09
     
    3437  * Fixed display of form blocks in the Style Book
    3538  * Allowed form to be rendered while previewing
    36 
    3739
    38401.1.0 / 2024-04-01
  • omniform/trunk/includes/Application.php

    r3227152 r3256154  
    2727     * @var string
    2828     */
    29     const VERSION = '1.3.1';
     29    const VERSION = '1.3.2';
    3030
    3131    /**
  • omniform/trunk/includes/Plugin/Response.php

    r3227151 r3256154  
    216216     * @return array The response data.
    217217     */
    218     public function jsonSerialize(): mixed {
     218    public function jsonSerialize(): array {
    219219        return array(
    220220            'response' => array_filter( $this->request_params, array( $this, 'filter_request_params' ), ARRAY_FILTER_USE_KEY ),
  • omniform/trunk/omniform.php

    r3227152 r3256154  
    44 * Plugin URI: https://omniform.io
    55 * Description: Easily create and manage custom forms with the block editor, customizable fields, and form submission management for your website.
    6  * Version: 1.3.1
     6 * Version: 1.3.2
    77 * Requires at least: 6.3
    88 * Requires PHP: 7.4
  • omniform/trunk/readme.txt

    r3227152 r3256154  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6262== Changelog ==
    6363
     64= 1.3.2 / 2025-03-14 =
     65
     66  * Fixed a fatal error on PHP 7.4 servers by correcting data serialization [Bug Report](https://wordpress.org/support/topic/getting-a-php-fatal-error-2)
     67
    6468= 1.3.0 / 2025-01-22 =
    6569
Note: See TracChangeset for help on using the changeset viewer.