Kayue Yeung
Kayue Yeung
Similar to #40, currently it is not possible to add new transitions to an existing graph. However `states` is able to extend from pervious config. Another question, when I try...
**Sylius version affected**: 1.10 **Description** After installing Sylius Plus, there will be two AvailabilityCheckerInterface available in the project | Interface | Service | Function | | ---------- | ----- |...
| Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.10 | | Bug fix? | yes | | New feature? | no | | BC breaks? | no | |...
| Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.10 | | Bug fix? | yes | | New feature? | no | | BC breaks? | no | |...
| Q | A | |-----------------|--------------------------------------------------------------| | Branch? | master | | Bug fix? | yes | | New feature? | no | | BC breaks? | no | |...
| Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.11 or 1.12 | | Bug fix? | yes | | New feature? | no | | BC breaks? | no...
This is a patch against v2
Currently WordpressBundle will force the Symfony app to load `wp-load.php` to make `wp_get_current_user()` available, however this is not needed if Symfony app is loaded _within_ a Wordpress. I have already...
If I do a `var_dump($_GET)` before Wordpress, I get this: ``` array(1) { ["test"]=> string(9) "quote" } ``` And this is what I get after Wordpress loaded, something similar to...