Plugin Directory

Changeset 3244434


Ignore:
Timestamp:
02/21/2025 11:27:22 AM (11 months ago)
Author:
visualmodo
Message:

1.6.4 - Feb 21 2025

  • Fixed - WPBakery SVG Removed.
  • Fixed - SVG upload Removed.
Location:
borderless
Files:
204 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • borderless/trunk/borderless.php

    r3242543 r3244434  
    55Plugin URI: https://visualmodo.com/borderless/
    66Description: One service packed with powerful tools to help you reach your purposes.
    7 Version: 1.6.3
     7Version: 1.6.4
    88Author: Visualmodo
    99Author URI: https://visualmodo.com
     
    2121/*-----------------------------------------------------------------------------------*/
    2222
    23 define( 'BORDERLESS__VERSION', '1.6.3' );
     23define( 'BORDERLESS__VERSION', '1.6.4' );
    2424define( 'BORDERLESS__DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'BORDERLESS__URL', plugins_url( '/', __FILE__ ) );
     
    137137        require_once( BORDERLESS__INC . "/icon-manager/icon-manager.php" );
    138138        require_once( BORDERLESS__INC . "/custom-post-types/custom-post-types.php" );
    139         require_once( BORDERLESS__INC . "/svg/svg.php" );
    140139        require_once( BORDERLESS__BLOCK_EDITOR . "/contact-information/contact-information.php" );
    141140        require_once( BORDERLESS__BLOCK_EDITOR . "/social-icons/social-icons.php" );
  • borderless/trunk/modules/wpbakery/lean-map.php

    r2478535 r3244434  
    3030vc_lean_map( 'borderless_wpbakery_semi_circular_progress_bar', null, $borderless_element_path . 'semi-circular-progress-bar.php' );
    3131
    32 vc_lean_map( 'borderless_wpbakery_svg', null, $borderless_element_path . 'svg.php' );
    33 
    3432vc_lean_map( 'borderless_wpbakery_team_member', null, $borderless_element_path . 'team-member.php' );
    3533
  • borderless/trunk/readme.txt

    r3242543 r3244434  
    55Tested up to: 6.7.1
    66Requires PHP: 7.4
    7 Stable tag: 1.6.3
     7Stable tag: 1.6.4
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8282== Changelog ==
    8383
     84= 1.6.4 - Feb 21 2025 =
     85* Fixed - WPBakery SVG Removed.
     86* Fixed - SVG upload Removed.
     87
    8488= 1.6.3 - Feb 18 2025 =
    8589* Fixed - SVG Vulnerability.
Note: See TracChangeset for help on using the changeset viewer.