Plugin Directory

Changeset 2184340


Ignore:
Timestamp:
11/01/2019 11:17:03 AM (6 years ago)
Author:
iseulde
Message:

v0.0.28

Location:
slide/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • slide/trunk/index.php

    r2184321 r2184340  
    55 * Plugin URI:  https://wordpress.org/plugins/slide/
    66 * Description: Allows you to create presentations with the block editor.
    7  * Version:     0.0.27
     7 * Version:     0.0.28
    88 * Author:      Ella van Durpe
    99 * Author URI:  https://ellavandurpe.com
  • slide/trunk/readme.md

    r2184321 r2184340  
    66    Requires PHP:      5.6
    77    Tested up to:      5.3
    8     Stable tag:        0.0.27
     8    Stable tag:        0.0.28
    99    License:           GPL-2.0-or-later
    1010    License URI:       http://www.gnu.org/licenses/gpl-2.0.html
  • slide/trunk/template.php

    r2184321 r2184340  
    6262        }
    6363
     64        .presentation-contain html,
    6465        .presentation-contain body {
    6566            background: #000;
     
    170171        .reveal .slides > section > section {
    171172            padding: <?php echo get_post_meta( get_the_ID(), 'presentation-vertical-padding', true ) ?: '0.2em'; ?> 0;
     173        }
     174
     175        .reveal[data-background-transition="none"] .slide-background {
     176            transition: none;
    172177        }
    173178    </style>
Note: See TracChangeset for help on using the changeset viewer.