[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fmY34QrJLWry3RMmNo7hE2b3ufWuGi6y2tosWvsroDZY":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"simsmaster","https:\u002F\u002Fprofiles.wordpress.org\u002Fsimsmaster\u002F",2,20,93,30,89,"2026-04-04T04:42:44.851Z",[13,35],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":19,"downloaded":20,"rating":21,"num_ratings":21,"last_updated":22,"tested_up_to":23,"requires_at_least":24,"requires_php":22,"tags":25,"homepage":30,"download_link":31,"security_score":32,"vuln_count":21,"unpatched_count":21,"last_vuln_date":33,"fetched_at":34},"wp-mantis","WP Mantis","1.2.2","\u003Cp>\u003Cstrong>Eine Deutsche Version kann \u003Ca href=\"http:\u002F\u002Fniklas-rother.de\u002Fprojekte\u002Fwp-mantis\" title=\"Deutsches Readme\" rel=\"nofollow ugc\">hier\u003C\u002Fa> gefunden werden\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Original Work by Robert Torres. His Version was not working, since he had a typo in a variable. I fixed this error and\u003Cbr \u002F>\nextendet this Plugin with some new Features like Changelogs, Roadmaps etc.\u003C\u002Fp>\n\u003Cp>This plugin for WordPress 2.8 and above allows you to insert information from a Mantis Bug Tracker\u003Cbr \u002F>\ninto a wordpress page or post.  The plugin is perfect for projects which use WordPress for blogging,\u003Cbr \u002F>\nbut also utilize Mantis for their bug tracking\u002Fissue tracking. You can include bug lists,\u003Cbr \u002F>\nchangelogs and roadmaps.\u003C\u002Fp>\n\u003Cp>After you installed the Plugin you have to do the following steps:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Create a user in Mantis wich represents your blog. You could name him ‘wordpress’. This user needs at least Reporter\u003Cbr \u002F>\nRights due a limitation in Mantis, but you can see the botton of the page to find out, how to change this.\u003C\u002Fli>\n\u003Cli>Configure the Plugin.\u003C\u002Fli>\n\u003Cli>Add \u003Ccode>[Mantis]\u003C\u002Fcode> to the post or page where you want to appear the infomation from Mantis. See below for further instructions.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>About the Shortcode\u003C\u002Fh4>\n\u003Cp>You must provide options in the Shortcode:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>To include a bug list use \u003Ccode>[Mantis bugs proj_id=x]\u003C\u002Fcode>. Replace x with the ID of the project wich you want to display.\u003Cbr \u002F>\nYou can find the ID in the URL of the Mantis Management Page for this project.\u003C\u002Fli>\n\u003Cli>To include a roadmap use \u003Ccode>[Mantis roadmap ver_id=x]\u003C\u002Fcode>. Replace x with the ID of the Version for that you want to display\u003Cbr \u002F>\nthe roadmap. You can find this ID in the URL, when you view a single Roadmap in Mantis.\u003C\u002Fli>\n\u003Cli>To include a changelog use \u003Ccode>[Mantis changelog ver_id=x]\u003C\u002Fcode>. See the instruction above this to find the ID.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>When including a roadmap or a changelog you can speficify a project and version \u003Cem>name\u003C\u002Fem> instead of the ID:\u003Cbr \u002F>\n    [Mantis roadmap proj_name=my_project ver_name=1.2.3] or you can use a project ID and a version name: \u003Ccode>[Mantis roadmap proj_id=x ver_name=y]\u003C\u002Fcode>\u003Cbr \u002F>\n\u003Cstrong>The \u003Ccode>ver_name\u003C\u002Fcode> Paramter is optional, if missing the full changelog\u002Froadmap for the project will be displayed\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>If you use the ‘bugs’ option, you can add the ‘exclude_stat’ or ‘include_stat’ parameter. After the eqal sign you can add (comma seperated)\u003Cbr \u002F>\nthe IDs of the statuses to exclude or include. (You can not use include and exclude at the same time, of course!)\u003Cbr \u002F>\nSo if you dont want to include closed and fixed bugs you would write \u003Ccode>[Mantis bugs proj_id=1 exclude_stat=90,80]\u003C\u002Fcode>\u003Cbr \u002F>\nHere is a list of the IDs:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>10 New\u003C\u002Fli>\n\u003Cli>20 Feedback\u003C\u002Fli>\n\u003Cli>30 Acknowledged\u003C\u002Fli>\n\u003Cli>40 Confirmed\u003C\u002Fli>\n\u003Cli>50 Assigned\u003C\u002Fli>\n\u003Cli>80 Resolved\u003C\u002Fli>\n\u003Cli>90 Closed\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>With the \u003Ccode>limit\u003C\u002Fcode> paramter you can limit the displayed bugs. To display the latest 5 fixed bugs you would write\u003Cbr \u002F>\n    [Mantis bugs proj_id=1 include_stat=80 limit=5]\u003C\u002Fp>\n\u003Cp>You can change the table background color for each status and use the localized status names from your mantis installation.\u003C\u002Fp>\n\u003Ch4>Why the Mantis User needs Reporter rights\u003C\u002Fh4>\n\u003Cp>This plugin uses the Mantis SOAP API to get the bug information. And to access this API the user needs at least Reporter\u003Cbr \u002F>\nright. To change this you can create a ‘mc_config_inc.php’ file in your ‘\u002Fapi\u002Fsoap’ directory with the following\u003Cbr \u002F>\ncontent:\u003C\u002Fp>\n\u003Cp>Now Viewer rights are suffiant for the user.\u003C\u002Fp>\n\u003Ch4>Further plans: (eventually)\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Only include the CSS\u002FJavaScript if the \u003Ccode>[Mantis]\u003C\u002Fcode> shortcode is in the content\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Translations\u003C\u002Fh4>\n\u003Cp>The original plugin is in english, but you can translate in your langguage, since the pot file is included. If I should include\u003Cbr \u002F>\nyour translation, email me: info at niklas-rother dot de. So far the following translations are included:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>German\u002FDeutsch\u003C\u002Fli>\n\u003Cli>Frensch\u002FFrancais\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Know Bugs\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>The changelog and roadmap is in the default language, not in the language of the user. At this point I dont see a change to fix this.\u003C\u002Fli>\n\u003C\u002Ful>\n","Extended Version of \"WP Mantis Table\". Allows to view Changelogs, Roadmaps and Buglists from MantisBT in Wordpress Pages and Post.",10,3226,0,"","3.2.1","2.8",[26,27,28,29],"bug-tracker","changelog","mantis","roadmap","http:\u002F\u002Fniklas-rother.de\u002Fprojekte\u002Fwp-mantis","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-mantis.1.2.2.zip",100,null,"2026-03-15T10:48:56.248Z",{"slug":36,"name":37,"version":38,"author":4,"author_profile":5,"description":22,"short_description":39,"active_installs":19,"downloaded":40,"rating":21,"num_ratings":21,"last_updated":41,"tested_up_to":42,"requires_at_least":24,"requires_php":22,"tags":43,"homepage":47,"download_link":48,"security_score":49,"vuln_count":21,"unpatched_count":21,"last_vuln_date":33,"fetched_at":50},"wp-month-calendar","WP Month Calendar","1.0","A modified version of the Widget build in to WordPress. It displays a link for each month, not for each day.",2220,"2011-01-26T14:53:00.000Z","3.0.5",[44,45,46],"calendar","month","widget","http:\u002F\u002Fniklas-rother.de\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-month-calendar.1.0.zip",85,"2026-03-15T15:16:48.613Z"]