Skip to content

Commit

Permalink
Merge pull request #204 from leomoon/master
Browse files Browse the repository at this point in the history
Updates ParsedownPlus to 0.0.7 #202
  • Loading branch information
leomoon authored Nov 4, 2024
2 parents 2c167e8 + dc51a2a commit c9b9542
Show file tree
Hide file tree
Showing 6 changed files with 994 additions and 844 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.61
1.0.62
2 changes: 1 addition & 1 deletion bootstrap.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
require_once(BASE."libraries/parsedown-extra-0.8.1/ParsedownExtra.php");
require_once(BASE."libraries/parsedown-extended-1.1.2-modified/ParsedownExtended.php");
require_once(BASE."libraries/parsedown-filter-0.0.1/ParsedownFilter.php");
require_once(BASE."libraries/parsedown-plus-0.0.6/ParsedownPlus.php");
require_once(BASE."libraries/parsedown-plus-0.0.7/ParsedownPlus.php");

// if behind https reverse proxy, set HTTPS property correctly
if(isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO']=='https'){$_SERVER['HTTPS']='on';}
Expand Down
Loading

0 comments on commit c9b9542

Please sign in to comment.