Changeset 163867
- Timestamp:
- 03/03/2022 02:15:36 PM (4 years ago)
- Location:
- astra/3.7.9
- Files:
-
- 5 edited
- 1 copied
- . (copied) (copied from astra/3.7.8)
- functions.php (modified) (1 diff)
- inc/core/class-astra-admin-settings.php (modified) (1 diff)
- inc/theme-update/class-astra-theme-background-updater.php (modified) (1 diff)
- readme.txt (modified) (1 diff)
- style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
astra/3.7.9/functions.php
r163849 r163867 16 16 * Define Constants 17 17 */ 18 define( 'ASTRA_THEME_VERSION', '3.7. 8' );18 define( 'ASTRA_THEME_VERSION', '3.7.9' ); 19 19 define( 'ASTRA_THEME_SETTINGS', 'astra-settings' ); 20 20 define( 'ASTRA_THEME_DIR', trailingslashit( get_template_directory() ) ); -
astra/3.7.9/inc/core/class-astra-admin-settings.php
r163849 r163867 422 422 * @see https://github.com/WordPress/gutenberg/issues/33374 & https://gist.github.com/Luehrsen/c4aad3b33435058c19ea80f5f1c268e8 - Remove this once the issue is fixed. 423 423 * 424 * @since x.x.x424 * @since 3.7.9 425 425 */ 426 426 wp_enqueue_script( 'astra-column-block-comp-js', ASTRA_THEME_URI . 'inc/assets/js/column-block-compatibility.js', array( 'wp-util', 'wp-hooks' ), ASTRA_THEME_VERSION, false ); -
astra/3.7.9/inc/theme-update/class-astra-theme-background-updater.php
r163849 r163867 118 118 'astra_improve_gutenberg_editor_ui', 119 119 ), 120 '3. 8.0' => array(120 '3.7.9' => array( 121 121 'astra_set_default_breadcrumb_separator_option', 122 122 'astra_fullwidth_layouts_apply_content_background', -
astra/3.7.9/readme.txt
r163849 r163867 6 6 Tested up to: 5.9.1 7 7 Requires PHP: 5.3 8 Stable tag: 3.7. 88 Stable tag: 3.7.9 9 9 10 10 Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. -
astra/3.7.9/style.css
r163849 r163867 5 5 Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme 6 6 Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website! 7 Version: 3.7. 87 Version: 3.7.9 8 8 Requires at least: 5.3 9 9 Tested up to: 5.9.1
Note: See TracChangeset for help on using the changeset viewer.