Plugin Directory

Changeset 2384747


Ignore:
Timestamp:
09/18/2020 11:42:55 PM (5 years ago)
Author:
dottech
Message:

Version 1.0.11

Location:
dot-monetize-polls-quizzes/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dot-monetize-polls-quizzes/trunk/dot-press.php

    r2384746 r2384747  
    33 * Plugin Name:       DOT | Monetize Polls & Quizzes
    44 * Description:      The easiest way to create and publish interactive polls and quizzes. Fully integrated monetization and analytics.
    5  * Version:           1.0.10
     5 * Version:           1.0.11
    66 * Requires at least: 5.2
    77 * Requires PHP:      7.2
     
    1717}
    1818
    19 define( 'DOT_PRESS_VERSION', '1.0.10' );
     19define( 'DOT_PRESS_VERSION', '1.0.11' );
    2020require_once plugin_dir_path(__FILE__) . 'constants.php';
    2121
  • dot-monetize-polls-quizzes/trunk/includes/class-dot-press-public.php

    r2384746 r2384747  
    111111        $blocks = parse_blocks($post->post_content);
    112112        $names = array_map(function($b) { return $b['blockName'];}, $blocks);
    113         DotPressLogger::log($names);
    114113
    115114        if (!in_array('core/paragraph', $names) && !in_array('core/image', $names)) {
  • dot-monetize-polls-quizzes/trunk/readme.txt

    r2384746 r2384747  
    7777== Changelog ==
    7878
     79= 1.0.11 =
     80* Tweaked internal code documentation
     81
    7982= 1.0.10 =
    8083* Resolved AMP rendering issues
Note: See TracChangeset for help on using the changeset viewer.