Browse code

Version 1.5 initial commit

Benjamin Roth authored on24/06/2024 12:06:17
Showing1 changed files
... ...
@@ -1,60 +1,62 @@
1 1
 {
2
-    "name": "vonrotenberg/contao-member-extension-bundle",
3
-    "type": "contao-bundle",
4
-    "description": "Member feature extension for Contao.",
5
-    "license": "MIT",
6
-    "keywords": ["contao","member-extension-bundle"],
7
-    "homepage": "https://oveleon.de/",
8
-    "authors": [
9
-        {
10
-            "name": "Sebastian Zoglowek",
11
-            "homepage": "https://github.com/zoglo",
12
-            "role": "Developer"
13
-        },
14
-        {
15
-            "name": "Daniele Sciannimanica",
16
-            "homepage": "https://github.com/doishub",
17
-            "role":"Developer"
18
-        },
19
-        {
20
-            "name": "Fabian Ekert",
21
-            "homepage": "https://github.com/eki89",
22
-            "role": "Developer"
23
-        }
24
-    ],
25
-    "require": {
26
-        "php": "^8.0",
27
-        "contao/core-bundle": "^4.13 || ^5.2"
28
-    },
29
-    "require-dev": {
30
-        "contao/manager-plugin": "^2.3.1"
2
+  "name": "vonrotenberg/contao-member-extension-bundle",
3
+  "type": "contao-bundle",
4
+  "description": "Member feature extension for Contao.",
5
+  "license": "MIT",
6
+  "keywords": [
7
+    "contao",
8
+    "member-extension-bundle"
9
+  ],
10
+  "homepage": "https://oveleon.de/",
11
+  "authors": [
12
+    {
13
+      "name": "Sebastian Zoglowek",
14
+      "homepage": "https://github.com/zoglo",
15
+      "role": "Developer"
31 16
     },
32
-    "conflict": {
33
-        "contao/core": "*",
34
-        "contao/manager-plugin": "<2.0 || >=3.0"
17
+    {
18
+      "name": "Daniele Sciannimanica",
19
+      "homepage": "https://github.com/doishub",
20
+      "role": "Developer"
35 21
     },
36
-    "extra": {
37
-        "branch-alias": {
38
-            "dev-master": "1.3.x-dev"
39
-        },
40
-        "contao-manager-plugin": "Oveleon\\ContaoMemberExtensionBundle\\ContaoManager\\Plugin"
22
+    {
23
+      "name": "Fabian Ekert",
24
+      "homepage": "https://github.com/eki89",
25
+      "role": "Developer"
26
+    }
27
+  ],
28
+  "require": {
29
+    "php": "^8.1",
30
+    "contao/core-bundle": "^4.13 || ^5.3"
31
+  },
32
+  "require-dev": {
33
+    "contao/manager-plugin": "^2.3.1"
34
+  },
35
+  "conflict": {
36
+    "contao/core": "*"
37
+  },
38
+  "autoload": {
39
+    "psr-4": {
40
+      "Oveleon\\ContaoMemberExtensionBundle\\": "src/"
41 41
     },
42
-    "autoload": {
43
-        "psr-4": {
44
-            "Oveleon\\ContaoMemberExtensionBundle\\": "src/"
45
-        },
46
-        "classmap": [
47
-            "contao/"
48
-        ],
49
-        "exclude-from-classmap": [
50
-            "contao/config/",
51
-            "contao/dca/",
52
-            "contao/languages/",
53
-            "contao/templates/"
54
-        ]
42
+    "classmap": [
43
+      "contao/"
44
+    ],
45
+    "exclude-from-classmap": [
46
+      "contao/config/",
47
+      "contao/dca/",
48
+      "contao/languages/",
49
+      "contao/templates/"
50
+    ]
51
+  },
52
+  "extra": {
53
+    "branch-alias": {
54
+      "dev-master": "1.5.x-dev"
55 55
     },
56
-    "support": {
57
-        "issues": "https://github.com/oveleon/contao-member-extension-bundle/issues",
58
-        "source": "https://github.com/oveleon/contao-member-extension-bundle"
59
-    }
56
+    "contao-manager-plugin": "Oveleon\\ContaoMemberExtensionBundle\\ContaoManager\\Plugin"
57
+  },
58
+  "support": {
59
+    "issues": "https://github.com/oveleon/contao-member-extension-bundle/issues",
60
+    "source": "https://github.com/oveleon/contao-member-extension-bundle"
61
+  }
60 62
 }
Browse code

Try Contao 5 compatibility

Benjamin Roth authored on14/11/2023 15:24:03
Showing1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 {
2
-    "name": "oveleon/contao-member-extension-bundle",
2
+    "name": "vonrotenberg/contao-member-extension-bundle",
3 3
     "type": "contao-bundle",
4 4
     "description": "Member feature extension for Contao.",
5 5
     "license": "MIT",
... ...
@@ -24,7 +24,7 @@
24 24
     ],
25 25
     "require": {
26 26
         "php": "^8.0",
27
-        "contao/core-bundle": "^4.13"
27
+        "contao/core-bundle": "^4.13 || ^5.2"
28 28
     },
29 29
     "require-dev": {
30 30
         "contao/manager-plugin": "^2.3.1"
Browse code

[Change] Drop contao 4.9 support

Sebastian Zoglowek authored on15/01/2023 16:55:51
Showing1 changed files
... ...
@@ -23,8 +23,8 @@
23 23
         }
24 24
     ],
25 25
     "require": {
26
-        "php": "^7.4 || ^8.0",
27
-        "contao/core-bundle":"^4.9"
26
+        "php": "^8.0",
27
+        "contao/core-bundle": "^4.13"
28 28
     },
29 29
     "require-dev": {
30 30
         "contao/manager-plugin": "^2.3.1"
... ...
@@ -35,7 +35,7 @@
35 35
     },
36 36
     "extra": {
37 37
         "branch-alias": {
38
-            "dev-master": "1.2.x-dev"
38
+            "dev-master": "1.3.x-dev"
39 39
         },
40 40
         "contao-manager-plugin": "Oveleon\\ContaoMemberExtensionBundle\\ContaoManager\\Plugin"
41 41
     },
Browse code

Change bundle structure

Sebastian Zoglowek authored on14/08/2022 15:51:15
Showing1 changed files
... ...
@@ -2,13 +2,13 @@
2 2
     "name": "oveleon/contao-member-extension-bundle",
3 3
     "type": "contao-bundle",
4 4
     "description": "Member feature extension for Contao.",
5
+    "license": "MIT",
5 6
     "keywords": ["contao","member-extension-bundle"],
6 7
     "homepage": "https://oveleon.de/",
7
-    "license": "MIT",
8 8
     "authors": [
9 9
         {
10
-            "name": "Oveleon",
11
-            "homepage": "https://oveleon.de/",
10
+            "name": "Sebastian Zoglowek",
11
+            "homepage": "https://github.com/zoglo",
12 12
             "role": "Developer"
13 13
         },
14 14
         {
... ...
@@ -20,11 +20,6 @@
20 20
             "name": "Fabian Ekert",
21 21
             "homepage": "https://github.com/eki89",
22 22
             "role": "Developer"
23
-        },
24
-        {
25
-            "name": "Sebastian Zoglowek",
26
-            "homepage": "https://github.com/zoglo",
27
-            "role": "Developer"
28 23
         }
29 24
     ],
30 25
     "require": {
... ...
@@ -38,33 +33,28 @@
38 33
         "contao/core": "*",
39 34
         "contao/manager-plugin": "<2.0 || >=3.0"
40 35
     },
36
+    "extra": {
37
+        "branch-alias": {
38
+            "dev-master": "1.2.x-dev"
39
+        },
40
+        "contao-manager-plugin": "Oveleon\\ContaoMemberExtensionBundle\\ContaoManager\\Plugin"
41
+    },
41 42
     "autoload": {
42 43
         "psr-4": {
43 44
             "Oveleon\\ContaoMemberExtensionBundle\\": "src/"
44 45
         },
45 46
         "classmap": [
46
-            "src/Resources/contao/"
47
+            "contao/"
47 48
         ],
48 49
         "exclude-from-classmap": [
49
-            "src/Resources/contao/config/",
50
-            "src/Resources/contao/dca/",
51
-            "src/Resources/contao/languages/",
52
-            "src/Resources/contao/templates/"
50
+            "contao/config/",
51
+            "contao/dca/",
52
+            "contao/languages/",
53
+            "contao/templates/"
53 54
         ]
54 55
     },
55
-    "extra": {
56
-        "branch-alias": {
57
-            "dev-master": "1.2.x-dev"
58
-        },
59
-        "contao-manager-plugin": "Oveleon\\ContaoMemberExtensionBundle\\ContaoManager\\Plugin"
60
-    },
61
-    "config": {
62
-        "allow-plugins": {
63
-            "contao-components/installer": true,
64
-            "contao/manager-plugin": true
65
-        }
66
-    },
67 56
     "support": {
68
-        "issues": "https://github.com/oveleon/contao-member-extension-bundle/issues"
57
+        "issues": "https://github.com/oveleon/contao-member-extension-bundle/issues",
58
+        "source": "https://github.com/oveleon/contao-member-extension-bundle"
69 59
     }
70
-}
71 60
\ No newline at end of file
61
+}
Browse code

Update composer json

Sebastian Zoglowek authored on23/05/2022 22:40:06
Showing1 changed files
... ...
@@ -1,64 +1,70 @@
1 1
 {
2
-  "name": "oveleon/contao-member-extension-bundle",
3
-  "type": "contao-bundle",
4
-  "description": "Member feature extension for Contao.",
5
-  "keywords": ["contao","member-extension-bundle"],
6
-  "homepage": "https://oveleon.de/",
7
-  "license": "MIT",
8
-  "authors": [
9
-    {
10
-      "name": "Oveleon",
11
-      "homepage": "https://oveleon.de/",
12
-      "role": "Developer"
2
+    "name": "oveleon/contao-member-extension-bundle",
3
+    "type": "contao-bundle",
4
+    "description": "Member feature extension for Contao.",
5
+    "keywords": ["contao","member-extension-bundle"],
6
+    "homepage": "https://oveleon.de/",
7
+    "license": "MIT",
8
+    "authors": [
9
+        {
10
+            "name": "Oveleon",
11
+            "homepage": "https://oveleon.de/",
12
+            "role": "Developer"
13
+        },
14
+        {
15
+            "name": "Daniele Sciannimanica",
16
+            "homepage": "https://github.com/doishub",
17
+            "role":"Developer"
18
+        },
19
+        {
20
+            "name": "Fabian Ekert",
21
+            "homepage": "https://github.com/eki89",
22
+            "role": "Developer"
23
+        },
24
+        {
25
+            "name": "Sebastian Zoglowek",
26
+            "homepage": "https://github.com/zoglo",
27
+            "role": "Developer"
28
+        }
29
+    ],
30
+    "require": {
31
+        "php": "^7.4 || ^8.0",
32
+        "contao/core-bundle":"^4.9"
13 33
     },
14
-    {
15
-      "name": "Daniele Sciannimanica",
16
-      "homepage": "https://github.com/doishub",
17
-      "role":"Developer"
34
+    "require-dev": {
35
+        "contao/manager-plugin": "^2.3.1"
18 36
     },
19
-    {
20
-      "name": "Fabian Ekert",
21
-      "homepage": "https://github.com/eki89",
22
-      "role": "Developer"
37
+    "conflict": {
38
+        "contao/core": "*",
39
+        "contao/manager-plugin": "<2.0 || >=3.0"
23 40
     },
24
-    {
25
-      "name": "Sebastian Zoglowek",
26
-      "homepage": "https://github.com/zoglo",
27
-      "role": "Developer"
28
-    }
29
-  ],
30
-  "require": {
31
-    "php": "^7.4 || ^8.0",
32
-    "contao/core-bundle":"^4.9"
33
-  },
34
-  "require-dev": {
35
-    "contao/manager-plugin": "^2.3.1"
36
-  },
37
-  "conflict": {
38
-    "contao/core": "*",
39
-    "contao/manager-plugin": "<2.0 || >=3.0"
40
-  },
41
-  "extra": {
42
-    "branch-alias": {
43
-      "dev-master": "1.2.x-dev"
41
+    "autoload": {
42
+        "psr-4": {
43
+            "Oveleon\\ContaoMemberExtensionBundle\\": "src/"
44
+        },
45
+        "classmap": [
46
+            "src/Resources/contao/"
47
+        ],
48
+        "exclude-from-classmap": [
49
+            "src/Resources/contao/config/",
50
+            "src/Resources/contao/dca/",
51
+            "src/Resources/contao/languages/",
52
+            "src/Resources/contao/templates/"
53
+        ]
44 54
     },
45
-    "contao-manager-plugin": "Oveleon\\ContaoMemberExtensionBundle\\ContaoManager\\Plugin"
46
-  },
47
-  "autoload": {
48
-    "psr-4": {
49
-      "Oveleon\\ContaoMemberExtensionBundle\\": "src/"
55
+    "extra": {
56
+        "branch-alias": {
57
+            "dev-master": "1.2.x-dev"
58
+        },
59
+        "contao-manager-plugin": "Oveleon\\ContaoMemberExtensionBundle\\ContaoManager\\Plugin"
50 60
     },
51
-    "classmap": [
52
-      "src/Resources/contao/"
53
-    ],
54
-    "exclude-from-classmap": [
55
-      "src/Resources/contao/config/",
56
-      "src/Resources/contao/dca/",
57
-      "src/Resources/contao/languages/",
58
-      "src/Resources/contao/templates/"
59
-    ]
60
-  },
61
-  "support": {
62
-    "issues": "https://github.com/oveleon/contao-member-extension-bundle/issues"
63
-  }
61
+    "config": {
62
+        "allow-plugins": {
63
+            "contao-components/installer": true,
64
+            "contao/manager-plugin": true
65
+        }
66
+    },
67
+    "support": {
68
+        "issues": "https://github.com/oveleon/contao-member-extension-bundle/issues"
69
+    }
64 70
 }
65 71
\ No newline at end of file
Browse code

[Update] Added noAvatar to ModuleAvatar

Sebastian Zoglowek authored on26/02/2022 03:06:50
Showing1 changed files
... ...
@@ -1,30 +1,50 @@
1 1
 {
2
-  "name":"oveleon/contao-member-extension-bundle",
3
-  "type":"contao-bundle",
4
-  "description":"Member feature extension for Contao.",
5
-  "keywords":["contao","member-extension-bundle"],
6
-  "homepage":"https://oveleon.de/",
7
-  "license":"MIT",
8
-  "authors":[
2
+  "name": "oveleon/contao-member-extension-bundle",
3
+  "type": "contao-bundle",
4
+  "description": "Member feature extension for Contao.",
5
+  "keywords": ["contao","member-extension-bundle"],
6
+  "homepage": "https://oveleon.de/",
7
+  "license": "MIT",
8
+  "authors": [
9 9
     {
10
-      "name":"Oveleon",
11
-      "homepage":"https://oveleon.de/",
10
+      "name": "Oveleon",
11
+      "homepage": "https://oveleon.de/",
12
+      "role": "Developer"
13
+    },
14
+    {
15
+      "name": "Daniele Sciannimanica",
16
+      "homepage": "https://github.com/doishub",
12 17
       "role":"Developer"
18
+    },
19
+    {
20
+      "name": "Fabian Ekert",
21
+      "homepage": "https://github.com/eki89",
22
+      "role": "Developer"
23
+    },
24
+    {
25
+      "name": "Sebastian Zoglowek",
26
+      "homepage": "https://github.com/zoglo",
27
+      "role": "Developer"
13 28
     }
14 29
   ],
15
-  "require":{
16
-    "php":">=7.1",
17
-    "contao/core-bundle":"^4.4"
30
+  "require": {
31
+    "php": "^7.4 || ^8.0",
32
+    "contao/core-bundle":"^4.9"
18 33
   },
19 34
   "require-dev": {
20
-    "contao/manager-plugin": "^2.0"
35
+    "contao/manager-plugin": "^2.3.1"
21 36
   },
22 37
   "conflict": {
23 38
     "contao/core": "*",
24
-    "contao/core-bundle": "4.4.1",
25 39
     "contao/manager-plugin": "<2.0 || >=3.0"
26 40
   },
27
-  "autoload":{
41
+  "extra": {
42
+    "branch-alias": {
43
+      "dev-master": "1.2.x-dev"
44
+    },
45
+    "contao-manager-plugin": "Oveleon\\ContaoMemberExtensionBundle\\ContaoManager\\Plugin"
46
+  },
47
+  "autoload": {
28 48
     "psr-4": {
29 49
       "Oveleon\\ContaoMemberExtensionBundle\\": "src/"
30 50
     },
... ...
@@ -38,7 +58,7 @@
38 58
       "src/Resources/contao/templates/"
39 59
     ]
40 60
   },
41
-  "extra":{
42
-    "contao-manager-plugin": "Oveleon\\ContaoMemberExtensionBundle\\ContaoManager\\Plugin"
61
+  "support": {
62
+    "issues": "https://github.com/oveleon/contao-member-extension-bundle/issues"
43 63
   }
44 64
 }
45 65
\ No newline at end of file
Browse code

Initial commit: Frontend module member avatar added

oveleon authored on08/03/2019 16:40:16
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,44 @@
1
+{
2
+  "name":"oveleon/contao-member-extension-bundle",
3
+  "type":"contao-bundle",
4
+  "description":"Member feature extension for Contao.",
5
+  "keywords":["contao","member-extension-bundle"],
6
+  "homepage":"https://oveleon.de/",
7
+  "license":"MIT",
8
+  "authors":[
9
+    {
10
+      "name":"Oveleon",
11
+      "homepage":"https://oveleon.de/",
12
+      "role":"Developer"
13
+    }
14
+  ],
15
+  "require":{
16
+    "php":">=7.1",
17
+    "contao/core-bundle":"^4.4"
18
+  },
19
+  "require-dev": {
20
+    "contao/manager-plugin": "^2.0"
21
+  },
22
+  "conflict": {
23
+    "contao/core": "*",
24
+    "contao/core-bundle": "4.4.1",
25
+    "contao/manager-plugin": "<2.0 || >=3.0"
26
+  },
27
+  "autoload":{
28
+    "psr-4": {
29
+      "Oveleon\\ContaoMemberExtensionBundle\\": "src/"
30
+    },
31
+    "classmap": [
32
+      "src/Resources/contao/"
33
+    ],
34
+    "exclude-from-classmap": [
35
+      "src/Resources/contao/config/",
36
+      "src/Resources/contao/dca/",
37
+      "src/Resources/contao/languages/",
38
+      "src/Resources/contao/templates/"
39
+    ]
40
+  },
41
+  "extra":{
42
+    "contao-manager-plugin": "Oveleon\\ContaoMemberExtensionBundle\\ContaoManager\\Plugin"
43
+  }
44
+}
0 45
\ No newline at end of file