Changeset 2543404
- Timestamp:
- 06/07/2021 02:26:22 AM (5 years ago)
- Location:
- heyform/trunk
- Files:
-
- 5 added
- 2 deleted
- 2 edited
-
heyform.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
static/@1.0.0 (deleted)
-
static/@1.1.0 (deleted)
-
static/@1.2.0 (added)
-
static/@1.2.0/block.css (added)
-
static/@1.2.0/block.css.map (added)
-
static/@1.2.0/block.js (added)
-
static/@1.2.0/block.js.map (added)
Legend:
- Unmodified
- Added
- Removed
-
heyform/trunk/heyform.php
r2429192 r2543404 2 2 /** 3 3 * Plugin Name: HeyForm 4 * Plugin URI: https://heyform hq.com4 * Plugin URI: https://heyform.net 5 5 * Description: Serverless Online Form Builder & Data Management Platform 6 6 * Author: Heyooo, Inc. … … 8 8 * Text Domain: heyform 9 9 * Domain Path: /langs 10 * Version: 1. 1.010 * Version: 1.2.0 11 11 * License: GPL-3.0 12 12 */ 13 13 14 define('HEYFORM_VERSION', '1. 1.0');14 define('HEYFORM_VERSION', '1.2.0'); 15 15 define('HEYFORM_PUBLIC_URL', plugins_url('', __FILE__)); 16 16 define('HEYFORM_DIR', plugin_dir_path(__FILE__)); … … 41 41 wp_localize_script('heyform-block', '_heyformBlock', array( 42 42 "staticUrl" => heyformStaticUrl(), 43 "graphqlUrl" => "https://my.heyform hq.com/graphql",44 "embedUrlPrefix" => "https://my.heyform hq.com/go"43 "graphqlUrl" => "https://my.heyform.net/graphql", 44 "embedUrlPrefix" => "https://my.heyform.net/go" 45 45 )); 46 46 -
heyform/trunk/readme.txt
r2429192 r2543404 3 3 Tags: form, form builder, online form, data, data collector, integration 4 4 Requires at least: 5.0 5 Tested up to: 5. 65 Tested up to: 5.7 6 6 Stable tag: trunk 7 7 License: GPL-3.0 … … 45 45 == Changelog == 46 46 47 = 1.2.0 = 48 * WordPress 5.7 support 49 47 50 = 1.1.0 = 48 51 * WordPress 5.6 support
Note: See TracChangeset
for help on using the changeset viewer.