Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
version bump to 1.3.4
Browse files Browse the repository at this point in the history
this closes #106
  • Loading branch information
lap00zza committed Nov 27, 2017
1 parent 548a0e1 commit dc49e4a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
4 changes: 2 additions & 2 deletions platform/chromium/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "9anime Companion",
"version": "1.3.3",
"version_name": "1.3.3",
"version": "1.3.4",
"version_name": "1.3.4",
"minimum_chrome_version": "55",
"author": "Jewel Mahanta",
"homepage_url": "https://github.com/lap00zza/9anime-Companion",
Expand Down
4 changes: 2 additions & 2 deletions platform/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "9anime Companion",
"version": "1.3.3",
"version_name": "1.3.3",
"version": "1.3.4",
"version_name": "1.3.4",
"author": "Jewel Mahanta",
"homepage_url": "https://github.com/lap00zza/9anime-Companion",
"description": "A simple companion extension for 9anime",
Expand Down
26 changes: 17 additions & 9 deletions src/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,17 +202,10 @@ <h2 id="version"></h2><!-- set automatically via js -->
<section class="tab-content">
<!-- TAB: Settings -->
<div role="tabpanel" class="tab-pane fade show active container" id="settings" aria-labelledby="settings-tab">
<!--<div class="callout" role="alert">
<h1>NOTE:</h1>
Since 21 Nov, 2017 <a href="https://www.reddit.com/r/9anime/comments/7el3p7/9anime_changes_adblock_blocker_banner_ads_etc/">
9anime started blocking all adblockers</a> (including 9anime Companion). As always, <strong>9anime Companion
will try to block/remove ads</strong>, but it is entirely up to the user on enabling this feature. But please
do note that 9anime loses revenue and possibly becomes worse when too many people are blocking ads.
</div>-->
<div class="callout" role="alert">
<h1>NOTE:</h1>
For the time being if you see a please disable adblock message, goto 9anime Companion Settings > disable
<code>Remove Ads</code> and <code>Remove Social Share</code> until I find a solid way to deal with it.
Please share your thoughts regarding keeping the <code>Remove Ads</code> feature
<a href="https://www.reddit.com/r/9anime/comments/7ftuvp/poll_9anime_companion_remove_ads/">here</a>
</div>

<!-- This hold the random pro tips -->
Expand Down Expand Up @@ -515,6 +508,21 @@ <h2 class="title">Links</h2>

<!-- TAB: Changelog -->
<div role="tabpanel" class="tab-pane fade container" id="changelog" aria-labelledby="changelog-tab">
<section>
<h2 class="title">
<a href="https://github.com/lap00zza/9anime-Companion/releases/tag/1.3.4">
1.3.4
</a>
</h2>
<ul>
<li>
Fixed downloads from F and G servers.
</li>
<li>
Removed downloads from RapidVideo due to a recent site change. (Will be re-added once a fix is found).
</li>
</ul>
</section>
<section>
<h2 class="title">
1.3.3
Expand Down

0 comments on commit dc49e4a

Please sign in to comment.