HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.shooperm.com/vendor/jorenvanhocht/laravel-share/CHANGELOG.md
# Changelog

All Notable changes to `laravel-share` will be documented in this file

## 1.0.0 - 2016-11-20

- initial release

## 1.0.1 - 2016-11-27

- Add currentPage method
- Apply some cleanups

## 1.0.2 - 2017-06-30
- Fix publish path for translation files

## 1.0.3 - 2017-08-30
- Add support for Laravel 5.5 Package Auto-Discovery

## 1.0.4 - 2017-09-28
- Bug fix for Laravel 5.5 Package Auto-Discovery, this fixes issue #9

## 2.0 - 2018-01-20
- Add support for Font Awesome 5, next to Font Awesome 4. PR #16

## 2.0.1 - 2018-05-18
- Urlencode optional title & message parameters (Fixes issue #23)

## 2.0.2 - 2018-05-18
- Adapt tests to changed responses with urlencoded title & message parameters

## 2.0.3 - 2018-12-29
- Add Whatsapp share provider

## 2.0.4 - 2019-05-19
- Add Pinterest share provider

## 3.0.0 - 2019-08-28
- Remove Google Plus share provider

## 3.1.0 - 2019-09-06
- Add Redit share provider
- Add Telegram share provider

## 3.2.0 - 2019-12-30
- Add support for the title attribute. (credit to Bogdan Cismariu)

## 3.3.0 - 2020-09-11
- Add `getRawLinks` method to only return the raw links

## 3.3.1 - 2020-09-19
- use `Arr::first` instead of `array_first` helper

## 4.0.0 - 2021-01-09
Breaking changes:

- The minimum required php version is now php 7.3
- Dropped out of the box support for Font Awesome 4
- Upgraded phpunit unit version to v9.4

Other changes:
- Updated the Linkedin base url to the 2020 version
- Updated the Pintreset base url to use https 

## 4.1.0 - 2021-08-09
- Added support for "rel" attribute on the generated share links