Skip to content

Releases: secrethash/trickster

Currency Converter Update

14 Sep 02:48
Compare
Choose a tag to compare

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)

31 Aug 16:05
Compare
Choose a tag to compare

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:

  • Following PSR for Trickster's Facade. (Thanks to @m1guelpf #9 )

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 function Trickster::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

15 Aug 07:03
Compare
Choose a tag to compare

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

11 Aug 11:35
Compare
Choose a tag to compare

Updated:

New Trick in Town

28 Jan 11:41
Compare
Choose a tag to compare

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

02 Nov 10:43
Compare
Choose a tag to compare

Fixed:

  • Facebook Counter

Deprecated:

  • Twitter Counter

Updated:

  • Updated: Facebook Share Count
  • Added: Facebook Comment Count

Worked up with config.

02 Aug 21:11
Compare
Choose a tag to compare

Worked up with the config export and many other functions. Thanks a lot @neomusic for the help.

Cleaned the bug in TricksController

05 Jul 19:04
Compare
Choose a tag to compare

Updated the TricksController

Removed the known bugs in the TricksController. Check the Commit history of TricksController for further information.

Trickster for Laravel

05 Jul 10:10
Compare
Choose a tag to compare

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

04 Jul 18:36
Compare
Choose a tag to compare
Beta v1 Pre-release
Pre-release

_Initial Release after some edits._