Recent Activities

This page shows what are we working on.

swissup / checkout-consumer-rights

3 days ago success

swissup / module-checkout-consumer-rights

3 days ago success

swissup / argento-hyva

5 days ago success

swissup / theme-frontend-argentohyva-chic

5 days ago success
  • 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

swissup / module-rich-snippets

5 days ago success
  • head
    • Refactor Offers class to use PriceFormatter for price formatting (#43) 830f60

    • Enhance AdditionalProperty handling by adding 'id' field and include it in structured data as 'propertyID' (#43) c05490

  • 1.8.4
    • Version 1.8.4 3c45a4

    • Add regex validation to modifier modal and alert on invalid patterns d3f200

    • Fix issue with not saving of reordered modifiers. 7f18af

    • Add regex modifier for PCRE find-and-replace functionality (#43) d10bd9

    • Add strip_pagebuilder modifier to remove Page Builder markup (#43) 7a6f70

swissup / cache-warmer

6 days ago success

swissup / module-cache-warmer

6 days ago success
  • 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

breezefront / breeze-enterprise

1 week ago success

breezefront / theme-frontend-breeze-enterprise-blank

1 week ago success

swissup / module-attributepages

1 week ago success
  • 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
    • Version 1.8.5 e137db

    • PHP8.5: Using null as an array offset is deprecated, use an empty string c2a322

    • PHP8.5: Using null as an array offset is deprecated, use an empty string ebee34