solidus_paypal_commerce_platform 1.0.0.beta1 → 1.0.0.beta2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd0c77c30a42db324d623a2bd37e7ca2d80d107d06c11e5c9c5829bf06e793cf
4
- data.tar.gz: 33336091ab82d3af94df502291cbfbe0be94d8d5c839e3c73082210a8b4813b8
3
+ metadata.gz: 1ca5d1fd0c7ccd99dc39a66a53f0c9ddf902b8114bb420c9f1a070c13cb96ffa
4
+ data.tar.gz: 9a16b551e567947e0e6b743626de2793113e7e12e51cc08dddaf7a00ea60d97c
5
5
  SHA512:
6
- metadata.gz: 90f698b25df4994cd5037eba1ae264769c1a3667e57f73f415bc38c9d1004bf0e5a4f9404caf57dfba81d65a31340dbe1966d0ef464e673f8ef84b95689ca6b2
7
- data.tar.gz: f42016a399a1d7d38d942589df248419f0a5395a62891cda436daa0725c377e4c4518076337a1354553fc9e9a9124424e47f27bfd50f4ebf32ee2863673091dd
6
+ metadata.gz: d6b54f9d01a843a63645844b65626aaefc85cad5885aaca64c2d72050e3b02502f0e00510b9a9ec1bcbd611025957fe2b008b4db85c1fed7558f2c1ccd4f056f
7
+ data.tar.gz: 2bdd87d6c92d31282eb4cf566dfb59a247d759583553b670e7326ec806b6b1a1ea7c5a82f6eb49e9155b671f2933eb977d1bf02004b56dce37b00e4559a79bcf
data/.circleci/config.yml CHANGED
@@ -16,7 +16,9 @@ commands:
16
16
  - browser-tools/install-chrome
17
17
  - run:
18
18
  name: Install libvips
19
- command: sudo apt-get install -y libvips
19
+ command: |
20
+ sudo apt-get update
21
+ sudo apt-get install -yq libvips-dev
20
22
  - solidusio_extensions/test-branch:
21
23
  branch: master
22
24
  command: |
data/CHANGELOG.md CHANGED
@@ -1,15 +1,24 @@
1
1
  # Changelog
2
2
 
3
- ## [v1.0.0.beta1](https://github.com/solidusio/solidus_paypal_commerce_platform/tree/v1.0.0.beta1) (2022-12-05)
3
+ ## [v1.0.0.beta2](https://github.com/solidusio/solidus_paypal_commerce_platform/tree/v1.0.0.beta2) (2022-12-12)
4
4
 
5
- [Full Changelog](https://github.com/solidusio/solidus_paypal_commerce_platform/compare/v0.6.0...v1.0.0.beta1)
5
+ [Full Changelog](https://github.com/solidusio/solidus_paypal_commerce_platform/compare/v1.0.0.beta1...v1.0.0.beta2)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - wizard doesn't create payment method in v1.0.0.beta1 and no partial. [\#174](https://github.com/solidusio/solidus_paypal_commerce_platform/issues/174)
10
+ - Solidus 3.2 doesn't install SPCP's checkout page when PayPal is chosen as the payment method [\#172](https://github.com/solidusio/solidus_paypal_commerce_platform/issues/172)
6
11
 
7
12
  **Closed issues:**
8
13
 
9
- - Release 0.6 and attach that version to a different branch [\#169](https://github.com/solidusio/solidus_paypal_commerce_platform/issues/169)
14
+ - Hide the installer option for copying specs [\#175](https://github.com/solidusio/solidus_paypal_commerce_platform/issues/175)
15
+ - Decide about the testing approach for extensions that involve SSF code [\#171](https://github.com/solidusio/solidus_paypal_commerce_platform/issues/171)
16
+ - Release 1.0.0.beta1 compatible with the new starter frontend [\#170](https://github.com/solidusio/solidus_paypal_commerce_platform/issues/170)
10
17
 
11
18
  **Merged pull requests:**
12
19
 
20
+ - Hide the installer `--specs=…` option [\#176](https://github.com/solidusio/solidus_paypal_commerce_platform/pull/176) ([elia](https://github.com/elia))
21
+ - Remove solidus prefix from component names [\#173](https://github.com/solidusio/solidus_paypal_commerce_platform/pull/173) ([gsmendoza](https://github.com/gsmendoza))
13
22
  - Bugfixes and improvements \(extracted from the SSF support branch\) [\#168](https://github.com/solidusio/solidus_paypal_commerce_platform/pull/168) ([elia](https://github.com/elia))
14
23
  - Reorganize the install generator and deprecate `--skip-migrations` [\#167](https://github.com/solidusio/solidus_paypal_commerce_platform/pull/167) ([elia](https://github.com/elia))
15
24
  - Setup compatibility with the starter frontend [\#166](https://github.com/solidusio/solidus_paypal_commerce_platform/pull/166) ([elia](https://github.com/elia))
@@ -17,6 +26,14 @@
17
26
  - Truncate the product name to 127 characters [\#139](https://github.com/solidusio/solidus_paypal_commerce_platform/pull/139) ([DanielePalombo](https://github.com/DanielePalombo))
18
27
  - Fix issue on international transactions [\#129](https://github.com/solidusio/solidus_paypal_commerce_platform/pull/129) ([jtapia](https://github.com/jtapia))
19
28
 
29
+ ## [v1.0.0.beta1](https://github.com/solidusio/solidus_paypal_commerce_platform/tree/v1.0.0.beta1) (2022-12-05)
30
+
31
+ [Full Changelog](https://github.com/solidusio/solidus_paypal_commerce_platform/compare/v0.6.0...v1.0.0.beta1)
32
+
33
+ **Closed issues:**
34
+
35
+ - Release 0.6 and attach that version to a different branch [\#169](https://github.com/solidusio/solidus_paypal_commerce_platform/issues/169)
36
+
20
37
  ## [v0.6.0](https://github.com/solidusio/solidus_paypal_commerce_platform/tree/v0.6.0) (2022-11-25)
21
38
 
22
39
  [Full Changelog](https://github.com/solidusio/solidus_paypal_commerce_platform/compare/v0.5.0...v0.6.0)
@@ -6,7 +6,10 @@ module SolidusPaypalCommercePlatform
6
6
  class_option :migrate, type: :boolean, default: true
7
7
  class_option :backend, type: :boolean, default: true
8
8
  class_option :starter_frontend, type: :boolean, default: true
9
- class_option :specs, type: :string, enum: %w[all frontend], default: 'frontend'
9
+
10
+ # This is only used to run all-specs during development and CI, regular installation limits
11
+ # installed specs to frontend, which are the ones related to code copied to the target application.
12
+ class_option :specs, type: :string, enum: %w[all frontend], default: 'frontend', hide: true
10
13
 
11
14
  source_root File.expand_path('templates', __dir__)
12
15
 
@@ -18,7 +21,7 @@ module SolidusPaypalCommercePlatform
18
21
  end
19
22
 
20
23
  def install_solidus_backend_support
21
- support_code_for(:solidus_backend) do
24
+ support_code_for(:backend) do
22
25
  append_file(
23
26
  'vendor/assets/javascripts/spree/backend/all.js',
24
27
  "//= require spree/backend/solidus_paypal_commerce_platform\n"
@@ -33,7 +36,7 @@ module SolidusPaypalCommercePlatform
33
36
  end
34
37
 
35
38
  def install_solidus_starter_frontend_support
36
- support_code_for(:solidus_starter_frontend) do
39
+ support_code_for(:starter_frontend) do
37
40
  directory 'app', 'app'
38
41
  append_file(
39
42
  'app/assets/javascripts/solidus_starter_frontend.js',
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidusPaypalCommercePlatform
4
- VERSION = '1.0.0.beta1'
4
+ VERSION = '1.0.0.beta2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_paypal_commerce_platform
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta1
4
+ version: 1.0.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Denny
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2022-12-05 00:00:00.000000000 Z
12
+ date: 2022-12-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: deface