media-bundle

MediaBundle is a media file manager bundle for Symfony with a REST API and an admin interface (React)

MIT License

Downloads
569
Stars
54
Committers
4

Bot releases are visible (Hide)

media-bundle - v3.0.1

Published by github-actions[bot] 2 months ago

🐛 Bug Fixes

  • e4264ec - correct return type. (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v3.0.0...v3.0.1

media-bundle - v3.0.0

Published by github-actions[bot] 4 months ago

In this version, it allows you to extend the model/entity. It is now mandatory to create your own Media entity. For more details, see the README.md.

✨ New Features

  • 963da6b - allow extended Media model/entity and add related tests (commit by @chiqui3d)
  • f934597 - allow thumbnail instance in ranky_media_url Twig function (commit by @chiqui3d)

🐛 Bug Fixes

  • d4898fa - allow MediaInterface value in form (commit by @chiqui3d)

♻️ Refactors

  • aedc1a3 - rename and move MediaTwigService to Application/MediaService and allow MediaInterface instance in ranky_media_url function (commit by @chiqui3d)

👷 Build System

  • 7718ca8 - update Cook recipes (commit by @chiqui3d)

📝 Documentation Changes

  • fd75e2e - update README.md (commit by @chiqui3d)
  • 433a039 - remove CHANGELOG.md (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.4.3...v3.0.0

media-bundle - v1.4.3 Latest Release

Published by github-actions[bot] 7 months ago

👷 Build System

  • 395298a - include project assets for distribution and exclude assets from CI (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.4.2...v1.4.3

media-bundle - v1.4.2

Published by github-actions[bot] 9 months ago

media-bundle - v1.4.1

Published by github-actions[bot] 10 months ago

🐛 Bug Fixes

  • 204eec1 - ui: correct dynamic rendering for file preview in forms to support newly added elements (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.4.0...v1.4.1

media-bundle - v1.4.0

Published by github-actions[bot] 10 months ago

Summary:

  • You can now use a form to select the path of an image instead of its ID or a complete relationship, which avoids additional queries.
  • Fixed the display of multiple images in forms.
  • Enabled selecting images with a double-click and removed the loading error when a media file does not exist, allowing the selection of a new one.
  • Added compatibility with Symfony 7.

✨ New Features

  • 4c45b05 - add methods to service and repository for finding Media by path (commit by @chiqui3d)
  • fe40f7f - add new option to MediaFileManagerType for using media path instance of id (commit by @chiqui3d)
  • 17faa53 - update EasyAdmin form type (commit by @chiqui3d)
  • df03cf9 - ui: enable file selection on double click and hide loading indicator on error (commit by @chiqui3d)
  • d818bc1 - build: add cook package for manage Symfony recipes (commit by @chiqui3d)
  • 42704b1 - add compatibility support for Symfony 7 (commit by @chiqui3d)

🐛 Bug Fixes

  • 63335c5 - remove ID from index in Media entity (commit by @chiqui3d)
  • 14 - Fix multiple image error on pgSQLy (commit by @scottfalkingham)

♻️ Refactors

  • fca5121 - add DocBlocks and rename method for greater clarity (commit by @chiqui3d)

✅ Tests

  • e4c40c5 - temporarily remove Postgres test due to: (commit by @chiqui3d)

👷 Build System

  • c8621cf - add paths-ignore option to CI workflow (commit by @chiqui3d)
  • f0e5a1d - update composer.json to include new package version (commit by @chiqui3d)

📝 Documentation Changes

  • 94d1eac - update README.md (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.3.1...v1.4.0

media-bundle - v1.3.1

Published by github-actions[bot] over 1 year ago

🐛 Bug Fixes

  • 36ebe95 - correct YearMonth query by adding padded zero to month (commit by @chiqui3d)

👷 Build System

  • 44cad5e - remove memswap_limit in docker-compose.yml (commit by @chiqui3d)

📝 Documentation Changes

  • 78e780c - update change log (commit by @chiqui3d)
  • 53ea687 - update README.md to clarify custom DBAL types (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.3.0...v1.3.1

media-bundle - v1.3.0

Published by github-actions[bot] over 1 year ago

✨ New Features

  • 7840f69 - update SiteUrlResolver service with new one (commit by @chiqui3d)
  • fc18ab6 - update Ulid value objects and related Dbal types (commit by @chiqui3d)
  • 337d9fa - add UidMapperPlatform to convert database values to corresponding platforms (commit by @chiqui3d)
  • 60baff6 - update LoadDqlFunctionsSubscriber with minor changes (commit by @chiqui3d)

✅ Tests

  • 5bec106 - feat: add DB_CONNECTION environment variable for test different database platform (commit by @chiqui3d)
  • 8e0b776 - feat: add Doctrine fixtures (commit by @chiqui3d)
  • 3c6b9e0 - feat: update Behat context to use the new ApiContext from SharedBundle (commit by @chiqui3d)
  • 3114d5d - feat: correct User model and add UserRepository with its implementation (commit by @chiqui3d)
  • 5000cd4 - feat: update DQL test for different platforms (commit by @chiqui3d)
  • 82ec7b5 - update SiteUrlResolver service (commit by @chiqui3d)

👷 Build System

  • 480cdf4 - update PHPStan configuration to ignoreErrors from DriverManager::getConnection (commit by @chiqui3d)

📝 Documentation Changes

  • 3aaa582 - update README.md file to clarify custom DBAL types (commit by @chiqui3d)
  • 8140b89 - update change log (commit by @chiqui3d)

🎨 Code Style Changes

  • 850efa0 - apply PHP CS Fixer (commit by @chiqui3d)

🔧 Chores

  • d748748 - update and add dependencies in composer.json (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.2.4...v1.3.0

media-bundle - v1.2.4

Published by github-actions[bot] over 1 year ago

🐛 Bug Fixes

  • 0a7dcdf - correct Postgres DQL type (commit by @chiqui3d)

🎨 Code Style Changes

  • afc0387 - apply php-cs-fixer (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.2.3...v1.2.4

media-bundle - v1.2.3

Published by github-actions[bot] over 1 year ago

🐛 Bug Fixes

  • a663670 - correct ORDER BY clause for date filtering query [#5] (commit by @chiqui3d)

📝 Documentation Changes

  • a1e819e - Clarify information in the README.md file (commit by @chiqui3d)

🎨 Code Style Changes

  • 47d4337 - apply php-cs-fixer (commit by @chiqui3d)

🔧 Chores

  • 520e186 - update .gitignore (commit by @chiqui3d)
  • 93ec4ca - update Makefile (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.2.2...v1.2.3

media-bundle - Release v2.0.0-beta.3

Published by chiqui3d over 1 year ago

media-bundle - Release 2.0.0-beta.2

Published by chiqui3d over 1 year ago

media-bundle - Release 2.0.0-beta.1 - Flysystem Integration

Published by chiqui3d over 1 year ago

We are excited to announce the release of version 2.0.0-beta.1! This release includes integration with multiple local and remote storage solutions through the FlysystemBundle.

Migration guide

Other minor changes

  • modify suffix of event name from 'updated' to 'changed' to conform to standards
  • move exceptions to Filesystem as they are part of infrastructure, not domain
  • remove interface suffix
  • update PHP CS Fixer configuration to avoid mbstring extension requeriment
media-bundle - v1.2.2

Published by github-actions[bot] over 1 year ago

✨ New Features

a72a335 - ui: improve media bundle interface (commit by @chiqui3d)

  • minimum .ico width
  • word-break in modal data table
  • disabled delete and send button on delete

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.2.1...v1.2.2

media-bundle - v1.2.1

Published by github-actions[bot] almost 2 years ago

✅ Tests

  • 8de549a - fix: fix translation test for modal_title key (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.2.0...v1.2.1

media-bundle - v1.2.0

Published by github-actions[bot] almost 2 years ago

✨ New Features

  • 8592a90 - postgresql support (commit by @chiqui3d)

🐛 Bug Fixes

  • da873e8 - fix overridden styles (commit by @chiqui3d)
  • f45a6ce - improve modal_title translation key (commit by @chiqui3d)

✅ Tests

  • 058a65e - postgresql support (commit by @chiqui3d)

👷 Build System

  • 18dd5c0 - add the --env-file parameter into DOCKER_COMPOSE variable in the Makefile (commit by @chiqui3d)
  • d746344 - fix pull_request check (commit by @chiqui3d)

📝 Documentation Changes

  • 1ddc45b - improve README.md (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.1.15...v1.2.0

media-bundle - v1.1.15

Published by github-actions[bot] almost 2 years ago

♻️ Refactors

  • 0d489a9 - Add environment variables instead of hardcoded values (commit by @chiqui3d)
  • 97b9fe3 - Add home user directory (commit by @chiqui3d)
  • 1c23756 - Replace docker-compose with Docker Compose plugin (commit by @chiqui3d)
  • 17bcc49 - fix typo (commit by @chiqui3d)

✅ Tests

  • 04592b3 - add --complete argument for avoiding deprecated warning (commit by @chiqui3d)

👷 Build System

  • 92c321a - add docker image description (commit by @chiqui3d)
  • 195d946 - add new targets to Makefile (commit by @chiqui3d)
  • 45399df - fix install compose plugin (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.1.14...v1.1.15

media-bundle - v1.1.14

Published by github-actions[bot] almost 2 years ago

📝 Documentation Changes

  • 6f14080 - Improvements to README (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.1.13...v1.1.14

media-bundle - v1.1.13

Published by github-actions[bot] almost 2 years ago

👷 Build System

  • c22c065 - Improvements to GitHub actions (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.1.12...v1.1.13

media-bundle - v1.1.12

Published by github-actions[bot] almost 2 years ago

👷 Build System

  • e1f9386 - Update docker image path (commit by @chiqui3d)

Full Changelog

https://github.com/ranky/media-bundle/compare/v1.1.11...v1.1.12

Package Rankings
Top 24.33% on Packagist.org
Badges
Extracted from project README
CI