Changeset 3482986
- Timestamp:
- 03/15/2026 09:40:48 AM (2 weeks ago)
- Location:
- cv-builder/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-cv-builder.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cv-builder/trunk/readme.txt
r3482922 r3482986 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.0 8 Stable tag: 1.3. 38 Stable tag: 1.3.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 145 145 == Changelog == 146 146 147 = 1.3.4 = 148 * improvements 149 147 150 = 1.3.3 = 148 151 * fix: Small bug -
cv-builder/trunk/wp-cv-builder.php
r3482922 r3482986 4 4 * Description: WP CV Builder with eye-catching style with 24+ preset design. 5 5 * Plugin URI: https://wpcvbuilder.com/ 6 * Version: 1.3. 36 * Version: 1.3.4 7 7 * Author: Best WP Developer 8 8 * Author URI: https://bestwpdeveloper.com/ … … 41 41 42 42 define( 'BWDCV_PLUGIN_NAME', plugin_basename( __DIR__ ) ); 43 define( "BWDCV_VERSION", '1.3. 3' );43 define( "BWDCV_VERSION", '1.3.4' ); 44 44 define( 'BWDCV_FILE', __FILE__ ); 45 45 define( 'BWDCV_DIR', __DIR__ );
Note: See TracChangeset
for help on using the changeset viewer.