bueltge / Markdown-for-MantisBT

It's help convert some Markdown to html-style.
14 stars 9 forks source link

Version 2.X.X support #11

Closed kierun closed 7 years ago

kierun commented 7 years ago

Is there any plans to support 2.X.X?

bueltge commented 7 years ago

Yes, I plan that it also work at the 2. But currently is my time frame really small. Have you tried this version in 2., have you problems, issues? My installs are on 1.2 and 1.3, live systems. A update is in planing, bot no appointment in the current planing.

kierun commented 7 years ago

Yes, I did. On beta 1, I did get it working by adding this to Markdown.php.

$this->requires    = array(
  'MantisCore'           => '1.2.0, 1.3.0, 2.0.0',
  'MantisCoreFormatting' => '1.0a',
);

When I tried that on 2.0.0 release, I get a blank configuration page. I assumed it was not working but testing some markdown in notes seem to work just fine. The configuration page not showing does not seem to matter although since I moved from 1.X, I assume that the settings are fine in the database. I just cannot change them!

I did add a dependency to MantisCoreFormatting to 2.0.0.

kierun commented 7 years ago

Markdown is now supported by 2.1.0 soruce out of the box.

bueltge commented 7 years ago

Ok, also not necessary for Mantis bigger 2.*