Plugin Directory

Changeset 3081287


Ignore:
Timestamp:
05/04/2024 03:25:31 PM (2 years ago)
Author:
wpforchurch
Message:

TwentyTwentyFour theme support added

Location:
sermon-manager-for-wordpress
Files:
5 edited
132 copied

Legend:

Unmodified
Added
Removed
  • sermon-manager-for-wordpress/tags/2.18.0/trunk/changelog.txt

    r3008229 r3081287  
     1
     2### 2.19.0 ###
     3Fixed: TwentyTwentyFour theme design support added.
     4
     5
    16### 2.18.0 ###
    27Fixed: In this release, we have addressed an issue where the post content field was not updating correctly with the post meta key. This fix ensures that the post content field now accurately reflects the data from the post meta key.
  • sermon-manager-for-wordpress/tags/2.18.0/trunk/readme.txt

    r3008229 r3081287  
    127127
    128128## Changelog ##
     129
     130
     131### 2.19.0 ###
     132Fixed: TwentyTwentyFour theme design support added.
     133
    129134
    130135### 2.18.0 ###
  • sermon-manager-for-wordpress/tags/2.18.0/trunk/views/partials/content-sermon-wrapper-start.php

    r2137112 r3081287  
    4646    case 'twentynineteen':
    4747        echo '<section id="primary" class="content-area"><main id="main" class="site-main wpfc-twentynineteen ' . $additional_classes . '">';
     48        break;
     49    case 'twentytwentyfour':
     50        echo '<div class="wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained"><div id="primary" class="content-area"><main id="main" class="site-main wpfc-sermon-container wpfc-twentytwentyfour ' . $additional_classes . '">';
    4851        break;
    4952    case 'Divi':
  • sermon-manager-for-wordpress/tags/2.19.0/changelog.txt

    r3008229 r3081287  
     1
     2### 2.19.0 ###
     3Fixed: TwentyTwentyFour theme design support added.
     4
     5
    16### 2.18.0 ###
    27Fixed: In this release, we have addressed an issue where the post content field was not updating correctly with the post meta key. This fix ensures that the post content field now accurately reflects the data from the post meta key.
  • sermon-manager-for-wordpress/tags/2.19.0/readme.txt

    r3008229 r3081287  
    127127
    128128## Changelog ##
     129
     130
     131### 2.19.0 ###
     132Fixed: TwentyTwentyFour theme design support added.
     133
    129134
    130135### 2.18.0 ###
  • sermon-manager-for-wordpress/tags/2.19.0/views/partials/content-sermon-wrapper-start.php

    r2137112 r3081287  
    4646    case 'twentynineteen':
    4747        echo '<section id="primary" class="content-area"><main id="main" class="site-main wpfc-twentynineteen ' . $additional_classes . '">';
     48        break;
     49    case 'twentytwentyfour':
     50        echo '<div class="wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained"><div id="primary" class="content-area"><main id="main" class="site-main wpfc-sermon-container wpfc-twentytwentyfour ' . $additional_classes . '">';
    4851        break;
    4952    case 'Divi':
  • sermon-manager-for-wordpress/trunk/changelog.txt

    r3008229 r3081287  
     1
     2### 2.19.0 ###
     3Fixed: TwentyTwentyFour theme design support added.
     4
     5
    16### 2.18.0 ###
    27Fixed: In this release, we have addressed an issue where the post content field was not updating correctly with the post meta key. This fix ensures that the post content field now accurately reflects the data from the post meta key.
  • sermon-manager-for-wordpress/trunk/readme.txt

    r3008229 r3081287  
    127127
    128128## Changelog ##
     129
     130
     131### 2.19.0 ###
     132Fixed: TwentyTwentyFour theme design support added.
     133
    129134
    130135### 2.18.0 ###
  • sermon-manager-for-wordpress/trunk/views/partials/content-sermon-wrapper-start.php

    r2137112 r3081287  
    4646    case 'twentynineteen':
    4747        echo '<section id="primary" class="content-area"><main id="main" class="site-main wpfc-twentynineteen ' . $additional_classes . '">';
     48        break;
     49    case 'twentytwentyfour':
     50        echo '<div class="wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained"><div id="primary" class="content-area"><main id="main" class="site-main wpfc-sermon-container wpfc-twentytwentyfour ' . $additional_classes . '">';
    4851        break;
    4952    case 'Divi':
Note: See TracChangeset for help on using the changeset viewer.