Plugin Directory

Changeset 3482986


Ignore:
Timestamp:
03/15/2026 09:40:48 AM (2 weeks ago)
Author:
bestwpdeveloper
Message:

Fix: small bug - version 1.3.4

Location:
cv-builder/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cv-builder/trunk/readme.txt

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

    r3482922 r3482986  
    44 * Description: WP CV Builder with eye-catching style with 24+ preset design.
    55 * Plugin URI:  https://wpcvbuilder.com/
    6  * Version:     1.3.3
     6 * Version:     1.3.4
    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.3' );
     43define( "BWDCV_VERSION", '1.3.4' );
    4444define( 'BWDCV_FILE', __FILE__ );
    4545define( 'BWDCV_DIR', __DIR__ );
Note: See TracChangeset for help on using the changeset viewer.