Plugin Directory

Changeset 2986837


Ignore:
Timestamp:
10/31/2023 01:16:43 PM (2 years ago)
Author:
datafeedr.com
Message:

Update to version 0.9.69 from GitHub

Location:
datafeedr-comparison-sets
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • datafeedr-comparison-sets/tags/0.9.69/datafeedr-comparison-sets.php

    r2986360 r2986837  
    1111Requires at least: 3.8
    1212Tested up to: 6.3.3-alpha
    13 Version: 0.9.68
     13Version: 0.9.69
    1414
    1515WC requires at least: 3.0
     
    4343 * Define constants.
    4444 */
    45 define( 'DFRCS_VERSION', '0.9.68' );
     45define( 'DFRCS_VERSION', '0.9.69' );
    4646define( 'DFRCS_DB_VERSION', '0.9.0' );
    4747define( 'DFRCS_URL', plugin_dir_url( __FILE__ ) );
  • datafeedr-comparison-sets/tags/0.9.69/includes/functions.php

    r2986360 r2986837  
    14521452 * @return bool|string
    14531453 */
    1454 function dfrcs_hash_hmac( string $data ): bool|string {
     1454function dfrcs_hash_hmac( string $data ) {
    14551455    $algo = 'sha256';
    14561456    $key  = dfrcs_get_hash();
  • datafeedr-comparison-sets/tags/0.9.69/readme.txt

    r2986360 r2986837  
    99Requires at least: 3.8
    1010Tested up to: 6.3.3-alpha
    11 Stable tag: 0.9.68
     11Stable tag: 0.9.69
    1212
    1313Automatically create price comparison sets for your WooCommerce products or by using a shortcode.
     
    205205
    206206== Changelog ==
     207
     208= 0.9.69 - 2023/10/31 =
     209* Fixed type declaration causing errors on sites running PHP < 8.0.
    207210
    208211= 0.9.68 - 2023/10/30 =
  • datafeedr-comparison-sets/trunk/datafeedr-comparison-sets.php

    r2986360 r2986837  
    1111Requires at least: 3.8
    1212Tested up to: 6.3.3-alpha
    13 Version: 0.9.68
     13Version: 0.9.69
    1414
    1515WC requires at least: 3.0
     
    4343 * Define constants.
    4444 */
    45 define( 'DFRCS_VERSION', '0.9.68' );
     45define( 'DFRCS_VERSION', '0.9.69' );
    4646define( 'DFRCS_DB_VERSION', '0.9.0' );
    4747define( 'DFRCS_URL', plugin_dir_url( __FILE__ ) );
  • datafeedr-comparison-sets/trunk/includes/functions.php

    r2986360 r2986837  
    14521452 * @return bool|string
    14531453 */
    1454 function dfrcs_hash_hmac( string $data ): bool|string {
     1454function dfrcs_hash_hmac( string $data ) {
    14551455    $algo = 'sha256';
    14561456    $key  = dfrcs_get_hash();
  • datafeedr-comparison-sets/trunk/readme.txt

    r2986360 r2986837  
    99Requires at least: 3.8
    1010Tested up to: 6.3.3-alpha
    11 Stable tag: 0.9.68
     11Stable tag: 0.9.69
    1212
    1313Automatically create price comparison sets for your WooCommerce products or by using a shortcode.
     
    205205
    206206== Changelog ==
     207
     208= 0.9.69 - 2023/10/31 =
     209* Fixed type declaration causing errors on sites running PHP < 8.0.
    207210
    208211= 0.9.68 - 2023/10/30 =
Note: See TracChangeset for help on using the changeset viewer.