Browse
For agents
About
Assistant – Every Day Productivity Apps
/
1.0.2
Assistant – Every Day Productivity Apps
v1.0.2
Switch version
1.5.5
trunk
0.1.0
0.2.0
0.2.1
0.2.2
0.3.0
0.3.1
0.4
0.4.1
0.4.2
0.5.0
0.5.1
0.6.0
0.7.0
0.7.0.2
0.7.0.3
0.7.0.4
0.7.0.5
0.7.0.6
0.7.0.7
0.7.0.8
0.7.0.9
0.7.1
1.0
All 71 releases
Overview
Code
← All changes
|
backend/src/Data/Repository/PostsRepository.php
+1
-1
0.4
→
1.0.2
View file →
@@ -126,9 +126,9 @@
126
126
public function get_types() {
127
127
$data = [];
128
128
$types = get_post_types(
129
129
[
130
-
'public' => true,
130
+
'show_ui' => true,
131
131
],
132
132
'objects'
133
133
);
134
134