@@ -1165,7 +1165,7 @@ protected function get_line_item( $id, $line_items ) {
11651165 * identical lines — an order can legitimately hold the same product twice at the
11661166 * same price — distinct, so neither loses its rate.
11671167 *
1168- * @since 3.6.10
1168+ * @since 3.7.0
11691169 *
11701170 * @param array $line_items Line items whose 'id' is currently the bare product ID.
11711171 *
@@ -1207,7 +1207,7 @@ private function assign_canonical_line_item_ids( array $line_items ): array {
12071207 * cache keys and line item fingerprints — never to build the request sent to
12081208 * TaxJar, which keeps the merchant's values verbatim.
12091209 *
1210- * @since 3.6.10
1210+ * @since 3.7.0
12111211 *
12121212 * @param mixed $value Value to normalize.
12131213 *
@@ -1237,7 +1237,7 @@ private function normalize_cache_string( $value ): string {
12371237 * silently reinterpreted — notably ZIP codes, where "01234" must never become
12381238 * "1234".
12391239 *
1240- * @since 3.6.10
1240+ * @since 3.7.0
12411241 *
12421242 * @param mixed $value Value to normalize.
12431243 *
@@ -1274,7 +1274,7 @@ private function normalize_cache_number( $value ): string {
12741274 *
12751275 * Only the cache key is derived from this. The body sent to TaxJar is untouched.
12761276 *
1277- * @since 3.6.10
1277+ * @since 3.7.0
12781278 *
12791279 * @param string $json Encoded TaxJar request body.
12801280 *
@@ -1297,7 +1297,7 @@ private function get_cache_signature( $json ): string {
12971297 * value, because several address fields hold digit-only strings that must keep
12981298 * their exact form (a leading-zero ZIP above all).
12991299 *
1300- * @since 3.6.10
1300+ * @since 3.7.0
13011301 *
13021302 * @param mixed $value Value to canonicalize.
13031303 * @param string $key Key the value was found under.
0 commit comments