Plugin Directory

Changeset 3206534


Ignore:
Timestamp:
12/11/2024 06:25:45 PM (16 months ago)
Author:
formbricks
Message:

update changelog

Location:
formbricks
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • formbricks/tags/1.0.2/README.txt

    r3205844 r3206534  
    2323== Changelog ==
    2424
     25= 1.0.2 =
     26* Fix connectivity issues with backend
     27
    2528= 1.0.1 =
    2629* 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  
    33Tags: survey, feedback, experience management
    44Tested up to: 6.7.1
    5 Stable tag: 1.0.1
     5Stable tag: 1.0.2
    66License: GPLv2 or later
    77License URI: https://github.com/formbricks/wordpress/blob/main/LICENSE.txt
     
    2121== Changelog ==
    2222
     23= 1.0.2 =
     24* Fix connectivity issues with backend
     25
    2326= 1.0.1 =
    2427* 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  
    55 * Plugin URI:        https://github.com/formbricks/wordpress
    66 * Description:       Official WordPress Plugin for Formbricks | An Open Source Survey Platform
    7  * Version:           1.0.1
     7 * Version:           1.0.2
    88 * Author:            Formbricks
    99 * Author Email:      hola@formbricks.com
     
    277277
    278278// Enqueue Scripts and Styles
    279 function formbricks_enqueue_admin_scripts($hook) {
     279function formbricks_enqueue_admin_scripts($hook)
     280{
    280281    if ('toplevel_page_formbricks-settings' !== $hook) {
    281282        return;
Note: See TracChangeset for help on using the changeset viewer.