Changeset 3256154
- Timestamp:
- 03/15/2025 03:28:12 AM (9 months ago)
- Location:
- omniform
- Files:
-
- 10 edited
- 1 copied
-
tags/1.3.2 (copied) (copied from omniform/trunk)
-
tags/1.3.2/changelog.txt (modified) (4 diffs)
-
tags/1.3.2/includes/Application.php (modified) (1 diff)
-
tags/1.3.2/includes/Plugin/Response.php (modified) (1 diff)
-
tags/1.3.2/omniform.php (modified) (1 diff)
-
tags/1.3.2/readme.txt (modified) (2 diffs)
-
trunk/changelog.txt (modified) (4 diffs)
-
trunk/includes/Application.php (modified) (1 diff)
-
trunk/includes/Plugin/Response.php (modified) (1 diff)
-
trunk/omniform.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
omniform/tags/1.3.2/changelog.txt
r3227151 r3256154 1 2 1.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) 1 6 2 7 1.3.0 / 2025-01-22 … … 16 21 * Fixed inconsistencies in buttons, textareas, and required field indicators. 17 22 18 19 23 1.2.1 / 2024-04-10 20 24 ================== … … 22 26 * Fixed improper check for success/error message blocks 23 27 * Resolved array to string conversion warning 24 25 28 26 29 1.2.0 / 2024-04-09 … … 34 37 * Fixed display of form blocks in the Style Book 35 38 * Allowed form to be rendered while previewing 36 37 39 38 40 1.1.0 / 2024-04-01 -
omniform/tags/1.3.2/includes/Application.php
r3227152 r3256154 27 27 * @var string 28 28 */ 29 const VERSION = '1.3. 1';29 const VERSION = '1.3.2'; 30 30 31 31 /** -
omniform/tags/1.3.2/includes/Plugin/Response.php
r3227151 r3256154 216 216 * @return array The response data. 217 217 */ 218 public function jsonSerialize(): mixed{218 public function jsonSerialize(): array { 219 219 return array( 220 220 'response' => array_filter( $this->request_params, array( $this, 'filter_request_params' ), ARRAY_FILTER_USE_KEY ), -
omniform/tags/1.3.2/omniform.php
r3227152 r3256154 4 4 * Plugin URI: https://omniform.io 5 5 * Description: Easily create and manage custom forms with the block editor, customizable fields, and form submission management for your website. 6 * Version: 1.3. 16 * Version: 1.3.2 7 7 * Requires at least: 6.3 8 8 * Requires PHP: 7.4 -
omniform/tags/1.3.2/readme.txt
r3227152 r3256154 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 62 62 == Changelog == 63 63 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 64 68 = 1.3.0 / 2025-01-22 = 65 69 -
omniform/trunk/changelog.txt
r3227151 r3256154 1 2 1.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) 1 6 2 7 1.3.0 / 2025-01-22 … … 16 21 * Fixed inconsistencies in buttons, textareas, and required field indicators. 17 22 18 19 23 1.2.1 / 2024-04-10 20 24 ================== … … 22 26 * Fixed improper check for success/error message blocks 23 27 * Resolved array to string conversion warning 24 25 28 26 29 1.2.0 / 2024-04-09 … … 34 37 * Fixed display of form blocks in the Style Book 35 38 * Allowed form to be rendered while previewing 36 37 39 38 40 1.1.0 / 2024-04-01 -
omniform/trunk/includes/Application.php
r3227152 r3256154 27 27 * @var string 28 28 */ 29 const VERSION = '1.3. 1';29 const VERSION = '1.3.2'; 30 30 31 31 /** -
omniform/trunk/includes/Plugin/Response.php
r3227151 r3256154 216 216 * @return array The response data. 217 217 */ 218 public function jsonSerialize(): mixed{218 public function jsonSerialize(): array { 219 219 return array( 220 220 'response' => array_filter( $this->request_params, array( $this, 'filter_request_params' ), ARRAY_FILTER_USE_KEY ), -
omniform/trunk/omniform.php
r3227152 r3256154 4 4 * Plugin URI: https://omniform.io 5 5 * Description: Easily create and manage custom forms with the block editor, customizable fields, and form submission management for your website. 6 * Version: 1.3. 16 * Version: 1.3.2 7 7 * Requires at least: 6.3 8 8 * Requires PHP: 7.4 -
omniform/trunk/readme.txt
r3227152 r3256154 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 62 62 == Changelog == 63 63 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 64 68 = 1.3.0 / 2025-01-22 = 65 69
Note: See TracChangeset
for help on using the changeset viewer.