Plugin Directory

Changeset 3365654


Ignore:
Timestamp:
09/22/2025 09:10:20 AM (3 months ago)
Author:
rubengc
Message:

1.0.2

Location:
bbforms
Files:
625 added
4 edited

Legend:

Unmodified
Added
Removed
  • bbforms/trunk/assets/css/bbforms.css

    r3364402 r3365654  
    2828    .bbforms-row .bbforms-column:first-of-type { padding-left: 0; }
    2929    .bbforms-row .bbforms-column:last-of-type { padding-right: 0; }
     30}
     31
     32@media screen and (max-width: 768px) {
     33    .bbforms-row .bbforms-column {
     34        max-width: 100% !important;
     35    }
    3036}
    3137
  • bbforms/trunk/assets/css/bbforms.min.css

    r3364402 r3365654  
    1 .bbforms-shortcode-error{color:white;background:red;padding:.4em .8em;border-radius:4px;margin:1em 0}.bbforms-shortcode-error small{display:block;opacity:.9}@media screen and (min-width:768px){.bbforms-row{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.bbforms-row .bbforms-column{padding:0 10px}.bbforms-row .bbforms-column:first-of-type{padding-left:0}.bbforms-row .bbforms-column:last-of-type{padding-right:0}}.bbforms-theme-default .bbforms-label{font-weight:700}.bbforms-theme-default .bbforms-required{color:red}.bbforms-theme-default .bbforms-error{color:red}.bbforms-theme-default .bbforms-field-row{margin-bottom:25px}.bbforms-theme-default .bbforms-field-row .bbforms-desc{font-size:medium;font-style:italic;opacity:.8}.bbforms-theme-default .bbforms-field input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]),.bbforms-theme-default .bbforms-field textarea,.bbforms-theme-default .bbforms-field select{width:100%}.bbforms-theme-default .bbforms-field.bbforms-quiz-field .bbforms-quiz-question+input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]){width:auto}.bbforms-theme-default .bbforms-field.bbforms-range-field input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]){width:90%;vertical-align:middle}.bbforms-theme-default .bbforms-range-field .bbforms-field-range-output{display:inline-block;width:10%;text-align:center}.bbforms-theme-default .bbforms-submit-field-row,.bbforms-theme-default .bbforms-reset-field-row{display:inline-block}.bbforms-theme-default .bbforms-message{padding:.4em .8em;border-radius:4px;margin:1em 0}.bbforms-theme-default .bbforms-message:not(.bbforms-none-message){text-shadow:0 0 8px rgba(0,0,0,.5)}.bbforms-theme-default .bbforms-success-message{background-color:green;color:white}.bbforms-theme-default .bbforms-info-message{background-color:dodgerblue;color:white}.bbforms-theme-default .bbforms-error-message{background-color:red;color:white}.bbforms-theme-default .bbforms-warning-message{background-color:orange;color:white}.bbforms-spinner{display:none;background-repeat:no-repeat;background-size:100%;vertical-align:middle;margin:0 1em}.bbforms-spinner.is-active{display:inline-block;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxzdHlsZT4uc3Bpbm5lcl9WOG0xe3RyYW5zZm9ybS1vcmlnaW46Y2VudGVyO2FuaW1hdGlvbjpzcGlubmVyX3pLb2EgMnMgbGluZWFyIGluZmluaXRlfS5zcGlubmVyX1Y4bTEgY2lyY2xle3N0cm9rZS1saW5lY2FwOnJvdW5kO2FuaW1hdGlvbjpzcGlubmVyX1lwWlMgMS41cyBlYXNlLWluLW91dCBpbmZpbml0ZX1Aa2V5ZnJhbWVzIHNwaW5uZXJfektvYXsxMDAle3RyYW5zZm9ybTpyb3RhdGUoMzYwZGVnKX19QGtleWZyYW1lcyBzcGlubmVyX1lwWlN7MCV7c3Ryb2tlLWRhc2hhcnJheTowIDE1MDtzdHJva2UtZGFzaG9mZnNldDowfTQ3LjUle3N0cm9rZS1kYXNoYXJyYXk6NDIgMTUwO3N0cm9rZS1kYXNob2Zmc2V0Oi0xNn05NSUsMTAwJXtzdHJva2UtZGFzaGFycmF5OjQyIDE1MDtzdHJva2UtZGFzaG9mZnNldDotNTl9fTwvc3R5bGU+PGcgY2xhc3M9InNwaW5uZXJfVjhtMSI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOS41IiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjMiPjwvY2lyY2xlPjwvZz48L3N2Zz4=);height:24px;width:24px}.bbforms-honeypot-field-row{position:absolute!important;visibility:hidden!important}.bbforms-theme-dark .bbforms-required{color:#EF9A9A}.bbforms-theme-dark .bbforms-error{color:#EF9A9A}.bbforms-theme-dark .bbforms-spinner.is-active{filter:invert(100%)}.wp-theme-buddyboss-theme .bbforms-theme-dark .bbforms-label label{color:#fff}
     1.bbforms-shortcode-error{color:white;background:red;padding:.4em .8em;border-radius:4px;margin:1em 0}.bbforms-shortcode-error small{display:block;opacity:.9}@media screen and (min-width:768px){.bbforms-row{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.bbforms-row .bbforms-column{padding:0 10px}.bbforms-row .bbforms-column:first-of-type{padding-left:0}.bbforms-row .bbforms-column:last-of-type{padding-right:0}}@media screen and (max-width:768px){.bbforms-row .bbforms-column{max-width:100%!important}}.bbforms-theme-default .bbforms-label{font-weight:700}.bbforms-theme-default .bbforms-required{color:red}.bbforms-theme-default .bbforms-error{color:red}.bbforms-theme-default .bbforms-field-row{margin-bottom:25px}.bbforms-theme-default .bbforms-field-row .bbforms-desc{font-size:medium;font-style:italic;opacity:.8}.bbforms-theme-default .bbforms-field input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]),.bbforms-theme-default .bbforms-field textarea,.bbforms-theme-default .bbforms-field select{width:100%}.bbforms-theme-default .bbforms-field.bbforms-quiz-field .bbforms-quiz-question+input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]){width:auto}.bbforms-theme-default .bbforms-field.bbforms-range-field input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]){width:90%;vertical-align:middle}.bbforms-theme-default .bbforms-range-field .bbforms-field-range-output{display:inline-block;width:10%;text-align:center}.bbforms-theme-default .bbforms-submit-field-row,.bbforms-theme-default .bbforms-reset-field-row{display:inline-block}.bbforms-theme-default .bbforms-message{padding:.4em .8em;border-radius:4px;margin:1em 0}.bbforms-theme-default .bbforms-message:not(.bbforms-none-message){text-shadow:0 0 8px rgba(0,0,0,.5)}.bbforms-theme-default .bbforms-success-message{background-color:green;color:white}.bbforms-theme-default .bbforms-info-message{background-color:dodgerblue;color:white}.bbforms-theme-default .bbforms-error-message{background-color:red;color:white}.bbforms-theme-default .bbforms-warning-message{background-color:orange;color:white}.bbforms-spinner{display:none;background-repeat:no-repeat;background-size:100%;vertical-align:middle;margin:0 1em}.bbforms-spinner.is-active{display:inline-block;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxzdHlsZT4uc3Bpbm5lcl9WOG0xe3RyYW5zZm9ybS1vcmlnaW46Y2VudGVyO2FuaW1hdGlvbjpzcGlubmVyX3pLb2EgMnMgbGluZWFyIGluZmluaXRlfS5zcGlubmVyX1Y4bTEgY2lyY2xle3N0cm9rZS1saW5lY2FwOnJvdW5kO2FuaW1hdGlvbjpzcGlubmVyX1lwWlMgMS41cyBlYXNlLWluLW91dCBpbmZpbml0ZX1Aa2V5ZnJhbWVzIHNwaW5uZXJfektvYXsxMDAle3RyYW5zZm9ybTpyb3RhdGUoMzYwZGVnKX19QGtleWZyYW1lcyBzcGlubmVyX1lwWlN7MCV7c3Ryb2tlLWRhc2hhcnJheTowIDE1MDtzdHJva2UtZGFzaG9mZnNldDowfTQ3LjUle3N0cm9rZS1kYXNoYXJyYXk6NDIgMTUwO3N0cm9rZS1kYXNob2Zmc2V0Oi0xNn05NSUsMTAwJXtzdHJva2UtZGFzaGFycmF5OjQyIDE1MDtzdHJva2UtZGFzaG9mZnNldDotNTl9fTwvc3R5bGU+PGcgY2xhc3M9InNwaW5uZXJfVjhtMSI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOS41IiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjMiPjwvY2lyY2xlPjwvZz48L3N2Zz4=);height:24px;width:24px}.bbforms-honeypot-field-row{position:absolute!important;visibility:hidden!important}.bbforms-theme-dark .bbforms-required{color:#EF9A9A}.bbforms-theme-dark .bbforms-error{color:#EF9A9A}.bbforms-theme-dark .bbforms-spinner.is-active{filter:invert(100%)}.wp-theme-buddyboss-theme .bbforms-theme-dark .bbforms-label label{color:#fff}
  • bbforms/trunk/bbforms.php

    r3364569 r3365654  
    44 * Plugin URI:          https://bbforms.com
    55 * Description:         Build [forms] faster and easily just by typing them!
    6  * Version:             1.0.1
     6 * Version:             1.0.2
    77 * Author:              BBForms
    88 * Author URI:          https://bbforms.com/
     
    8282
    8383        // Plugin version
    84         define( 'BBFORMS_VER', '1.0.1' );
     84        define( 'BBFORMS_VER', '1.0.2' );
    8585
    8686        // Plugin file
  • bbforms/trunk/readme.txt

    r3364569 r3365654  
    44Requires at least: 4.4
    55Tested up to: 6.8
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    351351== Changelog ==
    352352
     353= 1.0.2 =
     354
     355* **Bug Fixes**
     356* Fixed columns display on mobiles when column has a custom width.
     357
    353358= 1.0.1 =
    354359
Note: See TracChangeset for help on using the changeset viewer.