Changeset 3363656
- Timestamp:
- 09/18/2025 05:53:04 AM (7 months ago)
- Location:
- smaily-connect
- Files:
-
- 6 edited
- 1 copied
-
tags/1.3.2 (copied) (copied from smaily-connect/trunk)
-
tags/1.3.2/integrations/woocommerce/rss.class.php (modified) (1 diff)
-
tags/1.3.2/readme.txt (modified) (1 diff)
-
tags/1.3.2/smaily-connect.php (modified) (2 diffs)
-
trunk/integrations/woocommerce/rss.class.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/smaily-connect.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smaily-connect/tags/1.3.2/integrations/woocommerce/rss.class.php
r3340411 r3363656 153 153 'url' => $url, 154 154 '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 ), 156 156 'enclosure_url' => self::get_product_image_url( $product->get_id() ), 157 157 'description' => do_shortcode( $product->get_description() ), -
smaily-connect/tags/1.3.2/readme.txt
r3357762 r3363656 6 6 Tested up to: 6.8 7 7 WC tested up to: 9.6.1 8 Stable tag: 1.3. 18 Stable tag: 1.3.2 9 9 License: GPLv3 or later 10 10 -
smaily-connect/tags/1.3.2/smaily-connect.php
r3357762 r3363656 12 12 * Plugin URI: https://smaily.com/help/user-manual/smaily-connect-for-wordpress/ 13 13 * Text Domain: smaily-connect 14 * Version: 1.3. 114 * Version: 1.3.2 15 15 */ 16 16 … … 23 23 * Current plugin version. 24 24 */ 25 define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.3. 1' );25 define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.3.2' ); 26 26 27 27 /** -
smaily-connect/trunk/integrations/woocommerce/rss.class.php
r3340411 r3363656 153 153 'url' => $url, 154 154 '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 ), 156 156 'enclosure_url' => self::get_product_image_url( $product->get_id() ), 157 157 'description' => do_shortcode( $product->get_description() ), -
smaily-connect/trunk/readme.txt
r3357762 r3363656 6 6 Tested up to: 6.8 7 7 WC tested up to: 9.6.1 8 Stable tag: 1.3. 18 Stable tag: 1.3.2 9 9 License: GPLv3 or later 10 10 -
smaily-connect/trunk/smaily-connect.php
r3357762 r3363656 12 12 * Plugin URI: https://smaily.com/help/user-manual/smaily-connect-for-wordpress/ 13 13 * Text Domain: smaily-connect 14 * Version: 1.3. 114 * Version: 1.3.2 15 15 */ 16 16 … … 23 23 * Current plugin version. 24 24 */ 25 define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.3. 1' );25 define( 'SMAILY_CONNECT_PLUGIN_VERSION', '1.3.2' ); 26 26 27 27 /**
Note: See TracChangeset
for help on using the changeset viewer.