Changeset 3206534
- Timestamp:
- 12/11/2024 06:25:45 PM (16 months ago)
- Location:
- formbricks
- Files:
-
- 3 edited
-
tags/1.0.2/README.txt (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/formbricks.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
formbricks/tags/1.0.2/README.txt
r3205844 r3206534 23 23 == Changelog == 24 24 25 = 1.0.2 = 26 * Fix connectivity issues with backend 27 25 28 = 1.0.1 = 26 29 * Update to include js-core from the app host, to address https://github.com/formbricks/wordpress/issues/14 and https://github.com/formbricks/formbricks/issues/3008. -
formbricks/trunk/README.txt
r3202914 r3206534 3 3 Tags: survey, feedback, experience management 4 4 Tested up to: 6.7.1 5 Stable tag: 1.0. 15 Stable tag: 1.0.2 6 6 License: GPLv2 or later 7 7 License URI: https://github.com/formbricks/wordpress/blob/main/LICENSE.txt … … 21 21 == Changelog == 22 22 23 = 1.0.2 = 24 * Fix connectivity issues with backend 25 23 26 = 1.0.1 = 24 27 * Update to include js-core from the app host, to address https://github.com/formbricks/wordpress/issues/14 and https://github.com/formbricks/formbricks/issues/3008. -
formbricks/trunk/formbricks.php
r3202914 r3206534 5 5 * Plugin URI: https://github.com/formbricks/wordpress 6 6 * Description: Official WordPress Plugin for Formbricks | An Open Source Survey Platform 7 * Version: 1.0. 17 * Version: 1.0.2 8 8 * Author: Formbricks 9 9 * Author Email: hola@formbricks.com … … 277 277 278 278 // Enqueue Scripts and Styles 279 function formbricks_enqueue_admin_scripts($hook) { 279 function formbricks_enqueue_admin_scripts($hook) 280 { 280 281 if ('toplevel_page_formbricks-settings' !== $hook) { 281 282 return;
Note: See TracChangeset
for help on using the changeset viewer.