Plugin Directory

Changeset 2573771


Ignore:
Timestamp:
07/28/2021 08:07:33 AM (5 years ago)
Author:
bitform
Message:

Version 1.1.0 release

Location:
bitform/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bitform/trunk/Controller/PublicController.php

    r2540071 r2573771  
    118118        $nonce = wp_create_nonce('wp_rest');
    119119
    120         wp_enqueue_style('bitform', 'https://bitform.cdn.bitorre.net/20210510/app.css');
    121         wp_enqueue_script('bitform', 'https://bitform.cdn.bitorre.net/20210510/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);
    122122        wp_add_inline_script('bitform', "
    123123            window.FORM_MODEL = $formJson;
  • bitform/trunk/index.php

    r2540071 r2573771  
    33  Plugin Name: BitForm
    44  Description: BitForm
    5   Version: 1.0.0
     5  Version: 1.1.0
    66  Author: BitForm
    77  Author URI: https://bitform.bitorre.net
     
    3434}
    3535define('BITFORM_PLUGIN_URL', plugin_dir_url(__FILE__));
    36 define('BITFORM_VERSION', '1.0.0');
     36define('BITFORM_VERSION', '1.1.0');
    3737
    3838spl_autoload_register(function ($class) {
     
    8383    <style>
    8484        #wpcontent, #wpbody, #wpbody-content {
    85             padding: 0;
     85            padding: 0 !important;
    8686        }
    8787        #wpfooter {
     
    9696            height: 100vh;
    9797            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            }
    98105        }
    99106    </style>
  • bitform/trunk/languages/bitform.pot

    r2540071 r2573771  
    11# Copyright (C) 2021 BitForm
    22# 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"
    44"MIME-Version: 1.0\n"
    55"Content-Type: text/plain; charset=UTF-8\n"
  • bitform/trunk/readme.txt

    r2540071 r2573771  
    33Tags: form, table, data management
    44Requires at least: 5.0
    5 Tested up to: 5.7
     5Tested up to: 5.8
    66Requires PHP: 5.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.1.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.