Seems code in v1.1.3 wasn’t branched from v1.1.2.
-
Somehow I just feel like the plugin v1.1.3 wasn’t rebased properly. It seems like it was a code that developed from v1.1.1 not continue from v1.1.2.
Here are some parts of code comepare to v1.1.2:
v1.1.2: one-click-order-reorder/ced-click-n-go.php
9: * Version: 1.1.2
10: * Requires at least: 3.8
11: * Tested up to: 4.8.326: define ( ‘CNG_VERSION’, ‘1.1.2’ );
v1.1.3: one-click-order-reorder/ced-click-n-go.php
9: * Version: 1.1.3
10: * Requires at least: 3.8
11: * Tested up to: 4.7.223: define ( ‘CNG_VERSION’, ‘1.1.1’ );
and more, like, some typo, DocBlock that seem ok in v1.1.2 became mess in v1.1.3
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Seems code in v1.1.3 wasn’t branched from v1.1.2.’ is closed to new replies.