Plugin Directory

Changeset 3376147


Ignore:
Timestamp:
10/10/2025 09:30:45 AM (2 months ago)
Author:
rubengc
Message:

1.0.5

Location:
bbforms
Files:
625 added
3 edited

Legend:

Unmodified
Added
Removed
  • bbforms/trunk/bbforms.php

    r3372363 r3376147  
    44 * Plugin URI:          https://bbforms.com
    55 * Description:         Build [forms] faster and easily just by typing them!
    6  * Version:             1.0.4
     6 * Version:             1.0.5
    77 * Author:              BBForms
    88 * Author URI:          https://bbforms.com/
     
    8282
    8383        // Plugin version
    84         define( 'BBFORMS_VER', '1.0.4' );
     84        define( 'BBFORMS_VER', '1.0.5' );
    8585
    8686        // Plugin file
  • bbforms/trunk/includes/attachments.php

    r3364402 r3376147  
    144144
    145145    if( ! function_exists( 'wp_generate_attachment_metadata' ) ) {
     146        require_once( ABSPATH . 'wp-admin/includes/media.php' );
     147        require_once( ABSPATH . 'wp-admin/includes/file.php' );
    146148        require_once( ABSPATH . 'wp-admin/includes/image.php' );
    147149    }
  • bbforms/trunk/readme.txt

    r3372363 r3376147  
    44Requires at least: 4.4
    55Tested up to: 6.8
    6 Stable tag: 1.0.4
     6Stable tag: 1.0.5
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    353353== Changelog ==
    354354
     355= 1.0.5 =
     356
     357* **Improvements**
     358* Improved video upload handler.
     359
    355360= 1.0.4 =
    356361
Note: See TracChangeset for help on using the changeset viewer.