Plugin Directory

Changeset 3026476


Ignore:
Timestamp:
01/24/2024 08:01:02 PM (2 years ago)
Author:
visualmodo
Message:

1.5.3 - Jan 24 2024

  • New - Templates unlocked for all Visualmodo WordPress Themes.
  • Dev - Tested up to WordPress 6.4.2.
Location:
borderless
Files:
208 added
3 edited

Legend:

Unmodified
Added
Removed
  • borderless/trunk/borderless.php

    r2952687 r3026476  
    55Plugin URI: https://visualmodo.com/borderless/
    66Description: One service packed with powerful tools to help you reach your purposes.
    7 Version: 1.5.2
     7Version: 1.5.3
    88Author: Visualmodo
    99Author URI: https://visualmodo.com
     
    2121/*-----------------------------------------------------------------------------------*/
    2222
    23 define( 'BORDERLESS__VERSION', '1.5.2' );
     23define( 'BORDERLESS__VERSION', '1.5.3' );
    2424define( 'BORDERLESS__DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'BORDERLESS__URL', plugins_url( '/', __FILE__ ) );
     
    144144        require_once( BORDERLESS__WPBAKERY . "/wpbakery.php" );
    145145        require_once( BORDERLESS__INC . "/helper.php" );
     146        require_once( BORDERLESS__INC . "/custom-post-types/templates.php" );
     147        require_once( BORDERLESS__LIBRARY__DIR . "templates/templates.php" );
     148        require_once( BORDERLESS__LIBRARY__DIR . "importer.php" );
    146149         
    147150        if ( isset( $options['related_posts'] ) ) {
    148151            require_once( BORDERLESS__RELATED_POSTS . "/related-posts.php" );
    149         }
    150 
    151         if ( $theme == 'Anzu' ) {
    152             require_once( BORDERLESS__INC . "/custom-post-types/anzu-templates.php" );
    153         }
    154 
    155         if ( $theme != 'Aesir' && $theme != 'Architect' && $theme != 'Beyond' && $theme != 'Cafe' && $theme != 'Church' && $theme != 'Construction' && $theme != 'Cryptocurrency' && $theme != 'Dark' && $theme != 'Edge' && $theme != 'Education' && $theme != 'Employment' && $theme != 'Financial' && $theme != 'Fitness' && $theme != 'Food' && $theme != 'Forum' && $theme != 'Gym' && $theme != 'Hotel' && $theme != 'Ink' && $theme != 'It' && $theme != 'Marvel' && $theme != 'Mechanic' && $theme != 'Medical' && $theme != 'Minimalist' && $theme != 'Music' && $theme != 'Nectar' && $theme != 'Nonprofit' && $theme != 'Peak' && $theme != 'Petshop' && $theme != 'Photography' && $theme != 'Politic' && $theme != 'Rare' && $theme != 'Realestate' && $theme != 'Resume' && $theme != 'Salon' && $theme != 'Seller' && $theme != 'Spark' && $theme != 'Sport' && $theme != 'Stream' && $theme != 'Traveler' && $theme != 'Visualmentor' && $theme != 'Wedding' && $theme != 'Winehouse' && $theme != 'Zenith' ) {
    156 
    157             require_once( BORDERLESS__LIBRARY__DIR . "templates/templates.php" );
    158             require_once( BORDERLESS__LIBRARY__DIR . "importer.php" );
    159 
    160152        }
    161153       
  • borderless/trunk/includes/library/views/plugin-page.php

    r2952458 r3026476  
    33namespace LIBRARY;
    44
    5 $license_options = get_option( 'license_option_name' );
    6 $borderless_license = $license_options['borderless_license_key'];
     5$license_options = get_option( 'borderless_license_option_name' );
     6$borderless_license = isset( $license_options['borderless_license_key'] ) ? $license_options['borderless_license_key'] : '';
    77
    88$predefined_themes = $this->import_files;
  • borderless/trunk/readme.txt

    r2952687 r3026476  
    33Tags: Gutenberg, Elementor, elements, widgets, templates
    44Requires at least: 5.0
    5 Tested up to: 6.3
     5Tested up to: 6.4.2
    66Requires PHP: 7.4
    7 Stable tag: 1.5.2
     7Stable tag: 1.5.3
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8282== Changelog ==
    8383
     84= 1.5.3 - Jan 24 2024 =
     85* New - Templates unlocked for all Visualmodo WordPress Themes.
     86* Dev - Tested up to WordPress 6.4.2.
     87
    8488= 1.5.2 - Aug 12 2023 =
    8589* Improvements - License Manager For Pro Version.
Note: See TracChangeset for help on using the changeset viewer.