Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The plugin hasn't been tested with an upcoming version of WordPress #304

Closed
github-actions bot opened this issue Jun 25, 2024 · 4 comments · Fixed by #307
Closed

The plugin hasn't been tested with an upcoming version of WordPress #304

github-actions bot opened this issue Jun 25, 2024 · 4 comments · Fixed by #307
Assignees
Labels
Milestone

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Jun 25, 2024

There is an upcoming WordPress version in the release candidate stage that the plugin hasn't been tested with. Please test it and then change the "Tested up to" field in the plugin readme.

Tested up to: 6.5
Upcoming version: 6.6

This issue will be closed automatically when the versions match.

@sonali886
Copy link

@jeffpaul @vikrampm1 I have tested Simple-podcasting latest version 1.8.0 against WP 6.6 RC and found fatal error.

Environment :

WordPress: 6.6-RC2-58622

PHP: 8.3

Server: nginx/1.16.0

Database: mysqli (Server: 8.0.16 / Client: mysqlnd 8.1.23)

Browser: Chrome Version 126.0.6478.127

Theme: Twenty Twenty-Four 1.1

Screenshot :

Image

Image

@sonali886 sonali886 self-assigned this Jul 5, 2024
@mehul0810
Copy link
Contributor

@sonali886 I have investigated this issue on local with PHP 8.3 and WP 6.6 RC2 using develop branch as well as with WP Playground with PHP 8.3 and WP 6.6 RC2 and didn't found any fatal error or issue that has stopped the functionality. Everything looks good from my end. Thanks!

Here is the site info of the WP Playground where I tested for future reference:

### wp-core ###

version: 6.6-RC2
site_language: en_US
user_language: en_US
timezone: +00:00
permalink: undefined
https_status: true
multisite: false
user_registration: 0
blog_public: 1
default_comment_status: open
environment_type: production
user_count: 1
dotorg_communication: true

### wp-paths-sizes ###

wordpress_path: /wordpress
wordpress_size: loading...
uploads_path: /wordpress/wp-content/uploads
uploads_size: loading...
themes_path: /wordpress/wp-content/themes
themes_size: loading...
plugins_path: /wordpress/wp-content/plugins
plugins_size: loading...
fonts_path: /wordpress/wp-content/uploads/fonts
fonts_size: loading...
database_size: loading...
total_size: loading...

### wp-active-theme ###

name: Twenty Twenty-Four (twentytwentyfour)
version: 1.1
author: the WordPress team
author_website: https://wordpress.org
parent_theme: none
theme_features: core-block-patterns, post-thumbnails, responsive-embeds, editor-styles, html5, automatic-feed-links, widgets-block-editor, block-templates
theme_path: /wordpress/wp-content/themes/twentytwentyfour
auto_update: Disabled

### wp-plugins-active (1) ###

Simple Podcasting: version: 1.8.0, author: 10up, Auto-updates disabled

### wp-plugins-inactive (1) ###

Hello Dolly: version: 1.7.2, author: Matt Mullenweg, Auto-updates disabled

### wp-media ###

image_editor: WP_Image_Editor_GD
imagick_module_version: Not available
imagemagick_version: Not available
imagick_version: Not available
file_uploads: 1
post_max_size: 2000M
upload_max_filesize: 2000M
max_effective_size: 2 GB
max_file_uploads: 20
gd_version: bundled (2.1.0 compatible)
gd_formats: GIF, JPEG, PNG, WebP, BMP
ghostscript_version: not available

### wp-server ###

server_architecture: Emscripten 3.1.61 wasm32
httpd_software: PHP.wasm
php_version: 8.3.0-dev
php_sapi: cli
max_input_variables: 1000
time_limit: 0
memory_limit: 256M
max_input_time: -1
upload_max_filesize: 2000M
php_post_max_size: 2000M
curl_version: not available
suhosin: false
imagick_availability: false
pretty_permalinks: true
current: 2024-07-09T11:14:50+00:00
utc-time: Tuesday, 09-Jul-24 11:14:50 UTC
server-time: 2024-07-09T11:14:49+00:00

### wp-database ###

extension: WP_SQLite_Translator
server_version: 5.5
client_version: 3.40.1
max_allowed_packet: undefined
max_connections: undefined

### wp-constants ###

WP_HOME: https://playground.wordpress.net/scope:0.9727299296334844
WP_SITEURL: https://playground.wordpress.net/scope:0.9727299296334844
WP_CONTENT_DIR: /wordpress/wp-content
WP_PLUGIN_DIR: /wordpress/wp-content/plugins
WP_MEMORY_LIMIT: 40M
WP_MAX_MEMORY_LIMIT: 256M
WP_DEBUG: true
WP_DEBUG_DISPLAY: false
WP_DEBUG_LOG: true
SCRIPT_DEBUG: false
WP_CACHE: false
CONCATENATE_SCRIPTS: false
COMPRESS_SCRIPTS: undefined
COMPRESS_CSS: undefined
WP_ENVIRONMENT_TYPE: Undefined
WP_DEVELOPMENT_MODE: undefined
DB_CHARSET: utf8
DB_COLLATE: undefined

### wp-filesystem ###

wordpress: writable
wp-content: writable
uploads: writable
plugins: writable
themes: writable
fonts: not writable

CC: @jeffpaul

@jeffpaul
Copy link
Member

jeffpaul commented Jul 9, 2024

@sonali886 mind checking again to see if you're still seeing issues? If you are, can you confirm how you're generating the plugin ZIP for testing so we can try to replicate?

@jeffpaul jeffpaul moved this from To Do to Code Review in Open Source Practice Jul 9, 2024
@github-project-automation github-project-automation bot moved this from Code Review to Done in Open Source Practice Jul 9, 2024
@sonali886
Copy link

@jeffpaul After spending some time, I found that testing with the plugin from WP.org worked as expected on WP 6.6 RC3. but the assets downloaded from GH directly had some issues that I can see the fatal error. Additionally it is compatible with PHP 8.3.0 version when the plugin is downloaded from wp.org.

@dkotter dkotter modified the milestones: 1.8.1, 1.9.0 Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants