Changeset 2384747
- Timestamp:
- 09/18/2020 11:42:55 PM (5 years ago)
- Location:
- dot-monetize-polls-quizzes/trunk
- Files:
-
- 3 edited
-
dot-press.php (modified) (2 diffs)
-
includes/class-dot-press-public.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dot-monetize-polls-quizzes/trunk/dot-press.php
r2384746 r2384747 3 3 * Plugin Name: DOT | Monetize Polls & Quizzes 4 4 * Description: The easiest way to create and publish interactive polls and quizzes. Fully integrated monetization and analytics. 5 * Version: 1.0.1 05 * Version: 1.0.11 6 6 * Requires at least: 5.2 7 7 * Requires PHP: 7.2 … … 17 17 } 18 18 19 define( 'DOT_PRESS_VERSION', '1.0.1 0' );19 define( 'DOT_PRESS_VERSION', '1.0.11' ); 20 20 require_once plugin_dir_path(__FILE__) . 'constants.php'; 21 21 -
dot-monetize-polls-quizzes/trunk/includes/class-dot-press-public.php
r2384746 r2384747 111 111 $blocks = parse_blocks($post->post_content); 112 112 $names = array_map(function($b) { return $b['blockName'];}, $blocks); 113 DotPressLogger::log($names);114 113 115 114 if (!in_array('core/paragraph', $names) && !in_array('core/image', $names)) { -
dot-monetize-polls-quizzes/trunk/readme.txt
r2384746 r2384747 77 77 == Changelog == 78 78 79 = 1.0.11 = 80 * Tweaked internal code documentation 81 79 82 = 1.0.10 = 80 83 * Resolved AMP rendering issues
Note: See TracChangeset
for help on using the changeset viewer.