Changeset 2986837
- Timestamp:
- 10/31/2023 01:16:43 PM (2 years ago)
- Location:
- datafeedr-comparison-sets
- Files:
-
- 6 edited
- 1 copied
-
tags/0.9.69 (copied) (copied from datafeedr-comparison-sets/trunk)
-
tags/0.9.69/datafeedr-comparison-sets.php (modified) (2 diffs)
-
tags/0.9.69/includes/functions.php (modified) (1 diff)
-
tags/0.9.69/readme.txt (modified) (2 diffs)
-
trunk/datafeedr-comparison-sets.php (modified) (2 diffs)
-
trunk/includes/functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
datafeedr-comparison-sets/tags/0.9.69/datafeedr-comparison-sets.php
r2986360 r2986837 11 11 Requires at least: 3.8 12 12 Tested up to: 6.3.3-alpha 13 Version: 0.9.6 813 Version: 0.9.69 14 14 15 15 WC requires at least: 3.0 … … 43 43 * Define constants. 44 44 */ 45 define( 'DFRCS_VERSION', '0.9.6 8' );45 define( 'DFRCS_VERSION', '0.9.69' ); 46 46 define( 'DFRCS_DB_VERSION', '0.9.0' ); 47 47 define( 'DFRCS_URL', plugin_dir_url( __FILE__ ) ); -
datafeedr-comparison-sets/tags/0.9.69/includes/functions.php
r2986360 r2986837 1452 1452 * @return bool|string 1453 1453 */ 1454 function dfrcs_hash_hmac( string $data ) : bool|string{1454 function dfrcs_hash_hmac( string $data ) { 1455 1455 $algo = 'sha256'; 1456 1456 $key = dfrcs_get_hash(); -
datafeedr-comparison-sets/tags/0.9.69/readme.txt
r2986360 r2986837 9 9 Requires at least: 3.8 10 10 Tested up to: 6.3.3-alpha 11 Stable tag: 0.9.6 811 Stable tag: 0.9.69 12 12 13 13 Automatically create price comparison sets for your WooCommerce products or by using a shortcode. … … 205 205 206 206 == Changelog == 207 208 = 0.9.69 - 2023/10/31 = 209 * Fixed type declaration causing errors on sites running PHP < 8.0. 207 210 208 211 = 0.9.68 - 2023/10/30 = -
datafeedr-comparison-sets/trunk/datafeedr-comparison-sets.php
r2986360 r2986837 11 11 Requires at least: 3.8 12 12 Tested up to: 6.3.3-alpha 13 Version: 0.9.6 813 Version: 0.9.69 14 14 15 15 WC requires at least: 3.0 … … 43 43 * Define constants. 44 44 */ 45 define( 'DFRCS_VERSION', '0.9.6 8' );45 define( 'DFRCS_VERSION', '0.9.69' ); 46 46 define( 'DFRCS_DB_VERSION', '0.9.0' ); 47 47 define( 'DFRCS_URL', plugin_dir_url( __FILE__ ) ); -
datafeedr-comparison-sets/trunk/includes/functions.php
r2986360 r2986837 1452 1452 * @return bool|string 1453 1453 */ 1454 function dfrcs_hash_hmac( string $data ) : bool|string{1454 function dfrcs_hash_hmac( string $data ) { 1455 1455 $algo = 'sha256'; 1456 1456 $key = dfrcs_get_hash(); -
datafeedr-comparison-sets/trunk/readme.txt
r2986360 r2986837 9 9 Requires at least: 3.8 10 10 Tested up to: 6.3.3-alpha 11 Stable tag: 0.9.6 811 Stable tag: 0.9.69 12 12 13 13 Automatically create price comparison sets for your WooCommerce products or by using a shortcode. … … 205 205 206 206 == Changelog == 207 208 = 0.9.69 - 2023/10/31 = 209 * Fixed type declaration causing errors on sites running PHP < 8.0. 207 210 208 211 = 0.9.68 - 2023/10/30 =
Note: See TracChangeset
for help on using the changeset viewer.