Plugin Directory

Changeset 3482922


Ignore:
Timestamp:
03/15/2026 07:14:17 AM (2 weeks ago)
Author:
bestwpdeveloper
Message:

Fix: small bug

Location:
cv-builder/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cv-builder/trunk/assets/admin/css/editor-role.css

    r3456396 r3482922  
    3838
    3939/* new ********* */
    40 body,
    4140.editor-styles-wrapper.block-editor-writing-flow{
    4241    pointer-events: none;
     
    8988        width: 100%!important;
    9089        z-index: 100000!important;
    91         /* pointer-events: none; */
    9290    }
    9391    .editor-header__settings .interface-pinned-items {
  • cv-builder/trunk/readme.txt

    r3480946 r3482922  
    66Tested up to: 6.9
    77Requires PHP: 7.0
    8 Stable tag: 1.3.2
     8Stable tag: 1.3.3
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    145145== Changelog ==
    146146
     147= 1.3.3 =
     148* fix: Small bug
     149
    147150= 1.3.2 =
    148151* Security fix: Added capability check and nonce verification
  • cv-builder/trunk/wp-cv-builder.php

    r3480946 r3482922  
    44 * Description: WP CV Builder with eye-catching style with 24+ preset design.
    55 * Plugin URI:  https://wpcvbuilder.com/
    6  * Version:     1.3.2
     6 * Version:     1.3.3
    77 * Author:      Best WP Developer
    88 * Author URI:  https://bestwpdeveloper.com/
     
    4141
    4242define( 'BWDCV_PLUGIN_NAME', plugin_basename( __DIR__ ) );
    43 define( "BWDCV_VERSION", '1.3.2' );
     43define( "BWDCV_VERSION", '1.3.3' );
    4444define( 'BWDCV_FILE', __FILE__ );
    4545define( 'BWDCV_DIR', __DIR__ );
Note: See TracChangeset for help on using the changeset viewer.