Plugin Directory

Changeset 3464727


Ignore:
Timestamp:
02/19/2026 04:19:06 AM (3 weeks ago)
Author:
bestwpdeveloper
Message:

Update version to 1.2.10

Location:
cv-builder
Files:
385 added
3 edited

Legend:

Unmodified
Added
Removed
  • cv-builder/trunk/languages/wp-cv-builder.pot

    r3457854 r3464727  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP CV Builder 1.2.9\n"
     5"Project-Id-Version: WP CV Builder 1.2.10\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-cv-builder\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • cv-builder/trunk/readme.txt

    r3457854 r3464727  
    22Contributors: bestwpdeveloper
    33Donate link: https://wpcvbuilder.com/
    4 Tags: CV, Resume, portfolio, saas, Curriculum Vita
     4Tags: CV, Resume, portfolio, saas, builder
    55Requires at least: 5.0
    66Tested up to: 6.9
    77Requires PHP: 7.2
    8 Stable tag: 1.2.9
     8Stable tag: 1.2.10
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    145145== Changelog ==
    146146
     147= 1.2.10 =
     148* Bug fixes and improvements
     149
    147150= 1.2.9 =
    148151* Bug fixes and improvements
  • cv-builder/trunk/wp-cv-builder.php

    r3457854 r3464727  
    44 * Description: WP CV Builder with eye-catching style with 24+ preset design.
    55 * Plugin URI:  https://wpcvbuilder.com/
    6  * Version:     1.2.9
     6 * Version:     1.2.10
    77 * Author:      Best WP Developer
    88 * Author URI:  https://bestwpdeveloper.com/
     
    3939
    4040define( 'BWDCV_PLUGIN_NAME', plugin_basename( __DIR__ ) );
    41 define( "BWDCV_VERSION", '1.2.9' );
     41define( "BWDCV_VERSION", '1.2.10' );
    4242define( "BWDCV_TD", 'wp-cv-builder-saas' );
    4343define( 'BWDCV_FILE', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.