Changeset 2955128
- Timestamp:
- 08/17/2023 10:16:28 PM (3 years ago)
- Location:
- setary
- Files:
-
- 6 edited
- 1 copied
-
tags/1.9.1 (copied) (copied from setary/trunk)
-
tags/1.9.1/README.md (modified) (2 diffs)
-
tags/1.9.1/inc/class-products-with-variations.php (modified) (3 diffs)
-
tags/1.9.1/setary.php (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/inc/class-products-with-variations.php (modified) (3 diffs)
-
trunk/setary.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
setary/tags/1.9.1/README.md
r2952748 r2955128 5 5 Tested up to: 6.2.2 6 6 Requires PHP: 7.1 7 Stable tag: 1.9. 07 Stable tag: 1.9.1 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT … … 91 91 == Changelog == 92 92 93 = v1.8.0 (2023-08-09) = 93 = v1.9.1 (2023-08-17) = 94 * [update] Minor update which allows us to add new core fields via the app without plugin updates 95 96 = v1.9.0 (2023-08-09) = 94 97 * [new] [LifterLMS Compatibility](https://setary.com/docs/how-to-bulk-edit-lifterlms-membership-settings/?utm_source=setary&utm_medium=changelog) 95 98 * [fix] Update excluded plugin paths to prevent conflicts -
setary/tags/1.9.1/inc/class-products-with-variations.php
r2951032 r2955128 225 225 2 => 'slug', 226 226 3 => 'permalink', 227 //4 => 'date_created',228 //5 => 'date_created_gmt',229 //6 => 'date_modified',230 //7 => 'date_modified_gmt',227 4 => 'date_created', 228 5 => 'date_created_gmt', 229 6 => 'date_modified', 230 7 => 'date_modified_gmt', 231 231 8 => 'type', 232 232 9 => 'status', … … 243 243 20 => 'date_on_sale_to', 244 244 21 => 'date_on_sale_to_gmt', 245 //22 => 'price_html',245 22 => 'price_html', 246 246 23 => 'on_sale', 247 //24 => 'purchasable',248 //25 => 'total_sales',249 //26 => 'virtual',250 //27 => 'downloadable',251 //28 => 'downloads',252 //29 => 'download_limit',253 //30 => 'download_expiry',254 //31 => 'external_url',255 //32 => 'button_text',247 24 => 'purchasable', 248 25 => 'total_sales', 249 26 => 'virtual', 250 27 => 'downloadable', 251 28 => 'downloads', 252 29 => 'download_limit', 253 30 => 'download_expiry', 254 31 => 'external_url', 255 32 => 'button_text', 256 256 33 => 'tax_status', 257 257 34 => 'tax_class', … … 262 262 39 => 'backorders_allowed', 263 263 40 => 'backordered', 264 //41 => 'low_stock_amount',264 41 => 'low_stock_amount', 265 265 42 => 'sold_individually', 266 266 43 => 'weight', 267 267 44 => 'dimensions', 268 //45 => 'shipping_required',269 //46 => 'shipping_taxable',268 45 => 'shipping_required', 269 46 => 'shipping_taxable', 270 270 47 => 'shipping_class', 271 //48 => 'shipping_class_id',272 //49 => 'reviews_allowed',273 //50 => 'average_rating',274 //51 => 'rating_count',275 //52 => 'related_ids',271 48 => 'shipping_class_id', 272 49 => 'reviews_allowed', 273 50 => 'average_rating', 274 51 => 'rating_count', 275 52 => 'related_ids', 276 276 53 => 'upsell_ids', 277 277 54 => 'cross_sell_ids', 278 278 55 => 'parent_id', 279 //56 => 'purchase_note',279 56 => 'purchase_note', 280 280 57 => 'categories', 281 281 58 => 'tags', 282 282 59 => 'images', 283 283 60 => 'attributes', 284 //61 => 'default_attributes',285 //62 => 'variations',286 //63 => 'grouped_products',284 61 => 'default_attributes', 285 62 => 'variations', 286 63 => 'grouped_products', 287 287 64 => 'menu_order', 288 288 65 => 'meta_data', -
setary/tags/1.9.1/setary.php
r2952748 r2955128 11 11 * Author URI: https://setary.com/ 12 12 * 13 * Version: 1.9. 013 * Version: 1.9.1 14 14 * WC requires at least: 6.0.0 15 15 * WC tested up to: 8.0.1 … … 23 23 define( 'SETARY_PATH', \plugin_dir_path( __FILE__ ) ); 24 24 define( 'SETARY_URL', \plugins_url( '/', __FILE__ ) ); 25 define( 'SETARY_VERSION', '1.9. 0' );25 define( 'SETARY_VERSION', '1.9.1' ); 26 26 define( 'SETARY_SITE_URL', 'https://setary.com/' ); 27 27 define( 'SETARY_APP_URL', 'https://setary.com/app/' ); -
setary/trunk/README.md
r2952748 r2955128 5 5 Tested up to: 6.2.2 6 6 Requires PHP: 7.1 7 Stable tag: 1.9. 07 Stable tag: 1.9.1 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT … … 91 91 == Changelog == 92 92 93 = v1.8.0 (2023-08-09) = 93 = v1.9.1 (2023-08-17) = 94 * [update] Minor update which allows us to add new core fields via the app without plugin updates 95 96 = v1.9.0 (2023-08-09) = 94 97 * [new] [LifterLMS Compatibility](https://setary.com/docs/how-to-bulk-edit-lifterlms-membership-settings/?utm_source=setary&utm_medium=changelog) 95 98 * [fix] Update excluded plugin paths to prevent conflicts -
setary/trunk/inc/class-products-with-variations.php
r2951032 r2955128 225 225 2 => 'slug', 226 226 3 => 'permalink', 227 //4 => 'date_created',228 //5 => 'date_created_gmt',229 //6 => 'date_modified',230 //7 => 'date_modified_gmt',227 4 => 'date_created', 228 5 => 'date_created_gmt', 229 6 => 'date_modified', 230 7 => 'date_modified_gmt', 231 231 8 => 'type', 232 232 9 => 'status', … … 243 243 20 => 'date_on_sale_to', 244 244 21 => 'date_on_sale_to_gmt', 245 //22 => 'price_html',245 22 => 'price_html', 246 246 23 => 'on_sale', 247 //24 => 'purchasable',248 //25 => 'total_sales',249 //26 => 'virtual',250 //27 => 'downloadable',251 //28 => 'downloads',252 //29 => 'download_limit',253 //30 => 'download_expiry',254 //31 => 'external_url',255 //32 => 'button_text',247 24 => 'purchasable', 248 25 => 'total_sales', 249 26 => 'virtual', 250 27 => 'downloadable', 251 28 => 'downloads', 252 29 => 'download_limit', 253 30 => 'download_expiry', 254 31 => 'external_url', 255 32 => 'button_text', 256 256 33 => 'tax_status', 257 257 34 => 'tax_class', … … 262 262 39 => 'backorders_allowed', 263 263 40 => 'backordered', 264 //41 => 'low_stock_amount',264 41 => 'low_stock_amount', 265 265 42 => 'sold_individually', 266 266 43 => 'weight', 267 267 44 => 'dimensions', 268 //45 => 'shipping_required',269 //46 => 'shipping_taxable',268 45 => 'shipping_required', 269 46 => 'shipping_taxable', 270 270 47 => 'shipping_class', 271 //48 => 'shipping_class_id',272 //49 => 'reviews_allowed',273 //50 => 'average_rating',274 //51 => 'rating_count',275 //52 => 'related_ids',271 48 => 'shipping_class_id', 272 49 => 'reviews_allowed', 273 50 => 'average_rating', 274 51 => 'rating_count', 275 52 => 'related_ids', 276 276 53 => 'upsell_ids', 277 277 54 => 'cross_sell_ids', 278 278 55 => 'parent_id', 279 //56 => 'purchase_note',279 56 => 'purchase_note', 280 280 57 => 'categories', 281 281 58 => 'tags', 282 282 59 => 'images', 283 283 60 => 'attributes', 284 //61 => 'default_attributes',285 //62 => 'variations',286 //63 => 'grouped_products',284 61 => 'default_attributes', 285 62 => 'variations', 286 63 => 'grouped_products', 287 287 64 => 'menu_order', 288 288 65 => 'meta_data', -
setary/trunk/setary.php
r2952748 r2955128 11 11 * Author URI: https://setary.com/ 12 12 * 13 * Version: 1.9. 013 * Version: 1.9.1 14 14 * WC requires at least: 6.0.0 15 15 * WC tested up to: 8.0.1 … … 23 23 define( 'SETARY_PATH', \plugin_dir_path( __FILE__ ) ); 24 24 define( 'SETARY_URL', \plugins_url( '/', __FILE__ ) ); 25 define( 'SETARY_VERSION', '1.9. 0' );25 define( 'SETARY_VERSION', '1.9.1' ); 26 26 define( 'SETARY_SITE_URL', 'https://setary.com/' ); 27 27 define( 'SETARY_APP_URL', 'https://setary.com/app/' );
Note: See TracChangeset
for help on using the changeset viewer.