Changeset 3223654
- Timestamp:
- 01/16/2025 02:53:01 PM (15 months ago)
- Location:
- wallkit
- Files:
-
- 6 edited
- 1 copied
-
tags/3.4.2 (copied) (copied from wallkit/trunk)
-
tags/3.4.2/admin/class-wallkit-wp-admin.php (modified) (1 diff)
-
tags/3.4.2/readme.txt (modified) (1 diff)
-
tags/3.4.2/wallkit-wp.php (modified) (2 diffs)
-
trunk/admin/class-wallkit-wp-admin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wallkit-wp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wallkit/tags/3.4.2/admin/class-wallkit-wp-admin.php
r3155283 r3223654 649 649 } 650 650 651 // If there are blocks in this content, we shouldn't run wpautop() on it later. 652 $priority = has_filter( 'the_content', 'wpautop' ); 653 if ( false !== $priority && has_blocks( $content ) ) { 654 remove_filter( 'the_content', 'wpautop', $priority ); 655 add_filter( 'the_content', '_restore_wpautop_hook', $priority + 1 ); 656 } 657 651 658 // Returning formatted content if it contains gutenberg blocks 652 659 if( has_blocks( $content ) ) { -
wallkit/tags/3.4.2/readme.txt
r3218447 r3223654 28 28 == Changelog == 29 29 30 = 3.4.2 = 31 *Release Date - 16 January 2025* 32 33 #### Updates including: 34 - Fix content parse issues for block editor. 35 30 36 = 3.4.1 = 31 37 *Release Date - 07 January 2025* -
wallkit/tags/3.4.2/wallkit-wp.php
r3218447 r3223654 10 10 * Plugin URI: https://wallkit.net 11 11 * Description: A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales. 12 * Version: 3.4. 112 * Version: 3.4.2 13 13 * Author: Wallkit <dev@wallkit.net> 14 14 * Author URI: https://wallkit.net/ … … 27 27 * Rename this for your plugin and update it as you release new versions. 28 28 */ 29 define( 'WPWKP_VERSION', '3.4. 1' );29 define( 'WPWKP_VERSION', '3.4.2' ); 30 30 31 31 /** -
wallkit/trunk/admin/class-wallkit-wp-admin.php
r3155283 r3223654 649 649 } 650 650 651 // If there are blocks in this content, we shouldn't run wpautop() on it later. 652 $priority = has_filter( 'the_content', 'wpautop' ); 653 if ( false !== $priority && has_blocks( $content ) ) { 654 remove_filter( 'the_content', 'wpautop', $priority ); 655 add_filter( 'the_content', '_restore_wpautop_hook', $priority + 1 ); 656 } 657 651 658 // Returning formatted content if it contains gutenberg blocks 652 659 if( has_blocks( $content ) ) { -
wallkit/trunk/readme.txt
r3218447 r3223654 28 28 == Changelog == 29 29 30 = 3.4.2 = 31 *Release Date - 16 January 2025* 32 33 #### Updates including: 34 - Fix content parse issues for block editor. 35 30 36 = 3.4.1 = 31 37 *Release Date - 07 January 2025* -
wallkit/trunk/wallkit-wp.php
r3218447 r3223654 10 10 * Plugin URI: https://wallkit.net 11 11 * Description: A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales. 12 * Version: 3.4. 112 * Version: 3.4.2 13 13 * Author: Wallkit <dev@wallkit.net> 14 14 * Author URI: https://wallkit.net/ … … 27 27 * Rename this for your plugin and update it as you release new versions. 28 28 */ 29 define( 'WPWKP_VERSION', '3.4. 1' );29 define( 'WPWKP_VERSION', '3.4.2' ); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.