Releases: secrethash/trickster
Releases · secrethash/trickster
Currency Converter Update
ChangeLog Mini
Changes with this release:
Fixed:
- ERROR: Undefined Offset 1
Changed
- Google Finance API URL: Google has Permanently Moved it's Finance Currency Conversion API to a new url Finance API URL, therefore the same has been updated. See the config/trickster configuration file.
Fixes and Improvements (breaking)
ChangeLog MINI for v2.2.0
Changes that have taken place from v2.1.0
to v2.2.0
. Breaking Changes are marked BREAKING
.
Fixed:
Changes:
- Trickster's Truncator function
Trickster::truncator()
Update ( Commit: c09daa5 ):- Now returns the Complete Word at the end of the truncated text i.e. does not stops at an incomplete word.
- If the specified text length is less than the specified length, text is not sent for truncation.
read more...
has been changed to...see more
.- Now supports the UTF-8 Characters.
BREAKING
Trickster's Social Analytics functionTrickster::social()
Update ( Commit: 50c4d9d ):- Now Returns Shares and Counts as an Object.
- Use it somewhat like this:
$social = Trickster::social('facebook', 'https://github.com');
echo 'Shares: '.$social->shares;
echo 'Comments: '.$social->comments;
More Secure Approach
Changes
- Completely Removed Twitter
- Added the Currency Covertor API link to the config
- Fetching Currency Covertor API URL from Config.
- Made all the links secure. Using HTTPS protocol now on all APIs.
- Updated Readme Accordingly.
- Config Updated.
Laravel 5.5 Support
Updated:
- Now supports the Latest Auto Discovery feature of Laravel 5.5
- Changes to Documentation. Now at secrethash.github.io/trickster
New Trick in Town
Currency Converter
Convert your amount from one currency to another currency within seconds. Using the help of Google and Curl, Trickster now enables you to convert amount/price into different currency using the live exchange rates.
What is Updated?
README.html
- Sample code for Currency Converter
- Usage Details for Currency Converter
README.md
- Table of Content
- Sample code for Currency Converter
- Usage Details for Currency Converter
Tricks.php
- Added currencyConvert()
Analytics Fix
Fixed:
- Facebook Counter
Deprecated:
- Twitter Counter
Updated:
- Updated: Facebook Share Count
- Added: Facebook Comment Count
Worked up with config.
Worked up with the config export and many other functions. Thanks a lot @neomusic for the help.
Cleaned the bug in TricksController
Updated the TricksController
Removed the known bugs in the TricksController
. Check the Commit history of TricksController
for further information.
Trickster for Laravel
Updated the structure. Now each and every trick is working, but still in beta. Read the README.md or README.html for futher details on Installation.
Beta v1
_Initial Release after some edits._