linchpin / mesh

A page builder, simplified. Get the most flexibility to display content by adding multiple content sections within Pages, Posts, or Custom Post Types.
https://meshplugin.com/
46 stars 12 forks source link

Latest release contains wp_die #255

Closed strarsis closed 5 years ago

strarsis commented 5 years ago

In latest release of Mesh plugin (v1.2.5.4) is apparent debug code in utilities.php:587 (in mesh_maybe_show_section_title method) which results in impartial page rendered:

wp_die( print_r( $section_title_matches, true ) );

This is not apparent in code in master of this repository, you have to download the Mesh plugin from WordPress plugin repository (same issue also with wpackagist).

aaronware commented 5 years ago

That's odd. I'll make another build immediately.

strarsis commented 5 years ago

@aaronware: Thanks, then I can update to a working recent release.

aaronware commented 5 years ago

I pushed out a fix to master and to .org Good catch, sorry about that.