Changeset 148324 for astra/3.4.6
- Timestamp:
- 05/24/2021 07:59:42 AM (5 years ago)
- Location:
- astra/3.4.6
- Files:
-
- 6 edited
- 1 copied
- . (copied) (copied from astra/3.4.5)
- changelog.txt (modified) (1 diff)
- functions.php (modified) (1 diff)
- inc/compatibility/class-astra-web-stories.php (modified) (2 diffs)
- languages/astra.pot (modified) (2 diffs)
- readme.txt (modified) (1 diff)
- style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
astra/3.4.6/changelog.txt
r148304 r148324 1 v3.4.6 2 - Fix: Footer alignment not working after update of v3.4.5. 3 1 4 v3.4.5 2 5 - Fix: Compatibility with Google Web Stories plugin v1.7.0. -
astra/3.4.6/functions.php
r148304 r148324 16 16 * Define Constants 17 17 */ 18 define( 'ASTRA_THEME_VERSION', '3.4. 5' );18 define( 'ASTRA_THEME_VERSION', '3.4.6' ); 19 19 define( 'ASTRA_THEME_SETTINGS', 'astra-settings' ); 20 20 define( 'ASTRA_THEME_DIR', trailingslashit( get_template_directory() ) ); -
astra/3.4.6/inc/compatibility/class-astra-web-stories.php
r148304 r148324 7 7 * @package Astra 8 8 */ 9 10 // If plugin - 'Google\Web_Stories' not exist then return. 11 if ( ! defined( 'WEBSTORIES_VERSION' ) ) { 12 return; 13 } 9 14 10 15 /** … … 65 70 // 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. 66 71 if ( ! function_exists( '\Google\Web_Stories\render_theme_stories' ) ) { 67 return ;72 return $dynamic_css; 68 73 } 69 74 -
astra/3.4.6/languages/astra.pot
r148304 r148324 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Astra 3.4. 5\n"5 "Project-Id-Version: Astra 3.4.6\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/astra\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2021-05-24T0 5:28:40+00:00\n"12 "POT-Creation-Date: 2021-05-24T09:46:19+02:00\n" 13 13 "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" 15 15 "X-Domain: astra\n" 16 16 -
astra/3.4.6/readme.txt
r148304 r148324 6 6 Tested up to: 5.7.2 7 7 Requires PHP: 5.3 8 Stable tag: 3.4. 58 Stable tag: 3.4.6 9 9 10 10 Astra 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 5 5 Author URI: https://wpastra.com/about/ 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.4. 57 Version: 3.4.6 8 8 Requires at least: 5.3 9 9 Tested up to: 5.7.2
Note: See TracChangeset for help on using the changeset viewer.