Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: metabolism/wordpress-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.x
Choose a base ref
...
head repository: eleven-labs/wordpress-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 14, 2019

  1. fix: media pluging

    CaptainJojo committed Jan 14, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d258466 View commit details
Showing with 9 additions and 442 deletions.
  1. +9 −9 composer.json
  2. +0 −433 src/Plugin/MediaPlugin.php
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name":"metabolism/wordpress-bundle",
"name": "eleven-labs/wordpress-bundle",
"version": "1.0.2",
"description": "Wordpress bundle for Symfony 4",
"license": "GPL-3.0-or-later",
"require": {
"php" : ">=7.1.0",
"php": ">=7.1.0",
"metabolism/wordpress-core-installer": "1.0.*",
"metabolism/package-actions": "1.0.*",
"johnpbloch/wordpress-core": "5.*",
"ifsnop/mysqldump-php":"2.*",
"dflydev/dot-access-data":"2.*",
"ifsnop/mysqldump-php": "2.*",
"dflydev/dot-access-data": "2.*",
"enshrined/svg-sanitize": "0.*",
"gumlet/php-image-resize": "1.*",
"wpackagist-plugin/classic-editor":"1.*"
"wpackagist-plugin/classic-editor": "1.*"
},
"extra": {
"post-package-install": {
@@ -38,9 +38,9 @@
"dev-4.1.x": "4.1.x-dev"
}
},
"autoload" : {
"psr-4" : {
"Metabolism\\WordpressBundle\\" : "src/"
"autoload": {
"psr-4": {
"Metabolism\\WordpressBundle\\": "src/"
}
}
}
}
Loading