Skip to content

Commit

Permalink
update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-p committed Oct 12, 2024
1 parent e151d38 commit d11c42a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/chrome/backgroundscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ chrome.runtime.onInstalled.addListener((details) => {
});

function upgradeCheck() {
// DISABLED FOR THIS RELEASE
return;

OptionsStore.get(function(options) {
var appManifest = chrome.runtime.getManifest();

Expand Down
9 changes: 8 additions & 1 deletion src/common/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Change Log
==========

2024-10-03: v2.14.0
-------------------

* Fixed [bug #722](https://github.com/adam-p/markdown-here/issues/722): Added support for WebExtensions manifest V3. (If you've seen warnings about the extension lately, this was why.)
- Thanks to [Andrew M. MacFie](https://github.com/amacfie) and [Alexander Popov](https://github.com/AlexWayfer).
* Fixed [bug #865](https://github.com/adam-p/markdown-here/issues/865): Add Chrome Store privacy information.

2018-09-30: v2.13.4
--------------------

* Fixed [bug #524] and [bug #526]: Due to v2.13.3 fix, Markdown Here didn't work in Thunderbird with a non-English UI.
* Fixed [bug #524](https://github.com/adam-p/markdown-here/issues/524) and [bug #526](https://github.com/adam-p/markdown-here/issues/526): Due to v2.13.3 fix, Markdown Here didn't work in Thunderbird with a non-English UI.
- Thanks to [KSR-Yasuda](https://github.com/KSR-Yasuda), [ensleep](https://github.com/ensleep), [Pedro Silva](https://github.com/pmanu93), [Christophe Meyer](https://github.com/stombi), [littdky](https://github.com/littdky), [Michael Lashkevich](https://github.com/lashkevi), [morsedl](https://github.com/morsedl).


Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "__MSG_app_name__",
"version": "2.13.4",
"version": "2.14.0",
"description": "__MSG_app_slogan__",
"homepage_url": "https://markdown-here.com",
"default_locale": "en",
Expand Down

0 comments on commit d11c42a

Please sign in to comment.