Skip to content

Commit

Permalink
v1.2.7 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Twoure committed Aug 31, 2016
1 parent 7d2b06b commit 83dd483
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# ChangeLog

##### 1.2.7
- _08/xx/2016_
- _08/31/2016_
- Fixes:
- `kissheaders` reload header file when cookie expire
- `kissheaders` expire time for error cookies
- `kissheaders` - reload header file when cookie expire
- `kissheaders` - expire time for error cookies
- initial install header initialization
- Openload - fixed for now, will see if keeps changing
- Updates:
- New Bookmark Auto-Backup feature
- New custom bookmark backup path
- Simplified PhotoAlbum code
- Simplified loading preferences
- `rhtml.py` improved error logging
- `ServiceCode` added test for `token`
- `rhtml.py` - improved error logging
- `ServiceCode` - added test for `token`

##### 1.2.6
- _08/19/2016_
Expand Down
2 changes: 1 addition & 1 deletion Contents/Code/DevTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def migrate_backups(self, path):
# Keep local copy within the default directory
Core.storage.copy(src_path, dst_path)
else:
# Move bookmarks form src to dst
# Move bookmarks from src to dst
Core.storage.rename(src_path, dst_path)
passed.append(True)
except Exception, e:
Expand Down
2 changes: 1 addition & 1 deletion Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleIdentifier</key>
<string>com.plexapp.plugins.kissnetwork</string>
<key>CFBundleVersion</key>
<string>1.2.6</string>
<string>1.2.7</string>
<key>PlexClientPlatforms</key>
<string>*</string>
<key>PlexFrameworkVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This plugin creates a new channel within [Plex Media Server](https://plex.tv/) (

##### Plex Media Server:
- Tested Working:
- Ubuntu 14.04 LTS: PMS version 1.1.2
- Ubuntu 14.04 LTS: PMS version 1.1.3
- Windows 7: PMS version 0.9.16.6

##### Plex Clients:
Expand Down

0 comments on commit 83dd483

Please sign in to comment.