Changeset 2573771
- Timestamp:
- 07/28/2021 08:07:33 AM (5 years ago)
- Location:
- bitform/trunk
- Files:
-
- 4 edited
-
Controller/PublicController.php (modified) (1 diff)
-
index.php (modified) (4 diffs)
-
languages/bitform.pot (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bitform/trunk/Controller/PublicController.php
r2540071 r2573771 118 118 $nonce = wp_create_nonce('wp_rest'); 119 119 120 wp_enqueue_style('bitform', 'https://bitform.cdn.bitorre.net/20210 510/app.css');121 wp_enqueue_script('bitform', 'https://bitform.cdn.bitorre.net/20210 510/app.js', array(), null, true);120 wp_enqueue_style('bitform', 'https://bitform.cdn.bitorre.net/20210610/app.css', array(), null); 121 wp_enqueue_script('bitform', 'https://bitform.cdn.bitorre.net/20210610/app.js', array(), null, true); 122 122 wp_add_inline_script('bitform', " 123 123 window.FORM_MODEL = $formJson; -
bitform/trunk/index.php
r2540071 r2573771 3 3 Plugin Name: BitForm 4 4 Description: BitForm 5 Version: 1. 0.05 Version: 1.1.0 6 6 Author: BitForm 7 7 Author URI: https://bitform.bitorre.net … … 34 34 } 35 35 define('BITFORM_PLUGIN_URL', plugin_dir_url(__FILE__)); 36 define('BITFORM_VERSION', '1. 0.0');36 define('BITFORM_VERSION', '1.1.0'); 37 37 38 38 spl_autoload_register(function ($class) { … … 83 83 <style> 84 84 #wpcontent, #wpbody, #wpbody-content { 85 padding: 0 ;85 padding: 0 !important; 86 86 } 87 87 #wpfooter { … … 96 96 height: 100vh; 97 97 box-sizing: border-box; 98 } 99 @media screen and (max-width: 480px) { 100 #bf-iframe { 101 top: 0; 102 padding: 0; 103 z-index: 100000; 104 } 98 105 } 99 106 </style> -
bitform/trunk/languages/bitform.pot
r2540071 r2573771 1 1 # Copyright (C) 2021 BitForm 2 2 # This file is distributed under the same license as the BitForm plugin. 3 "Project-Id-Version: BitForm 1. 0.0\n"3 "Project-Id-Version: BitForm 1.1.0\n" 4 4 "MIME-Version: 1.0\n" 5 5 "Content-Type: text/plain; charset=UTF-8\n" -
bitform/trunk/readme.txt
r2540071 r2573771 3 3 Tags: form, table, data management 4 4 Requires at least: 5.0 5 Tested up to: 5. 75 Tested up to: 5.8 6 6 Requires PHP: 5.4 7 Stable tag: 1. 0.07 Stable tag: 1.1.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.