Not working with Simplenews 4.0

Created on 25 August 2023, over 1 year ago

Problem/Motivation

Running Upgrade Status module to see compatibility between my Drupal 9.5.10 site and Drupal 10.
This requires me to upgrade simplenews to ^4.0@alpha.
However, Webform Simplenews Handler will not work with simplenews ^4.0@alpha

Are there any plans to make this work? If so, when is this going to be compatible?

Thanks.

✨ Feature request
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States jsidigital

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @jsidigital
  • Hi!

    I have the same issue. Is there any solution?

    Thanks :)

  • First commit to issue fork.
  • Merge request !4Resolve #3383410 "Not working with" β†’ (Open) created by saveva
  • Pipeline finished with Success
    over 1 year ago
    #71889
  • Pipeline finished with Success
    about 1 year ago
    #81225
  • πŸ‡¨πŸ‡­Switzerland luksak

    The MR works for me with simplenews 4.x.

  • πŸ‡¨πŸ‡¦Canada cybertrail

    cybertrail β†’ changed the visibility of the branch 3383410-not-working-with to hidden.

  • πŸ‡¨πŸ‡¦Canada cybertrail

    cybertrail β†’ changed the visibility of the branch 3383410-not-working-with to active.

  • πŸ‡©πŸ‡ͺGermany etron770

    Hello everyone,
    the GUI (admin/modules) says:
    System name: simplenews
    Version: 3.0.0-beta5

    in the composer.json it says
    β€œdrupal/simplenews": β€˜^4.1’,

    When trying to update, the following appears:

    #composer update drupal/simplenews --with-all-dependencies
    Do not run Composer as root/super user! See https://getcomposer.org/root for details
    Continue as root/super user [yes]? 
    Loading composer repositories with package information
    Updating dependencies
    Nothing to modify in lock file
    Writing lock file
    Installing dependencies from lock file (including require-dev)
    Nothing to install, update or remove
    Generating autoload files
    Hardening vendor directory with .htaccess and web.config files.
    49 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    Scaffolding files for drupal/core:
      - Copy [web-root]/.htaccess from assets/scaffold/files/htaccess
    Cleaning installed packages.
    No security vulnerability advisories found.

    If I want to install Webform Simplenews Handler install, the error message appears:

    #composer require 'drupal/webform_simplenews_handler:^2.0'
    ./composer.json has been updated
    Running composer update drupal/webform_simplenews_handler
    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - Root composer.json requires drupal/webform_simplenews_handler ^2.0 -> satisfiable by drupal/webform_simplenews_handler[2.0.1].
        - drupal/webform_simplenews_handler 2.0.1 requires drupal/simplenews ^1.0 || ^2.0 || ^3.0 -> found drupal/simplenews[dev-1.x, dev-2.x, dev-3.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 2.0.0-alpha1, ..., 2.x-dev (alias of dev-2.x), 3.0.0-alpha1, ..., 3.x-dev (alias of dev-3.x)] but it does not match your minimum-stability.
    
    Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
    
    Installation failed, reverting ./composer.json and ./composer.lock to their original content.
    

    Any hints for me?

Production build 0.71.5 2024