From e75fb208b90baff826c53053b0003a6f6d58902e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Taro?= Date: Sun, 4 Sep 2016 22:50:56 +0200 Subject: [PATCH] Release version v1.4.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Taro --- CHANGELOG.txt | 8 +++ Info.plist | 174 +++++++++++++++++++++++++------------------------- manifest.json | 2 +- 3 files changed, 96 insertions(+), 88 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b718f8ac..662453ab 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,13 @@ ## Versions ## +1.4.6: +- Name change of popover on Safari from "AdBlock" to "CatBlock" (#59) +- Drop support for Safari 5.x (#61) +- Change references to CatBlock on Safari (#62) +- Unified code style (#63) +- Fixed throwing an error when "getAttribute" property of an element is undefined (#66) +- Updated translations + 1.4.5: - Add checks for undefined tabs, while getting info about them (#56) - Simplified code for getting tab info in popup (#56) diff --git a/Info.plist b/Info.plist index 819933c8..73e7214e 100644 --- a/Info.plist +++ b/Info.plist @@ -2,92 +2,92 @@ - Author - CatBlock Team - Builder Version - 12602.1.40.4 - CFBundleDisplayName - CatBlock - CFBundleIdentifier - com.catblock.adblockwithcatblock - CFBundleInfoDictionaryVersion - 6.0 - CFBundleShortVersionString - 1.4.5 - CFBundleVersion - 101.4.5 - Chrome - - Global Page - background_safari.html - Toolbar Items - - - Command - - Identifier - CatBlockOptions - Image - img/icon16_grayscale.png - Label - Options - Palette Label - - Tool Tip - CatBlock Options - - - - Content - - Scripts - - End - - lib/punycode.min.js - uiscripts/load_jquery_ui.js - uiscripts/blacklisting/rightclick_hook.js - uiscripts/blacklisting/overlay.js - uiscripts/blacklisting/clickwatcher.js - uiscripts/blacklisting/elementchain.js - uiscripts/blacklisting/blacklistui.js - uiscripts/send_content_to_back.js - uiscripts/top_open_blacklist_ui.js - uiscripts/top_open_whitelist_ui.js - uiscripts/safari_hooks.js - - Start - - lib/jquery.min.js - js/port.js - js/functions.js - filtering/filteroptions.js - js/bandaids.js - js/adblock_start_common.js - js/adblock_start_safari.js - catblock/contentscript.js - - - - Description - CatBlock is like an ad blocker, but instead of blocking ads it shows you pictures of cats (configurable) - DeveloperIdentifier - WJ8AQBVVRG - ExtensionInfoDictionaryVersion - 1.0 - Permissions - - Website Access - - Include Secure Pages - - Level - All - - - Update From Gallery - - Website - http://catblock.tk + Author + CatBlock Team + Builder Version + 12602.1.40.4 + CFBundleDisplayName + CatBlock + CFBundleIdentifier + com.catblock.adblockwithcatblock + CFBundleInfoDictionaryVersion + 6.0 + CFBundleShortVersionString + 1.4.6 + CFBundleVersion + 101.4.6/string> + Chrome + + Global Page + background_safari.html + Toolbar Items + + + Command + + Identifier + CatBlockOptions + Image + img/icon16_grayscale.png + Label + Options + Palette Label + + Tool Tip + CatBlock Options + + + + Content + + Scripts + + End + + lib/punycode.min.js + uiscripts/load_jquery_ui.js + uiscripts/blacklisting/rightclick_hook.js + uiscripts/blacklisting/overlay.js + uiscripts/blacklisting/clickwatcher.js + uiscripts/blacklisting/elementchain.js + uiscripts/blacklisting/blacklistui.js + uiscripts/send_content_to_back.js + uiscripts/top_open_blacklist_ui.js + uiscripts/top_open_whitelist_ui.js + uiscripts/safari_hooks.js + + Start + + lib/jquery.min.js + js/port.js + js/functions.js + filtering/filteroptions.js + js/bandaids.js + js/adblock_start_common.js + js/adblock_start_safari.js + catblock/contentscript.js + + + + Description + CatBlock is like an ad blocker, but instead of blocking ads it shows you pictures of cats (configurable) + DeveloperIdentifier + WJ8AQBVVRG + ExtensionInfoDictionaryVersion + 1.0 + Permissions + + Website Access + + Include Secure Pages + + Level + All + + + Update From Gallery + + Website + http://catblock.tk diff --git a/manifest.json b/manifest.json index e72a8199..3c2a0239 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "CatBlock", - "version": "1.4.5", + "version": "1.4.6", "description": "CatBlock is like an ad blocker, but instead of blocking ads it shows you pictures of cats (configurable)", "author": "CatBlock Team", "icons": {