No breaking changes. Patch release: OOTB consumer verification handbook, PHPUnit bootstrap for split mirrors, and install-command consistency (--dev).
composer update symfinity/omnia-ipsumConfiguration rename: Symfony config root key omnia_ipsum: → symfinity_omnia_ipsum:; default file config/packages/symfinity_omnia_ipsum.yaml.
- Rename your config file (or let Flex overwrite on
composer updateif you have no local edits). - Replace the root key in YAML:
# Before (0.1.2)
omnia_ipsum:
images:
default_provider: 'picsum'
# After (0.1.3)
symfinity_omnia_ipsum:
images:
default_provider: 'picsum'Twig function names are unchanged.
composer update symfinity/omnia-ipsumNo breaking changes. Patch release: expanded split-mirror CI matrix and handbook cleanup only.
composer update symfinity/omnia-ipsumPackage rename: neuralglitch/omnia-ipsum → symfinity/omnia-ipsum
Namespace: NeuralGlitch\OmniaIpsum\ → Symfinity\OmniaIpsum\
- Remove the old package and require the successor:
composer remove neuralglitch/omnia-ipsum
composer require symfinity/omnia-ipsum:^0.1- Update Flex endpoint if needed — see Installation.
- Replace namespace imports in PHP and tests:
// Before
use NeuralGlitch\OmniaIpsum\OmniaIpsumBundle;
// After
use Symfinity\OmniaIpsum\OmniaIpsumBundle;- Update
config/bundles.phpif the bundle class is registered manually (Flex registers dev and test only). - Rename config root key
omnia_ipsum:→symfinity_omnia_ipsum:and file tosymfinity_omnia_ipsum.yamlwhen upgrading from 0.1.2 (see upgrade.md).
See Migration from neuralglitch for the full identity table.
Initial public release under symfinity/omnia-ipsum — Twig placeholder functions, image/video/audio providers, Lorem Ipsum, and Faker integration. See Quickstart.