Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
CHANGELOG
=============================
* 5.0.0
* Upgrade to Extension Manifest v3
* 4.9.0
* Upgraded quoted printable decode to newer version
* 4.8.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013 Izzy Kulbe
Copyright (c) 2022 izzy

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
15 changes: 0 additions & 15 deletions html/background.html

This file was deleted.

2 changes: 1 addition & 1 deletion html/menu_ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h1>__MSG_activate_functions__</h1>
<div id="credits">
<h1>Credits</h1>

<p>This extension was developed by Izzy Kulbe &lt;<a href="mailto:github@unikorn.me">github@unikorn.me</a>&gt;</p>
<p>This extension was developed by izzy &lt;<a href="mailto:github@unikorn.me">github@unikorn.me</a>&gt;</p>

<p>Special thanks for several functions to the php.js team, they did a great job on porting some of the most important functions to JS.</p>

Expand Down
Loading