tombenner / wp-mvc

An MVC framework for WordPress
http://wpmvc.org
MIT License
624 stars 172 forks source link

This plugin has been closed as of April 2, 2020 and is not available for download. Reason: Security Issue. #253

Closed celorodovalho closed 4 years ago

celorodovalho commented 4 years ago

This plugin has been closed as of April 2, 2020 and is not available for download. Reason: Security Issue.

There're no intentions to get it working again?

cyberscribe commented 4 years ago

It isn't actually broken and there are no real security problems; the WP repo maintainers made up some reasons to get it out of the repo. because they don't want any frameworks for WordPress in the repo anymore. So, we are supporting it here on GitHub.

celorodovalho commented 4 years ago

@cyberscribe Ok, thanks for letting me know, I was not aware of it.

I used to use your repo with composer wpackagist, but is not possible to use it from there anymore. There's a way to use it with composer now?

celorodovalho commented 4 years ago

@cyberscribe @tombenner

Can you help me with that please?

    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "tombenner/wp-mvc",
                "version": "1.5",
                "source": {
                    "url": "https://github.com/tombenner/wp-mvc.git",
                    "type": "git",
                    "reference": "origin/master"
                }
            }
        }
    ],
    "require": {
        "tombenner/wp-mvc": "1.5"
    },

There's no way to make it work, I tried all possible ways.

tombenner/wp-mvc 1.5 -> could not be found in any version, there may be a typo in the package name.
cyberscribe commented 4 years ago

Sorry, I wasn't even aware this was a composer package...

On Fri, 30 Oct 2020 at 21:04, Rodovalho notifications@github.com wrote:

@cyberscribe https://github.com/cyberscribe @tombenner https://github.com/tombenner

Can you help me with that please?

"repositories": [
    {
        "type": "package",
        "package": {
            "name": "tombenner/wp-mvc",
            "version": "1.5",
            "source": {
                "url": "https://github.com/tombenner/wp-mvc.git",
                "type": "git",
                "reference": "origin/master"
            }
        }
    }
],
"require": {
    "tombenner/wp-mvc": "1.5"
},

There's no way to make it work, I tried all possible ways.

tombenner/wp-mvc 1.5 -> could not be found in any version, there may be a typo in the package name.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tombenner/wp-mvc/issues/253#issuecomment-719798653, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFJLZMCBC6MZTA7UEBWWVTSNMS5TANCNFSM4TFHJDHA .