Changeset 3482922
- Timestamp:
- 03/15/2026 07:14:17 AM (2 weeks ago)
- Location:
- cv-builder/trunk
- Files:
-
- 3 edited
-
assets/admin/css/editor-role.css (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
wp-cv-builder.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cv-builder/trunk/assets/admin/css/editor-role.css
r3456396 r3482922 38 38 39 39 /* new ********* */ 40 body,41 40 .editor-styles-wrapper.block-editor-writing-flow{ 42 41 pointer-events: none; … … 89 88 width: 100%!important; 90 89 z-index: 100000!important; 91 /* pointer-events: none; */92 90 } 93 91 .editor-header__settings .interface-pinned-items { -
cv-builder/trunk/readme.txt
r3480946 r3482922 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.0 8 Stable tag: 1.3. 28 Stable tag: 1.3.3 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.3 = 148 * fix: Small bug 149 147 150 = 1.3.2 = 148 151 * Security fix: Added capability check and nonce verification -
cv-builder/trunk/wp-cv-builder.php
r3480946 r3482922 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. 26 * Version: 1.3.3 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. 2' );43 define( "BWDCV_VERSION", '1.3.3' ); 44 44 define( 'BWDCV_FILE', __FILE__ ); 45 45 define( 'BWDCV_DIR', __DIR__ );
Note: See TracChangeset
for help on using the changeset viewer.