Secrethash Trickster Versions Save

Trickster is a Laravel Package that Extends the helper functions.

v2.3.1

6 years ago

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.

v2.2.0

6 years ago

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: c09daa513a4ca0a76e74163f28719c2b524e3155 ):
    • 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: 50c4d9dbdaf98285ef4f77782fa96c4986a43f08 ):
    • 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;

v2.1.0

6 years ago

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.

2.0.0

6 years ago

Updated:

1.2.6

7 years ago

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()

1.2.5

7 years ago

Fixed:

  • Facebook Counter

Deprecated:

  • Twitter Counter

Updated:

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

1.2.4

7 years ago

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

1.2.3

7 years ago

Updated the TricksController

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

1.2.2

7 years ago

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.

1.2.1-beta1

7 years ago

_Initial Release after some edits._