Skip to content

Releases: sifophp/SIFO

Fix Urls constructor with force to recreate new singleton

24 Apr 11:49
1ca4dd7
Compare
Choose a tag to compare
Merge pull request #152 from p0lemic/allow-reload-sifo-urls

Allow force Urls singleton constructor

Allow change urls in execution time

11 Apr 11:40
20ca350
Compare
Choose a tag to compare
Merge pull request #151 from p0lemic/allow-reload-sifo-urls

Add reload urls method

3.0.2

27 May 10:20
Compare
Choose a tag to compare

What's Changed

  • Add symfony security checker action to pipeline by @kpicaza in #142
  • Add easy way to instantiate domains by @kpicaza in #141
  • allow to put argv via $_SERVER by @kpicaza in #140
  • AD-231 Add secure and http_only parameters support for cookies by @destebang in #139

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1

14 Mar 09:57
6ac065e
Compare
Choose a tag to compare

What's Changed

  • fix: default parameters for query debug call by @kpicaza in #138

Full Changelog: 3.0.0...3.0.1

3.0.0

25 Feb 10:18
Compare
Choose a tag to compare

What's Changed

  • MDI-1414: Install code-sniffer php compatibility checker by @kpicaza in #101
  • MDI-1416 Rename method with PHP-reserved name by @seergiue in #100
  • MDI-1415 Fix warning: Passing the and parameters in reverse order to implode by @antoniorova in #102
  • MDI-1418 Fix error: can no longer be used in a plain function or method since PHP 7.1 by @antoniorova in #105
  • MDI-1417 Ignore warning debug_backtrace() by @seergiue in #103
  • MDI-1420 Remove continue in switch statement by @seergiue in #106
  • MDI-1421 Delete classes that use extensions deleted since PHP 5.4 by @antoniorova in #107
  • MDI-1424 Fix error remove $this on anonymous function by @seergiue in #108
  • MDI-1426 Replace deprecated function split with explode by @seergiue in #109
  • MDI-1427 Remove dl() function as it is deprecated by @seergiue in #110
  • MDI-1430 removed/replaced deprecated OCI functions by @seergiue in #112
  • MDI-1428 Deleted all functions that are using get_magic_quotes_gpc by @antoniorova in #115
  • MDI-1429 Rename constructor class name to __construct by @seergiue in #111
  • MDI-1434 Replaced $php_errormsg with error_get_last() by @seergiue in #113
  • MDI-1431 Fix WARNING: INI directive 'magic_quotes_sybase' is deprected since PHP 5.3 by @antoniorova in #116
  • MDI-1425 Fix warning: Function each() is deprecated since PHP 7.2 by @antoniorova in #114
  • MDI-1419: Change create_function by anon function by @kpicaza in #104
  • MDI-1442 Removed deprecated "is_dst" parameter by @seergiue in #121
  • MDI-1432 Delete class using extension 'fbsql' because it is removed since PHP 5.3 by @antoniorova in #117
  • MDI-1440 Removed deprecated get/set magic_quotes methods by @seergiue in #122
  • MDI-1444 Removed deprecated session_register() function by @seergiue in #119
  • MDI-1443 Removed global var variable by @seergiue in #120
  • MDI-1441 Removed/replaced deprecated unset($this) by @seergiue in #118
  • MDI-1435 Removed mysql deprecated files by @seergiue in #129
  • MDI-1433: drop support for adodb-sybase by @kpicaza in #128
  • MDI-1436: drop support for adodb.ibase by @kpicaza in #123
  • MDI-1437: drop support for adodb.mssql by @kpicaza in #124
  • MDI-1438: drop support for adodb.mysql by @kpicaza in #125
  • MDI-1439: set addo cache dir default as if safe mode disabled by @kpicaza in #126
  • MDI-1445: drop support for adodb-encrypt-mcrypt by @kpicaza in #127
  • MDI-1466: support official adodb5 library by @kpicaza in #131
  • Remove unused & deprecated google translate feature by @kpicaza in #132
  • Fix: improve query fixer regex by Edu Fabra by @kpicaza in #134
  • Remove Bash scripts folder by @kpicaza in #135
  • Trigger deprecation warning when fixing query params by @kpicaza in #136
  • Use maintained version of PHPThumb library by @kpicaza in #133
  • Prepare release by @kpicaza in #137

New Contributors

Full Changelog: v2.32.0...3.0.0

Enable to have different .env files for test

13 May 08:29
127dba7
Compare
Choose a tag to compare
Read .env file of environment

Merge pull request #99 from noelamaya/read-env-file-of-environment

Reverts feed image compatibility

29 Mar 07:31
c5f238c
Compare
Choose a tag to compare
Reverts temporarilly the change of the featured images since it's not…

… working in LIVE.

Adds compatibility with media:content tags. It is required for retrieving featured images from the RSS feed.

18 Mar 16:50
7f0f86b
Compare
Choose a tag to compare
Adds compatibility with media:content tags. It is required for retrie…

…ving featured images from the RSS feed.

Merge pull request #97 from uvinum/add_media_content_compatibility

Generate new PHP session name with vertical and environment to avoid wrong behaviours

20 Jan 15:39
3e6962c
Compare
Choose a tag to compare
Generate new PHP session name with vertical and environment to avoid …

…wrong behaviors

Return error var content instead of print it on DataBaseHandler

08 Oct 11:04
b75f9dc
Compare
Choose a tag to compare
v2.30.2

Return content from var_export in DataBaseHandler