Plugin Directory

Changeset 2634794


Ignore:
Timestamp:
11/24/2021 01:50:55 PM (4 years ago)
Author:
heyooo
Message:

Update to 1.3.0

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

Legend:

Unmodified
Added
Removed
  • heyform/trunk/heyform.php

    r2543404 r2634794  
    88 * Text Domain: heyform
    99 * Domain Path: /langs
    10  * Version:     1.2.0
     10 * Version:     1.3.0
    1111 * License:     GPL-3.0
    1212 */
    1313
    14 define('HEYFORM_VERSION', '1.2.0');
     14define('HEYFORM_VERSION', '1.3.0');
    1515define('HEYFORM_PUBLIC_URL', plugins_url('', __FILE__));
    1616define('HEYFORM_DIR', plugin_dir_path(__FILE__));
     
    4242    "staticUrl" => heyformStaticUrl(),
    4343    "graphqlUrl" => "https://my.heyform.net/graphql",
    44     "embedUrlPrefix" => "https://my.heyform.net/go"
     44    "embedUrlPrefix" => "https://my.heyform.net/f"
    4545  ));
    4646
  • heyform/trunk/readme.txt

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