Recent Activities
This page shows what are we working on.
-
1.0.1
-
Version 1.0.1 eee611
-
-
1.0.0
-
1.0.1
-
1.0.0
-
Added missing isEnabled checks 8b8212
-
Update installation instruction e5d6ec
-
Do not allow withdrawal for cancelled orders c80e03
-
Update link to docs 39cf1e
-
Allow using legal notice template in emails 92d113
-
Email style fix c9ca5a
-
days_since_order_creation in email 80955c
-
MCS fix d09f47
-
Footer link ac1571
-
WIP: email notification 8dcb8f
-
WIP a987f6
-
WIP 68a5ce
-
WIP: Withdraw a190c7
-
WIP: Withdraw order 08dc62
-
Fixed access to undefined property 926d4b
-
WIP: Withdraw 692908
-
Unique modal name 710b58
-
Legal notice at checkout page 66c20c
-
WIP: Checkout ac0258
-
Product page containers 5f831b
-
WIP: Legal notice on product page bd8aab
-
acl.xml c8c38b
-
Update composer deps 8883b2
-
Initial commit 2e11c0
-
-
1.3.0
-
1.2.0
-
1.3.0
-
1.2.0
-
Version 1.2.0 102c7c
-
Generated styles 88d646
-
Add AJAX search configuration options to the theme 8daf2c
-
Add theme variables for product details and action button styles; update related CSS classes c6feca
-
Refactor button styles and update easytabs theme variables
- Updated button styles to use new CSS variables for primary and secondary buttons, enhancing maintainability and consistency.
- Modified easytabs theme styles to utilize CSS variables for label colors and background images, improving customization options.
- Added new CSS variables for button states and easytabs collapsed background, ensuring a cohesive design system. c96cb9 -
Add theme variables for footer background, foreground, and copyright styles; update related CSS classes 02663c
-
Add theme variables for page header background and foreground colors, section border color and border width. a4efa8
-
Add theme variables for page header background and foreground colors 4b8628
-
Add README.md with installation and customization instructions 9afbe8
-
Add font-size variable to root CSS for consistency 545c16
-
Update icon sizes for various product and gallery templates ced6b7
-
-
head
-
1.8.4
-
1.0.39
-
Version 1.0.39 2ee20e
-
feat(queue): prioritize warm queue by page type
Warm order: homepage (3) > product (2) > category (1) > cms-page (0).
Priority assigned during reindex, persisted in DB.
- Add priority SMALLINT column + btree index to requestentry table
- RequestEntryInterface: PRIORITY_* constants, getPriority/setPriority
- RequestEntryIndexer::resolvePriority() assigns priority per row
- Collection::addDistinctAndOrder() sorts by priority DESC
test: add unit tests for existing untested code (53 new tests)
- DurationHeaderMiddlewareTest (header name, numeric value, 3 decimals)
- CookieManagerTest (null on empty varyString, CookieJar domain/value)
- RequestEntryIndexerTest (cartesian product + resolvePriority)
- LogCleanerTest / LoadLogCleanerTest (disabled flags, cutoff date)
Refs #15 f36e7a -
docs(readme): add CLI usage section with --url examples e9bff4
-
feat(cli): add --url option to swissup:cache:warm
Warm specific URLs by path or full URL via CLI, force re-warm
regardless of FPC state, all store×group×user-agent variations.
- Collection::addUrlFilter() strips scheme/host, leading slash
- CollectionFactory::setUrls() skips FPC test and cursor when set
- CacheWarm::setUrls() passes through to factory
- CacheWarmCommand --url accepts comma-separated paths/URLs
- Warns and exits non-zero when URL not found in index
test: add unit test suite (69 tests, 79 assertions)
- phpunit.xml.dist, tests/bootstrap.php, bin/test
- CollectionTest, CollectionFactoryTest, CacheWarmTest
- ConfigTest, RunTest, CacheWarmCommandTest
Closes #14 9fdd37
-
-
1.0.38
-
head
-
Prepare for stable release b7826a
-
-
3.0.0-beta.3
-
head
-
Prepare for stable release d731ca
-
-
3.0.0-beta.3
-
head
-
Added ability to move description to bottom:
```
<referenceBlock name="attributepage.attribute.view">
<arguments>
<argument name="is_description_at_bottom" xsi:type="boolean">true</argument>
</arguments>
</referenceBlock>
``` f46297
-
-
1.8.5