spree_core 4.8.0 → 4.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/locales/en.yml +2 -36
- data/lib/spree/core/version.rb +1 -1
- data/lib/spree/core.rb +3 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a07adab86367df355f16ba975b123b0c203579de5882cec741c8f81e1dfff5f0
|
|
4
|
+
data.tar.gz: b7c41de3fb4ab564ca7c7ebbe0642e2ed6d0235ea59c4661ceb524435bf51c3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb9917a0b380bc500b7bcfa63f0a36dcdefb6afc1237b52bd95cd8365d3caba3af00d97eed799834a6db6aa1689d043a27107dc53045a24ccaa7f702152470dd
|
|
7
|
+
data.tar.gz: 22c9f866d4e5a5ce0f556fa8dd38bbb59a9a6d6c7f64d7a9de300c30ccf4f63625e75ea2f119eb65e25a03bcf35925905ff522e163925919b048e304e331519f
|
data/config/locales/en.yml
CHANGED
|
@@ -1038,8 +1038,8 @@ en:
|
|
|
1038
1038
|
go_to_previous_menu: Go to previous menu
|
|
1039
1039
|
log_in: LOG IN
|
|
1040
1040
|
log_out: LOG OUT
|
|
1041
|
-
my_account:
|
|
1042
|
-
my_orders:
|
|
1041
|
+
my_account: My Account
|
|
1042
|
+
my_orders: My Orders
|
|
1043
1043
|
show_menu: Show menu
|
|
1044
1044
|
show_search: Show search
|
|
1045
1045
|
show_user_menu: Show user menu
|
|
@@ -1234,14 +1234,6 @@ en:
|
|
|
1234
1234
|
payment_type: Payment type
|
|
1235
1235
|
payment_updated: Payment Updated
|
|
1236
1236
|
payments: Payments
|
|
1237
|
-
pdp:
|
|
1238
|
-
checkout: Checkout
|
|
1239
|
-
description: Description
|
|
1240
|
-
details: Details
|
|
1241
|
-
products_included_in_promotion: Products included in the promotion
|
|
1242
|
-
quantity: Quantity
|
|
1243
|
-
view_cart: View cart
|
|
1244
|
-
you_may_also_like: You may also like
|
|
1245
1237
|
percent: Percent
|
|
1246
1238
|
percent_per_item: Percent Per Item
|
|
1247
1239
|
permalink: Permalink
|
|
@@ -1251,32 +1243,6 @@ en:
|
|
|
1251
1243
|
place_order: Place Order
|
|
1252
1244
|
please_define_payment_methods: Please define some payment methods first.
|
|
1253
1245
|
please_enter_reasonable_quantity: Please enter a reasonable quantity.
|
|
1254
|
-
plp:
|
|
1255
|
-
best_selling: BEST SELLING
|
|
1256
|
-
clear_all: CLEAR ALL
|
|
1257
|
-
collection: COLLECTION
|
|
1258
|
-
color: COLOR
|
|
1259
|
-
done: DONE
|
|
1260
|
-
default: DEFAULT
|
|
1261
|
-
filter_by: FILTER BY
|
|
1262
|
-
newest_first: NEWEST FIRST
|
|
1263
|
-
no_results: No results
|
|
1264
|
-
no_results_found: No results found
|
|
1265
|
-
not_found_filters1: We couldn’t find a match for these filters.
|
|
1266
|
-
not_found_filters2: Please try another choose.
|
|
1267
|
-
not_found_text1: We couldn’t find products for '%{keywords}'.
|
|
1268
|
-
not_found_text2: Please try another search.
|
|
1269
|
-
price: price
|
|
1270
|
-
price_high_to_low: PRICE (HIGH - LOW)
|
|
1271
|
-
price_low_to_high: PRICE (LOW - HIGH)
|
|
1272
|
-
name_a_z: NAME (A-Z)
|
|
1273
|
-
name_z_a: NAME (Z-A)
|
|
1274
|
-
result: RESULT
|
|
1275
|
-
results_for: RESULTS FOR
|
|
1276
|
-
size: SIZE
|
|
1277
|
-
sort_by: SORT BY
|
|
1278
|
-
top_sellers: TOP SELLERS
|
|
1279
|
-
type: TYPE
|
|
1280
1246
|
populate_get_error: Something went wrong. Please try adding the item again.
|
|
1281
1247
|
powered_by: Powered by
|
|
1282
1248
|
pre_tax_refund_amount: Pre-Tax Refund Amount
|
data/lib/spree/core/version.rb
CHANGED
data/lib/spree/core.rb
CHANGED
|
@@ -91,7 +91,9 @@ module Spree
|
|
|
91
91
|
# This method is defined within the core gem on purpose.
|
|
92
92
|
# Some people may only wish to use the Core part of Spree.
|
|
93
93
|
def self.config
|
|
94
|
-
|
|
94
|
+
Rails.application.config.after_initialize do
|
|
95
|
+
yield(Spree::Config)
|
|
96
|
+
end
|
|
95
97
|
end
|
|
96
98
|
|
|
97
99
|
# Used to set dependencies for Spree.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.8.
|
|
4
|
+
version: 4.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sean Schofield
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2024-05-
|
|
12
|
+
date: 2024-05-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -1119,9 +1119,9 @@ licenses:
|
|
|
1119
1119
|
- BSD-3-Clause
|
|
1120
1120
|
metadata:
|
|
1121
1121
|
bug_tracker_uri: https://github.com/spree/spree/issues
|
|
1122
|
-
changelog_uri: https://github.com/spree/spree/releases/tag/v4.8.
|
|
1122
|
+
changelog_uri: https://github.com/spree/spree/releases/tag/v4.8.1
|
|
1123
1123
|
documentation_uri: https://docs.spreecommerce.org/
|
|
1124
|
-
source_code_uri: https://github.com/spree/spree/tree/v4.8.
|
|
1124
|
+
source_code_uri: https://github.com/spree/spree/tree/v4.8.1
|
|
1125
1125
|
post_install_message:
|
|
1126
1126
|
rdoc_options: []
|
|
1127
1127
|
require_paths:
|