Make WordPress Themes

Changeset 155085 for inspiro


Ignore:
Timestamp:
09/20/2021 03:45:34 PM (4 years ago)
Author:
themedropbox
Message:

New version of Inspiro - 1.5.1

Location:
inspiro/1.5.1
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • inspiro/1.5.1/README.md

    r155084 r155085  
    33**Requires at least:** 5.2 
    44**Tested up to:** 5.8 
    5 **Version:** 1.5.0 
     5**Version:** 1.5.1 
    66**License:** GPLv2 or later 
    77**License URI:** http://www.gnu.org/licenses/gpl-2.0.html 
     
    103103## Changelog ##
    104104
     105### 1.5.1 ###
     106* Improved migration process to Inspiro PRO theme
     107
     108### 1.5.0 ###
     109* Added Elementor Integration. Thanks to Elementor Addons by WPZOOM plugin you can get access to a dozen of new templates & custom widgets
     110* Multiple bug fixes
     111
    105112### 1.4.1 ###
    106113* Minor bug fix with the search form not closing
  • inspiro/1.5.1/functions.php

    r155084 r155085  
    1616 * Define Constants
    1717 */
    18 define( 'INSPIRO_THEME_VERSION', '1.5.0' );
     18define( 'INSPIRO_THEME_VERSION', '1.5.1' );
    1919define( 'INSPIRO_THEME_DIR', trailingslashit( get_template_directory() ) );
    2020define( 'INSPIRO_THEME_URI', trailingslashit( esc_url( get_template_directory_uri() ) ) );
  • inspiro/1.5.1/inc/classes/class-inspiro-after-setup-theme.php

    r155084 r155085  
    8989             */
    9090            add_image_size( 'inspiro-featured-image', 2000 );
     91            // phpcs:disable
    9192            // add_image_size( 'inspiro-recent-thumbnail', 345, 192, true );
    9293            // add_image_size( 'inspiro-recent-thumbnail-retina', 690, 384, true );
    9394            // add_image_size( 'inspiro-entry-cover', 1800 );
     95            // phpcs:enable
    9496            add_image_size( 'inspiro-loop', 950, 320, true );
    9597
     
    258260
    259261                array(
    260                     'name'        => 'Elementor',
    261                     'slug'        => 'elementor',
    262                     'required'    => true,
     262                    'name'     => 'Elementor',
     263                    'slug'     => 'elementor',
     264                    'required' => true,
    263265                ),
    264266
  • inspiro/1.5.1/inc/classes/class-inspiro-theme-upgrader.php

    r151483 r155085  
    8484     */
    8585    public function check_new_theme_version( $data ) {
    86         if ( 'Inspiro' !== $data['Name'] ) {
     86        $whitelist_premium = array( 'Inspiro', 'Inspiro PRO' );
     87        if ( ! in_array( $data['Name'], $whitelist_premium ) ) {
    8788            $this->uploaded_premium = false;
    8889            return $this->uploaded_premium;
  • inspiro/1.5.1/readme.txt

    r155084 r155085  
    33Requires at least: 5.2
    44Tested up to: 5.8
    5 Version: 1.5.0
     5Version: 1.5.1
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    103103== Changelog ==
    104104
     105= 1.5.1 =
     106* Improved migration process to Inspiro PRO theme
     107
    105108= 1.5.0 =
    106109* Added Elementor Integration. Thanks to Elementor Addons by WPZOOM plugin you can get access to a dozen of new templates & custom widgets
  • inspiro/1.5.1/style.css

    r155084 r155085  
    66Description: Inspiro is a professional & lightweight photo and video-focused WordPress theme with a modern design. Packed with features including a fullscreen area that supports Vimeo, YouTube & self-hosted video background, Page Builder integration, Inspiro is perfect for showing off your photography and video portfolio. Moreover, the theme is compatible with WooCommerce and popular Page Builders such as Elementor, Beaver Builder. Learn more and check out our powerful PREMIUM version at https://www.wpzoom.com/themes/inspiro/
    77Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, e-commerce, wide-blocks, portfolio, blog, custom-background, featured-image-header, full-width-template, theme-options, block-styles
    8 Version: 1.5.0
     8Version: 1.5.1
    99Requires at least: 5.3
    1010Requires PHP: 5.6
Note: See TracChangeset for help on using the changeset viewer.