Plugin Directory

Changeset 3363656


Ignore:
Timestamp:
09/18/2025 05:53:04 AM (7 months ago)
Author:
sendsmaily
Message:

Release 1.3.2, see readme.txt for the changelog.

Location:
smaily-connect
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • smaily-connect/tags/1.3.2/integrations/woocommerce/rss.class.php

    r3340411 r3363656  
    153153                'url'           => $url,
    154154                'title'         => $product->get_title(),
    155                 'created_at'    => $product->get_date_created()->date_i18n( 'D, d M Y H:i:s' ),
     155                'created_at'    => $product->get_date_created()->format( DATE_RFC822 ),
    156156                'enclosure_url' => self::get_product_image_url( $product->get_id() ),
    157157                'description'   => do_shortcode( $product->get_description() ),
  • smaily-connect/tags/1.3.2/readme.txt

    r3357762 r3363656  
    66Tested up to: 6.8
    77WC tested up to: 9.6.1
    8 Stable tag: 1.3.1
     8Stable tag: 1.3.2
    99License: GPLv3 or later
    1010
  • smaily-connect/tags/1.3.2/smaily-connect.php

    r3357762 r3363656  
    1212 * Plugin URI:        https://smaily.com/help/user-manual/smaily-connect-for-wordpress/
    1313 * Text Domain:       smaily-connect
    14  * Version:           1.3.1
     14 * Version:           1.3.2
    1515*/
    1616
     
    2323 * Current plugin version.
    2424 */
    25 define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.3.1' );
     25define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.3.2' );
    2626
    2727/**
  • smaily-connect/trunk/integrations/woocommerce/rss.class.php

    r3340411 r3363656  
    153153                'url'           => $url,
    154154                'title'         => $product->get_title(),
    155                 'created_at'    => $product->get_date_created()->date_i18n( 'D, d M Y H:i:s' ),
     155                'created_at'    => $product->get_date_created()->format( DATE_RFC822 ),
    156156                'enclosure_url' => self::get_product_image_url( $product->get_id() ),
    157157                'description'   => do_shortcode( $product->get_description() ),
  • smaily-connect/trunk/readme.txt

    r3357762 r3363656  
    66Tested up to: 6.8
    77WC tested up to: 9.6.1
    8 Stable tag: 1.3.1
     8Stable tag: 1.3.2
    99License: GPLv3 or later
    1010
  • smaily-connect/trunk/smaily-connect.php

    r3357762 r3363656  
    1212 * Plugin URI:        https://smaily.com/help/user-manual/smaily-connect-for-wordpress/
    1313 * Text Domain:       smaily-connect
    14  * Version:           1.3.1
     14 * Version:           1.3.2
    1515*/
    1616
     
    2323 * Current plugin version.
    2424 */
    25 define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.3.1' );
     25define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.3.2' );
    2626
    2727/**
Note: See TracChangeset for help on using the changeset viewer.