Make WordPress Themes

Changeset 148324 for astra/3.4.6

Timestamp:
05/24/2021 07:59:42 AM (5 years ago)
Author:
themedropbox
Message:

New version of Astra - 3.4.6

Location:
astra/3.4.6
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • astra/3.4.6/changelog.txt

    r148304 r148324  
     1v3.4.6
     2- Fix: Footer alignment not working after update of v3.4.5.
     3
    14v3.4.5
    25- Fix: Compatibility with Google Web Stories plugin v1.7.0.
  • astra/3.4.6/functions.php

    r148304 r148324  
    1616 * Define Constants
    1717 */
    18 define( 'ASTRA_THEME_VERSION', '3.4.5' );
     18define( 'ASTRA_THEME_VERSION', '3.4.6' );
    1919define( 'ASTRA_THEME_SETTINGS', 'astra-settings' );
    2020define( 'ASTRA_THEME_DIR', trailingslashit( get_template_directory() ) );
  • astra/3.4.6/inc/compatibility/class-astra-web-stories.php

    r148304 r148324  
    77 * @package Astra
    88 */
     9
     10// If plugin - 'Google\Web_Stories' not exist then return.
     11if ( ! defined( 'WEBSTORIES_VERSION' ) ) {
     12    return;
     13}
    914
    1015/**
     
    6570        // Using function check instead of class as there can be changes in the web stories plugin later, see 1.7.1 release https://github.com/google/web-stories-wp/pull/7266/files.
    6671        if ( ! function_exists( '\Google\Web_Stories\render_theme_stories' ) ) {
    67             return;
     72            return $dynamic_css;
    6873        }
    6974
  • astra/3.4.6/languages/astra.pot

    r148304 r148324  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Astra 3.4.5\n"
     5"Project-Id-Version: Astra 3.4.6\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/astra\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2021-05-24T05:28:40+00:00\n"
     12"POT-Creation-Date: 2021-05-24T09:46:19+02:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.4.0\n"
     14"X-Generator: WP-CLI 2.5.0\n"
    1515"X-Domain: astra\n"
    1616
  • astra/3.4.6/readme.txt

    r148304 r148324  
    66Tested up to: 5.7.2
    77Requires PHP: 5.3
    8 Stable tag: 3.4.5
     8Stable tag: 3.4.6
    99
    1010Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront.
  • astra/3.4.6/style.css

    r148304 r148324  
    55Author URI: https://wpastra.com/about/
    66Description: 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.4.5
     7Version: 3.4.6
    88Requires at least: 5.3
    99Tested up to: 5.7.2
Note: See TracChangeset for help on using the changeset viewer.