You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you have the [MetacelloPreview version](https://github.com/Metacello/metacello), otherwise the load will not work.
37
38
38
-
### Squeak and Pharo (4.0 or newer)
39
+
### Squeak and Pharo (6.0 or newer)
39
40
40
41
Load the latest code from master (i.e. stable):
41
42
@@ -80,9 +81,11 @@ Gofer new
80
81
(Smalltalk at: #GsUpgrader) upgradeGrease.
81
82
```
82
83
83
-
### Pharo (3.0 or older)
84
+
### Pharo (5.0 or older)
84
85
85
-
The compatibility for Pharo < 4.0 is not maintained for new releases. If you need grease in Pharo < 4, we recommend to either update your pharo version or reference the latest release compatible with Pharo < 4, which is currently v1.4.1.
86
+
The compatibility for Pharo < 6.0 is not maintained for new releases. If you need grease in Pharo < 6, we recommend to either update your pharo version or reference the latest release compatible with your version of Pharo:
87
+
- Pharo <4: v1.4.1
88
+
- Pharo 5 & 6: v1.6.1
86
89
87
90
For Pharo versions < 3.0, make sure you have the [MetacelloPreview version](https://github.com/dalehenrich/metacello-work), otherwise the load will not work.
88
91
@@ -106,4 +109,4 @@ Metacello new
106
109
load
107
110
```
108
111
109
-
In case you need a specific feature for Pharo 3, it is still possible to create a new release by branching from v1.4.1.
112
+
In case you need a specific feature for an older version, it is still possible to create a new release by branching starting from the tagged commit of the compatible version.
0 commit comments