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

WP All Export add-ons support #31

Merged
merged 1 commit into from
Sep 8, 2021
Merged

Conversation

junaidbhura
Copy link
Owner

Checklist:

  • I've read the Contributing page.
  • I've created an issue and referenced it here.
  • My code is tested.
  • My code follows the WordPress code style.
  • My code has proper inline documentation.

Description

This fixes #30

How has this been tested?

Tested by adding this config:

{
      "type": "package",
      "package": {
        "name": "junaidbhura/wpae-acf-add-on",
        "version": "1.0.2",
        "type": "wordpress-plugin",
        "dist": {
          "type": "zip",
          "url": "https://www.wpallimport.com"
        },
        "require": {
          "junaidbhura/composer-wp-pro-plugins": "*"
        }
      }
    },
    {
      "type": "package",
      "package": {
        "name": "junaidbhura/wpae-woocommerce-add-on",
        "version": "1.0.6",
        "type": "wordpress-plugin",
        "dist": {
          "type": "zip",
          "url": "https://www.wpallimport.com"
        },
        "require": {
          "junaidbhura/composer-wp-pro-plugins": "*"
        }
      }
    }

Original PR: #29

Screenshots

Types of changes

@junaidbhura
Copy link
Owner Author

Hey @vaandefanel I've created this PR to fix the issue raised in #29

@junaidbhura junaidbhura merged commit 378b04f into master Sep 8, 2021
@junaidbhura junaidbhura deleted the feature/wp-all-export-addons branch September 8, 2021 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for WP All Export Add-ons
1 participant