Attribute Changer

最新版本 Symfony 4.4.11

Symfony 4.4.11

Symfony 4.4.11
Attribute Changer 是一個功能強大的 Windows 資源管理器擴展。無論何時在 Windows 資源管理器中右鍵單擊文件,文件夾甚至驅動器,都可以隨時使用。該工具加載了令人興奮的功能,並幫助您在 Microsoft Windows 中管理您的日常任務。

想讓您的文件只讀,以防止修改或需要強制一個特定的文件的新的備份版本,而無需修改內容。可能性是無止境。 Attribute Changer 可以修改像 ReadOnly,隱藏,存檔,系統,壓縮和索引文件和文件夾的標準屬性。如果您將數據存儲在區分大小寫的文件系統(如基於 Linux 的 NAS 系統)上,文件和文件夾的名稱和擴展名可以輕鬆地從大寫轉換為小寫,反之亦然。

Attribute Changer 可以通過手動輸入日期和時間值來修改照片信息(EXIF),或者您可以選擇與時間戳和文件日期同步信息。更高級的選項,如修改日期和時間戳的詳細部分是可用的,如果需要的話。

文件和文件夾過濾器指示 Attribute Changer 根據多個條件(如屬性,日期,時間,大小和文件或文件夾名稱通配符)排除或包含對象。範圍可以為他們大多數定義。可以將多個條件組合在一起以創建一組要應用於文件和文件夾的條件。

支持 Windows XP,Vista,7,8 和 10 的所有 32 位和 64 位版本。它與許多流行的第三方文件管理器集成在一起。

Attribute Changer 功能:
外殼擴展(在 Windows 資源管理器中右鍵單擊文件和文件夾)管理只讀,隱藏,存檔,系統,壓縮和索引屬性管理創建,修改和訪問日期和時間戳管理照片(EXIF)日期和時間戳將絕對值和偏移值應用於日期和時間應用隨機日期和時間戳同步日期和時間戳更改文件和文件夾名稱及擴展名的大小寫在選擇上應用過濾器以限制處理實時和詳細報告模擬模式 PDF 格式的豐富的本地化用戶指南 Attribute Changer 是免費的,即使是商業用途

ScreenShot

軟體資訊
檔案版本 Symfony 4.4.11

檔案名稱 v4.4.11.zip
檔案大小 7.5 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 Romain Petges
官網 http://www.petges.lu/home/
更新日期 2020-07-24
更新日誌

What's new in this version:

- Allows RedisClusterProxy instance in Lock RedisStore
- [Mime] Fix EmailHeaderSame to make use of decoded value
- [Messenger] Allow same middleware to be used multiple times with different arguments
- [Cache] Connect to RedisCluster with password auth
- [Cache] fix catching auth errors
- [Serializer] Support multiple levels of discriminator mapping
- [Messenger] fix ignored account & endpoint options amazon sqs connection
- [FrameworkBundle] set default session.handler alias if handler_id is not provided
- Removed @internal from Composite
- Fix checks for phpunit releases on Composer 2
- [Mailer] Fix failover transport
- Use hexadecimal numerals instead of hexadecimals in strings to repres…
- [WebProfilerBundle] modified url generation to use absolute urls
- [Mailer] Fix mandrill raw http request setting from email/name
- [Mailer] Fix reply-to functionality in the SendgridApiTransport
- [Mime] Fix compat with HTTP requests
- [Mime] Keep Sender full address when used by non-SMTP transports
- [DependencyInjection][Config] Use several placeholder unique prefixes for dynamic placeholder values
- [Cache] Use the default expiry when saving (not when creating) items
- Fix DBAL deprecation
- [Form] Fix ChoiceType translation domain
- [OptionsResolver] Fix force prepend normalizer
- [Form] silently ignore uninitialized properties when mapping data to forms
- [PhpUnitBridge] consider traits imported in parent classes
- [PhpUnitBridge] Fix expectDeprecation() in isolation
- [Cache][Config] ensure compatibility with PHP 8 stack traces
- [PhpUnitBridge] ExcludeList usage for PHPUnit 9.4
- [String] throw when Alpine is used and translit fails
- [SecurityHttp] Skip remember-me logout on empty token
- [Process] Fix Permission Denied error when writing sf_proc_00 lock files on Windows
- [Form] fix handling null as empty data
- [Console] Fixes question input encoding on Windows
- [Form] Missing return in loadValuesForChoices method
- [HttpClient] Fix promise behavior in HttplugClient
- [Console] always use stty when possible to ask hidden questions
- [HttpClient] fix parsing response headers in CurlResponse
- [HttpClient][CurlHttpClient] Fix http_version option usage
- [Validator] fix validating lazy properties that evaluate to null
- [ErrorHandler] fix throwing from __toString()
- [Translation] Fix caching of parent locales file in translator
- [HttpClient] fix casting TraceableResponse to php streams
- [PhpUnitBridge] Fix compatibility with phpunit 9.3
- [DoctrineBridge] work around Connection::ping() deprecation
- [MimeType] Duplicated MimeType due to PHP Bug
- [DI] fix minor perf regression when creating non-shared services
- [DI] fix parsing of argument type=binary in xml
- [Form] fix guessing form types for DateTime types
- [Validator] fix handling typed properties as constraint options
- Fix the supports() method argument type of the security voter
- Directly use the driverConnection executeUpdate method
- [HttpFondation] Change file extension of "audio/mpeg" from "mpga" to "mp3"
- [HttpClient] Support for cURL handler objects
- [VarDumper] Support for cURL handler objects
- add .body wrapper element
- [HttpClient] unset activity list when creating CurlResponse
- [DI] Fix call to sprintf in ServicesConfigurator::stack()
- [Security] Resolve event bubbling of logout + new events in a compiler pass
- Check whether path is file in DataPart::fromPath()
- [SecurityBundle] Fix UserCheckerListener registration with custom user checker
- [Messenger] fixed queue_name option on amazon sqs connection
- [Form] collect all transformation failures
- [SecurityBundle] Drop cache.security_expression_language service if invalid
- [DI] disable preload.php on the CLI
- [Messenger] Fix precedence of DSN options for 4.4
- [Lock][Messenger] Fix precedence of DSN options for 5.1
- Fix support for PHP8 union types
- [FrameworkBundle] preserve dots in query-string when redirecting
- Fix support for PHP8 union types
- [DI] tighten detection of local dirs to prevent false positives
- [PhpUnitBridge] Streamline ansi/no-ansi of composer according to phpunit --colors option
- [VarDumper] Fix CliDumper coloration on light arrays
- [FrameworkBundle] preserve dots in query-string when redirecting
- Fix package rename when releasing
- [HttpClient] Convert CurlHttpClient::handlePush() to instance method
- [Cache] fix compat with DBAL v3
- [Console] Reset question validator attempts only for actual stdin (bis)
- Reset question validator attempts only for actual stdin
- [PropertyInfo] Make PhpDocExtractor compatible with phpDocumentor v5

Symfony 4.4.11 相關參考資料
Download Symfony Framework and Components

Symfony Components are a set of decoupled and reusable libraries that can be used in any PHP application. Install Composer and run this command to add a ...

https://symfony.com

Symfony 4.4 release

Symfony 4.4 Release. Status: Maintained Released: November 2019 End of bug fixes: November 2022 End of security fixes: November 2023. Latest version: ...

https://symfony.com

Symfony 4.4.0 released (Symfony Blog)

2019年11月21日 — +300 pages in full color showing how to combine Symfony with Docker, APIs, queues & async tasks, Webpack, Single-Page Applications, etc. Buy ...

https://symfony.com

Symfony 4.4.11 Download for Windows 10, 8, 7 - FileHorse

2020年7月24日 — Download Symfony 4.4.11 for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) Software Version.

https://www.filehorse.com

Symfony 4.4.11 released (Symfony Blog)

2020年7月24日 — Symfony 4.4.11 has just been released. Here is a list of the most important changes: bug #37590 Allows RedisClusterProxy instance in Lock ...

https://symfony.com

Symfony 4.4.11 released | LaptrinhX

Symfony 4.4.11 has just been released. Here is a list of the most important changes: bug #37590 Allows RedisClusterProxy instance in Lock RedisStore ...

https://laptrinhx.com

Symfony releases, notifications and release checker

Symfony releases, notifications and release checker. Latest stable version: 5.1.7. Latest LTS version: 4.4.15.

https://symfony.com

Upgrading a Major Version (eg 4.4.0 to 5.0.0) - Symfony

However, Symfony makes this upgrade process as smooth as possible. This means that you can update most of your code before the major release is actually ...

https://symfony.com

[Composer] Add conflicts for Symfony 3.4.43 & 4.4.11 due to ...

2020年7月29日 — [Composer] Add conflicts for Symfony 3.4.43 & 4.4.11 due to regressions #6846. Closed. dvesh3 wants to merge 199 commits into 6.6 from ...

https://github.com