Install

Works with Drupal: ^9.4 || ^10 || ^11

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 16.49 KB
MD5: 29a7956284e8a9f5876371dfa57f9df0
SHA-1: df45fd736004db59ca1513aa83fde067ee5dcea4
SHA-256: 467087246957b1edd6fa4ac41a26505adc1ff63db411676416c634e47afd3e4d
Download zip 22.36 KB
MD5: 617db2fb27897a91497ca9283cfc9969
SHA-1: 27b0fabb5578bf4ca8f2a5263f106b53ebd32c45
SHA-256: 78fa921a5c2112603b510f49f9a1c5ea38af54af203ecedc67b0ba392bfcf085

Release notes

PhotoPrism Integration 1.0.1 Release Notes

Release Date: January 13, 2026

Release Type: Code quality improvement

Drupal Compatibility: ^9.4 || ^10 || ^11

Overview

This is a maintenance release that improves code quality by updating brace placement and formatting to follow Drupal
coding standards. This release focuses on code consistency and readability improvements.

What's Changed

Coding Standards Improvements

This release addresses coding standards compliance by updating brace placement throughout the codebase.

Technical Improvements:

  1. Brace Placement
    • Updated all opening braces to be on the same line as class declarations
    • Updated all opening braces to be on the same line as method declarations
    • Applied consistent formatting across all PHP files
  2. Files Updated
    • PhotoPrismAlbumsController.php - Album and photo listing controller
    • PhotoPrismSettingsForm.php - Settings configuration form
  3. Documentation
    • Added CHANGELOG.md for version tracking

Important Note

Dependency injection was already properly implemented in version 1.0.0. This module was built with
best practices from the start, following modern Drupal development patterns. This release focuses solely on coding
standards improvements.

Benefits

  • Standards Compliance: Follows Drupal coding standards for brace placement
  • Improved Readability: Consistent code formatting across all files
  • Better Maintainability: Easier for developers to read and contribute to the code

Upgrade Path

This release is 100% backward compatible. No database updates or configuration changes are required.

Simply update the module using one of these methods:

Via Composer (Recommended)

composer update drupal/photoprism_integration
drush cr

Via Drush

drush pm:update photoprism_integration
drush cr

Manual Update

  1. Download the 1.0.1 release
  2. Replace the module files
  3. Clear cache: drush cr or via admin UI

Links

Support

If you encounter any issues with this release, please report them in the href="https://www.drupal.org/project/issues/photoprism_integration">issue queue.

Created by: nikhileshpaul
Created on: 13 Jan 2026 at 15:32 UTC
Last updated: 13 Jan 2026 at 15:32 UTC

Other releases