Plugin Directory

Changeset 2543404


Ignore:
Timestamp:
06/07/2021 02:26:22 AM (5 years ago)
Author:
heyooo
Message:

Release 1.2.0

Location:
heyform/trunk
Files:
5 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • heyform/trunk/heyform.php

    r2429192 r2543404  
    22/**
    33 * Plugin Name: HeyForm
    4  * Plugin URI:  https://heyformhq.com
     4 * Plugin URI:  https://heyform.net
    55 * Description: Serverless Online Form Builder & Data Management Platform
    66 * Author:      Heyooo, Inc.
     
    88 * Text Domain: heyform
    99 * Domain Path: /langs
    10  * Version:     1.1.0
     10 * Version:     1.2.0
    1111 * License:     GPL-3.0
    1212 */
    1313
    14 define('HEYFORM_VERSION', '1.1.0');
     14define('HEYFORM_VERSION', '1.2.0');
    1515define('HEYFORM_PUBLIC_URL', plugins_url('', __FILE__));
    1616define('HEYFORM_DIR', plugin_dir_path(__FILE__));
     
    4141  wp_localize_script('heyform-block', '_heyformBlock', array(
    4242    "staticUrl" => heyformStaticUrl(),
    43     "graphqlUrl" => "https://my.heyformhq.com/graphql",
    44     "embedUrlPrefix" => "https://my.heyformhq.com/go"
     43    "graphqlUrl" => "https://my.heyform.net/graphql",
     44    "embedUrlPrefix" => "https://my.heyform.net/go"
    4545  ));
    4646
  • heyform/trunk/readme.txt

    r2429192 r2543404  
    33Tags: form, form builder, online form, data, data collector, integration
    44Requires at least: 5.0
    5 Tested up to: 5.6
     5Tested up to: 5.7
    66Stable tag: trunk
    77License: GPL-3.0
     
    4545== Changelog ==
    4646
     47= 1.2.0 =
     48* WordPress 5.7 support
     49
    4750= 1.1.0 =
    4851* WordPress 5.6 support
Note: See TracChangeset for help on using the changeset viewer.