- Timestamp:
- 09/20/2021 03:45:34 PM (4 years ago)
- Location:
- inspiro/1.5.1
- Files:
-
- 6 edited
- 1 copied
-
. (copied) (copied from inspiro/1.5.0)
-
README.md (modified) (2 diffs)
-
functions.php (modified) (1 diff)
-
inc/classes/class-inspiro-after-setup-theme.php (modified) (2 diffs)
-
inc/classes/class-inspiro-theme-upgrader.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inspiro/1.5.1/README.md
r155084 r155085 3 3 **Requires at least:** 5.2 4 4 **Tested up to:** 5.8 5 **Version:** 1.5. 05 **Version:** 1.5.1 6 6 **License:** GPLv2 or later 7 7 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html … … 103 103 ## Changelog ## 104 104 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 105 112 ### 1.4.1 ### 106 113 * Minor bug fix with the search form not closing -
inspiro/1.5.1/functions.php
r155084 r155085 16 16 * Define Constants 17 17 */ 18 define( 'INSPIRO_THEME_VERSION', '1.5. 0' );18 define( 'INSPIRO_THEME_VERSION', '1.5.1' ); 19 19 define( 'INSPIRO_THEME_DIR', trailingslashit( get_template_directory() ) ); 20 20 define( 'INSPIRO_THEME_URI', trailingslashit( esc_url( get_template_directory_uri() ) ) ); -
inspiro/1.5.1/inc/classes/class-inspiro-after-setup-theme.php
r155084 r155085 89 89 */ 90 90 add_image_size( 'inspiro-featured-image', 2000 ); 91 // phpcs:disable 91 92 // add_image_size( 'inspiro-recent-thumbnail', 345, 192, true ); 92 93 // add_image_size( 'inspiro-recent-thumbnail-retina', 690, 384, true ); 93 94 // add_image_size( 'inspiro-entry-cover', 1800 ); 95 // phpcs:enable 94 96 add_image_size( 'inspiro-loop', 950, 320, true ); 95 97 … … 258 260 259 261 array( 260 'name' => 'Elementor',261 'slug' => 'elementor',262 'required' => true,262 'name' => 'Elementor', 263 'slug' => 'elementor', 264 'required' => true, 263 265 ), 264 266 -
inspiro/1.5.1/inc/classes/class-inspiro-theme-upgrader.php
r151483 r155085 84 84 */ 85 85 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 ) ) { 87 88 $this->uploaded_premium = false; 88 89 return $this->uploaded_premium; -
inspiro/1.5.1/readme.txt
r155084 r155085 3 3 Requires at least: 5.2 4 4 Tested up to: 5.8 5 Version: 1.5. 05 Version: 1.5.1 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 103 103 == Changelog == 104 104 105 = 1.5.1 = 106 * Improved migration process to Inspiro PRO theme 107 105 108 = 1.5.0 = 106 109 * 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 6 6 Description: 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/ 7 7 Tags: 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. 08 Version: 1.5.1 9 9 Requires at least: 5.3 10 10 Requires PHP: 5.6
Note: See TracChangeset
for help on using the changeset viewer.