Changeset 2665065
- Timestamp:
- 01/25/2022 10:40:37 PM (4 years ago)
- Location:
- woo-coming-soon
- Files:
-
- 66 added
- 3 edited
-
tags/1.4.0 (added)
-
tags/1.4.0/css (added)
-
tags/1.4.0/css/admin-styles.css (added)
-
tags/1.4.0/css/bootstrap.min.css (added)
-
tags/1.4.0/css/fontawesome.min.css (added)
-
tags/1.4.0/css/front-styles.css (added)
-
tags/1.4.0/css/images (added)
-
tags/1.4.0/css/images/cal_logo.png (added)
-
tags/1.4.0/css/images/ui-bg_flat_75_ffffff_40x100.png (added)
-
tags/1.4.0/css/images/ui-bg_glass_55_fbf9ee_1x400.png (added)
-
tags/1.4.0/css/images/ui-bg_glass_65_ffffff_1x400.png (added)
-
tags/1.4.0/css/images/ui-bg_glass_75_dadada_1x400.png (added)
-
tags/1.4.0/css/images/ui-bg_glass_75_e6e6e6_1x400.png (added)
-
tags/1.4.0/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png (added)
-
tags/1.4.0/css/images/ui-icons_222222_256x240.png (added)
-
tags/1.4.0/css/images/ui-icons_454545_256x240.png (added)
-
tags/1.4.0/css/jquery-ui.css (added)
-
tags/1.4.0/img (added)
-
tags/1.4.0/img/arrival-demo.png (added)
-
tags/1.4.0/img/cs (added)
-
tags/1.4.0/img/cs/adventure.jpg (added)
-
tags/1.4.0/img/cs/soon.jpg (added)
-
tags/1.4.0/img/googplay.png (added)
-
tags/1.4.0/img/notice-styles.png (added)
-
tags/1.4.0/img/pro-features.png (added)
-
tags/1.4.0/img/stock-based.png (added)
-
tags/1.4.0/inc (added)
-
tags/1.4.0/inc/functions.php (added)
-
tags/1.4.0/inc/templates (added)
-
tags/1.4.0/inc/templates/actual_index.php (added)
-
tags/1.4.0/inc/templates/index.php (added)
-
tags/1.4.0/inc/woo_cs_general.php (added)
-
tags/1.4.0/inc/woo_cs_settings.php (added)
-
tags/1.4.0/index.php (added)
-
tags/1.4.0/io (added)
-
tags/1.4.0/io/functions-inner.php (added)
-
tags/1.4.0/io/phpqrcode.php (added)
-
tags/1.4.0/io/sample.png (added)
-
tags/1.4.0/js (added)
-
tags/1.4.0/js/bootstrap.min.js (added)
-
tags/1.4.0/js/fontawesome.min.js (added)
-
tags/1.4.0/js/scripts.js (added)
-
tags/1.4.0/languages (added)
-
tags/1.4.0/languages/woo-coming-soon-de_DE.mo (added)
-
tags/1.4.0/languages/woo-coming-soon-de_DE.po (added)
-
tags/1.4.0/languages/woo-coming-soon-es_ES.mo (added)
-
tags/1.4.0/languages/woo-coming-soon-es_ES.po (added)
-
tags/1.4.0/languages/woo-coming-soon-fr_FR.mo (added)
-
tags/1.4.0/languages/woo-coming-soon-fr_FR.po (added)
-
tags/1.4.0/readme.txt (added)
-
tags/1.4.0/webfonts (added)
-
tags/1.4.0/webfonts/fa-brands-400.eot (added)
-
tags/1.4.0/webfonts/fa-brands-400.svg (added)
-
tags/1.4.0/webfonts/fa-brands-400.ttf (added)
-
tags/1.4.0/webfonts/fa-brands-400.woff (added)
-
tags/1.4.0/webfonts/fa-brands-400.woff2 (added)
-
tags/1.4.0/webfonts/fa-regular-400.eot (added)
-
tags/1.4.0/webfonts/fa-regular-400.svg (added)
-
tags/1.4.0/webfonts/fa-regular-400.ttf (added)
-
tags/1.4.0/webfonts/fa-regular-400.woff (added)
-
tags/1.4.0/webfonts/fa-regular-400.woff2 (added)
-
tags/1.4.0/webfonts/fa-solid-900.eot (added)
-
tags/1.4.0/webfonts/fa-solid-900.svg (added)
-
tags/1.4.0/webfonts/fa-solid-900.ttf (added)
-
tags/1.4.0/webfonts/fa-solid-900.woff (added)
-
tags/1.4.0/webfonts/fa-solid-900.woff2 (added)
-
trunk/inc/functions.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-coming-soon/trunk/inc/functions.php
r2663580 r2665065 39 39 function woo_csn_woocommerce_loop_add_to_cart_link($html, $product){ 40 40 41 $product = (is_object($product) && property_exists($product, 'get_id')?$product:(object)array());41 $product = (is_object($product) && method_exists($product, 'get_id')?$product:(object)array()); 42 42 $is_cs = false; 43 43 -
woo-coming-soon/trunk/index.php
r2663580 r2665065 4 4 Plugin URI: http://androidbubble.com/blog/wordpress/plugins/woo-coming-soon 5 5 Description: Woo Coming Soon is a great plugin to set your products to coming status. 6 Version: 1. 3.96 Version: 1.4.0 7 7 Author: Fahad Mahmood 8 8 Author URI: https://www.androidbubbles.com -
woo-coming-soon/trunk/readme.txt
r2663580 r2665065 4 4 Requires at least: 3.0 5 5 Tested up to: 5.8 6 Stable tag: 1. 3.96 Stable tag: 1.4.0 7 7 Requires PHP: 7.0 8 8 License: GPL2 … … 111 111 112 112 == Changelog == 113 = 1.4.0 = 114 * Fatal error: Uncaught Error: Call to undefined method stdClass::get_id() - Fixed. [Thanks to Christian][26/01/2022] 113 115 = 1.3.9 = 114 116 * Fatal error: Uncaught Error: Call to undefined method stdClass::get_id() - Fixed. [Thanks to johnegg, powerbuldog & Fredayy][24/01/2022] … … 174 176 175 177 == Upgrade Notice == 178 = 1.4.0 = 179 Fatal error: Uncaught Error: Call to undefined method stdClass::get_id() - Fixed. 176 180 = 1.3.9 = 177 181 Fatal error: Uncaught Error: Call to undefined method stdClass::get_id() - Fixed.
Note: See TracChangeset
for help on using the changeset viewer.