Changeset 168941
- Timestamp:
- 06/01/2022 10:04:00 AM (3 years ago)
- Location:
- oceanwp/3.3.2
- Files:
-
- 7 edited
- 1 copied
- . (copied) (copied from oceanwp/3.3.1)
- README.md (modified) (1 diff)
- changelog.md (modified) (1 diff)
- inc/helpers.php (modified) (1 diff)
- languages/oceanwp.pot (modified) (1 diff)
- readme.txt (modified) (1 diff)
- sass/style.scss (modified) (1 diff)
- style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
oceanwp/3.3.2/README.md
r168934 r168941 4 4 **Requires at least:** WordPress 5.6 5 5 **Tested up to:** WordPress 6.0.0 6 **Stable tag:** 3.3. 16 **Stable tag:** 3.3.2 7 7 **Requires PHP:** 7.2 8 8 **License:** GPLv2 or later -
oceanwp/3.3.2/changelog.md
r168934 r168941 1 1 # OceanWP Changelog 2 2 3 ### _2022.05.31._ - 3.3.1 3 ### _2022.06.1._ - 3.3.2 4 - **Fixed**: Custom Templates: Conditional logic for Elementor plugin causing Fatal Error. 5 6 ### _2022.06.1._ - 3.3.1 4 7 - **Fixed**: Notice: "We made changes to our theme panel" cannot be dismissed if child theme in use. 5 8 - **Fixed**: Custom Templates: Content display issues when templates used on Elementor pages. -
oceanwp/3.3.2/inc/helpers.php
r168934 r168941 4972 4972 4973 4973 global $post; 4974 $elementor = get_post_meta( $post->ID, '_elementor_edit_mode', true ); 4974 4975 4975 4976 if ( $is_gutenberg ) { 4976 if ( ! \Elementor\Plugin::$instance->db->is_built_with_elementor( $post->ID) ) {4977 if ( ! ( OCEANWP_ELEMENTOR_ACTIVE && $elementor ) ) { 4977 4978 $content = apply_filters( 'the_content', do_blocks( $content ) ); 4978 4979 } -
oceanwp/3.3.2/languages/oceanwp.pot
r168934 r168941 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: OceanWP 3.3. 1\n"5 "Project-Id-Version: OceanWP 3.3.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/oceanwp\n" 7 "POT-Creation-Date: 2022-0 5-31 06:29:09+00:00\n"7 "POT-Creation-Date: 2022-06-01 09:38:12+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" -
oceanwp/3.3.2/readme.txt
r168934 r168941 2 2 Contributors: oceanwp 3 3 Tested up to: 6.0.0 4 Stable tag: 3.3. 14 Stable tag: 3.3.2 5 5 Requires PHP: 7.2 6 6 License: GPLv2 or later -
oceanwp/3.3.2/sass/style.scss
r168934 r168941 3 3 * Theme Name: OceanWP 4 4 * Text Domain: oceanwp 5 * Version: 3.3. 15 * Version: 3.3.2 6 6 * Tested up to: 6.0.0 7 7 * Requires at least: 5.6 -
oceanwp/3.3.2/style.css
r168934 r168941 2 2 * Theme Name: OceanWP 3 3 * Text Domain: oceanwp 4 * Version: 3.3. 14 * Version: 3.3.2 5 5 * Tested up to: 6.0.0 6 6 * Requires at least: 5.6
Note: See TracChangeset for help on using the changeset viewer.