{"id":152493,"date":"2022-01-28T22:32:01","date_gmt":"2022-01-28T22:32:01","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/entity-viewer\/"},"modified":"2024-09-13T07:05:21","modified_gmt":"2024-09-13T07:05:21","slug":"entity-viewer","status":"publish","type":"plugin","link":"https:\/\/tt.wordpress.org\/plugins\/entity-viewer\/","author":9809928,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.5.2","stable_tag":"0.5.2","tested":"6.6.5","requires":"5.7","requires_php":"7.4","requires_plugins":null,"header_name":"Entity viewer","header_author":"Vladimir Sklyar","header_description":"Displays properties and custom fields of WordPress entities (posts, users, terms, comments) for debugging\/development purposes.","assets_banners_color":"","last_updated":"2024-09-13 07:05:21","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/versusbassz\/entity-viewer\/","header_author_uri":"https:\/\/versusbassz.com\/","rating":5,"author_block_rating":0,"active_installs":100,"downloads":2248,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","changelog"],"tags":{"0.5.0":{"tag":"0.5.0","author":"versusbassz","date":"2022-01-28 22:31:57"},"0.5.1":{"tag":"0.5.1","author":"versusbassz","date":"2022-01-28 22:45:07"},"0.5.2":{"tag":"0.5.2","author":"versusbassz","date":"2024-09-13 07:05:21"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":2},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.5.0","0.5.1","0.5.2"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[527,1578,2240,683,2205],"plugin_category":[],"plugin_contributors":[82055],"plugin_business_model":[],"class_list":["post-152493","plugin","type-plugin","status-publish","hentry","plugin_tags-custom","plugin_tags-display","plugin_tags-field","plugin_tags-meta","plugin_tags-metabox","plugin_contributors-versusbassz","plugin_committers-versusbassz"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/entity-viewer.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>The plugin displays properties and custom fields of WordPress entities (posts, users, terms, comments) for debugging\/development purposes.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Supported entities: posts (including custom post types), users, terms, comments<\/li>\n<li>Displayed data: properties (e.g. <code>ID<\/code>, <code>guid<\/code>, <code>post_type<\/code>) and custom fields (e.g. <code>_edit_lock<\/code>, <code>_thumbnail_id<\/code> )<\/li>\n<li>Sorting by different conditions (ASC\/DESC)<\/li>\n<li>Searching\/filtering (with highlighting of found result)<\/li>\n<li>Pretty viewing of serialized data<\/li>\n<li>Auto-updating on Gutenberg's \"publish\/update\" actions<\/li>\n<li>Manual updating without refreshing a whole page<\/li>\n<\/ul>\n\n<h4>How it works<\/h4>\n\n<p>The plugin displays the metabox on \"edit\" pages of supported WordPress entities in the WP Admin Panel.\nThe required role to access the info is <code>Administrator<\/code> for \"Single site\" mode and <code>Super Admin<\/code> for \"Multisite\".<\/p>\n\n<h4>Links<\/h4>\n\n<p><a href=\"https:\/\/github.com\/versusbassz\/entity-viewer\/\">Github repo<\/a>, <a href=\"https:\/\/github.com\/versusbassz\/entity-viewer\/issues\/\">Github issues<\/a><\/p>\n\n<!--section=changelog-->\n<h4>0.5.2 --- 2024.09.13<\/h4>\n\n<ul>\n<li>Fix - Fix \"regeneratorRuntime is not defined\" JS-error<\/li>\n<li>Dev - Update \"Tested up to\" version of WP core: 5.9 -&gt; 6.6<\/li>\n<\/ul>\n\n<h4>0.5.1 --- 2022.01.29<\/h4>\n\n<ul>\n<li>Dev - Fix \"Requires at least\" header in the entry PHP-file of the plugin<\/li>\n<\/ul>\n\n<h4>0.5.0 --- 2022.01.29<\/h4>\n\n<ul>\n<li>Dev - Add the github workflow to do releases on wp.org automatically<\/li>\n<\/ul>\n\n<h4>0.4.0 --- 2022.01.23<\/h4>\n\n<ul>\n<li>Breaking changes - Change the prefix of PHP-functions (of the plugin) in the global namespace: vsm_ -&gt; entview_<\/li>\n<li>Breaking changes - Change the prefix of PHP-WP-filters of the plugin: vsm\/ -&gt; entview\/<\/li>\n<li>Breaking changes - Change the PHP namespace of the plugin: VsEntityViewer -&gt; Versusbassz\\EntityViewer<\/li>\n<li>Fix - the issues that were sent by wp.org moderation team on the plugin submission to the wp.org plugins repo<\/li>\n<\/ul>\n\n<h4>0.3.1 --- 2022.01.21<\/h4>\n\n<ul>\n<li>Fix - Remove unnecessary debug output from javascript code<\/li>\n<\/ul>\n\n<h4>0.3.0 --- 2022.01.21<\/h4>\n\n<ul>\n<li>Breaking changes - The plugin has been renamed: \"Meta viewer\" -&gt; \"Entity viewer\"<\/li>\n<li>Breaking changes, Requirements - Update required PHP version: 7.3+ -&gt; 7.4+<\/li>\n<li>Breaking changes, Requirements - Update minimal required WordPress core version: 5.6.4 -&gt; 5.7.0<\/li>\n<li>New - Display properties of WP entities in the metabox<\/li>\n<li>New - Add tabs to metabox to switch visibility of properties and custom fields<\/li>\n<li>New - Support \"Multisite\" mode<\/li>\n<li>Enhancement - Add pretty displaying of \"null\" values<\/li>\n<li>Enhancement - Provide a hint for a user if a search query was found in a raw value but wasn't highlighted in a \"pretty\" value<\/li>\n<li>Enhancement - Disable text selection on unnecessary elements<\/li>\n<li>Enhancement - Add details to phrases in the admin notices about incompatible PHP\/WP versions<\/li>\n<li>Misc - Prepare the plugin for release on wordpress.org<\/li>\n<li>Fix - Handle the case of incorrect JSON (syntax error) on AJAX response<\/li>\n<li>Fix - Fix non-valid layout of the metabox<\/li>\n<li>Fix - Fix unnecessary \"subscribe\" actions in the logic of compatibility with Gutenberg<\/li>\n<li>Dev - Rework the initialization logic of the plugin<\/li>\n<li>Dev, i18n - Implement i18n support<\/li>\n<li>New, Dev - Add \"vsm\/plugin_enabled\", \"vsm\/is_plugin_allowed\", \"vsm\/is_i18n_enabled\" filters<\/li>\n<\/ul>\n\n<h4>0.2.1 --- 2021.06.27<\/h4>\n\n<ul>\n<li>Fix - Highlight search results in id,name colums also<\/li>\n<li>Fix - Enable Gutenberg compatibility logic only on pages where it exists (editing of post, pages, etc)<\/li>\n<\/ul>\n\n<h4>0.2.0 --- 2021.06.27<\/h4>\n\n<ul>\n<li>New - Add \"Refresh data\" button (updating data of the metabox dynamically)<\/li>\n<li>Enhancement - The interface of the plugin has been rewritten on ReactJS<\/li>\n<li>Enhancement - Update metabox content on Gutenberg \"Publish\/Update\" actions<\/li>\n<li>Enhancement - Highlight search results<\/li>\n<li>Security - Update <code>glob-parent<\/code> npm dependency<\/li>\n<li>Dev - Add browserlist<\/li>\n<li>Dev - Migrate from <code>node-sass<\/code> to <code>sass<\/code> (Dart implementation)<\/li>\n<\/ul>\n\n<h4>0.1.0 --- 2021.06.01<\/h4>\n\n<ul>\n<li>New - Dynamic search (with hidding of not relevant fields)<\/li>\n<li>New - Add an admin notice for installations with old PHP versions<\/li>\n<li>New - Add minimal supported WordPress core version + admin notice<\/li>\n<li>Maintenance - Update required PHP version: 5.4+ -&gt; 7.3+<\/li>\n<li>Fix - Replace <code>&lt;pre&gt;<\/code> tag for values with a styled div (because of incorrect formatting of long values)<\/li>\n<li>Dev - Build CSS\/JS code with webpack<\/li>\n<li>Dev - Add README.md<\/li>\n<\/ul>","raw_excerpt":"Displays properties and custom fields of WordPress entities (posts, users, terms, comments) for debugging\/development purposes.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/152493","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=152493"}],"author":[{"embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/versusbassz"}],"wp:attachment":[{"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=152493"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=152493"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=152493"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=152493"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=152493"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=152493"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}