PluginProbe ʕ •ᴥ•ʔ
Auto Post Cleaner / 3.10.2
Auto Post Cleaner v3.10.2
3.12.0 3.13.1 3.2.4 3.2.5 3.3.0 3.3.10 3.3.11 3.3.8 3.4.2 3.5.3 3.6.0 3.7.0 3.7.1 3.7.2 3.7.3 3.7.5 3.7.6 3.8.0 3.9.0 3.9.4 3.9.6 3.9.7 trunk 3.0.0 3.1.0 3.10.1 3.10.2 3.11.4
delete-old-posts-programmatically / readme.txt
delete-old-posts-programmatically Last commit date
assets 11 months ago freemius 11 months ago inc 11 months ago languages 3 years ago trunk 11 months ago README.md 11 months ago composer.json 5 years ago delete-old-posts-premium.php 3 years ago delete-old-posts-programmatically.php 3 years ago delete-old-posts.php 11 months ago package-lock.json 11 months ago package.json 1 year ago postcss.config.js 5 years ago readme.txt 11 months ago styles.css 2 years ago tailwind.config.js 2 years ago
readme.txt
303 lines
1 === Delete Posts automatically ===
2 Contributors: wpmagics, freemius
3 Tags: delete posts automatically, bulk delete posts, bulk posts delete, delete posts automatically with filters
4 Requires at least: 5.7
5 Tested up to: 6.8
6 Requires PHP: 7.0
7 Stable tag: 3.10.1
8 License: GPL3
9 License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
11 The Delete Posts Automatically plugin keeps your website clean by programmatically deleting posts using a wide range of powerful filters.
12
13 == Description ==
14 Deleting the old posts in WordPress is a time-consuming task.
15 With the Delete Old Posts Automatically plugin, you can make this task automatically.
16
17 Just set the value for the number of days in the past, and the plugin will automatically delete any post that was published before that.
18 You can also filter the deleted posts if you want to skip some of them and keep some important ones.
19
20 Any blog accumulates, over time, a considerable number of blog posts. If your old blog posts are out-of-date, irrelevant, of poor quality, not useful, don’t get much traffic, and don’t support your blog’s overall goals, you should consider removing them. If your website has hundreds of old posts, deleting them is a time-consuming task.
21 If any of these blog posts still have organic traffic, it will be automatically redirected, with a 301 code, to the best matching related post.
22
23 With the help of this plugin, you will be able to **delete the posts automatically** and thus save a lot of time. You can decide to permanently delete the posts or put them in the trash.
24 You can also delete any custom posts, such as WooCommerce products, with ease.
25
26
27 = Features =
28
29 * Automatically delete unwanted posts.
30 * Automatically delete unwanted custom post types.
31 * Choose the number of days in the past as a starting point from which to delete posts.
32 * Choose a fixed date as a starting point from which to delete posts.
33 * Exclude posts that you don't want to delete.
34 * Look for posts that contain a specific phrase.
35 * Delete posts by categories.
36 * Delete posts by tags.
37 * Delete the custom post types from one or multiple taxonomies.
38 * Select the relationship that will be applied to taxonomies terms.
39 * Redirect deleted posts with a status of "301 Moved Permanently" to similar posts on your website.
40 * Delete posts by the user.
41 * Delete the post permanently (PRO version).
42 * Delete post attachments when the post is deleted (PRO version).
43
44 Read more on the [plugin page on wpmagic.cloud](https://wpmagic.cloud/product/auto-delete-old-posts-wordpress-plugin/).
45
46 = Supported languages: =
47
48 * English
49 * Deutsch
50 * Nederlands
51 * Français
52 * Italiana
53 * Norwegian
54 * Hindi
55 * Bengali
56
57 If you want, you can help [translate](https://translate.wordpress.org/projects/wp-plugins/delete-old-posts-programmatically/) the "Delete old posts automatically" plugin into another language. Many thanks!
58 Please note that there are no guarantees that translations from the original English are accurate.
59
60 = Spread The Love ❤️ =
61
62 If you love the Delete old Posts automatically plugin, please show your appreciation by leaving a [five star rating ⭐⭐⭐⭐⭐](https://wordpress.org/support/plugin/delete-old-posts-programmatically/reviews/#new-post) on WordPress.org.
63 Sharing the word with your friends on [Facebook](https://www.facebook.com/sharer.php?u=https://wordpress.org/plugins/delete-old-posts-programmatically/) and [Twitter](https://twitter.com/intent/tweet?url=https://wordpress.org/plugins/delete-old-posts-programmatically/) you'll be helping other website owners discover this plugin and benefit from it!
64
65 == Installation ==
66
67 Option 1:
68
69 1. Go to WordPress Dashboard. Locate Plugins -> Add New
70 2. Search **Delete old Posts automatically** using the search option
71 3. Find the plugin and click Install Now button
72 4. After installation, click on the Activate Plugin link to activate the plugin.
73
74 Option 2:
75
76 To install a plugin you just need to put the plugin files into the wp-content/plugins directory. Once a plugin is installed, you may activate it or deactivate it from the Plugins menu in your WP administration. In WordPress 2.7 and above you can install plugins directly from the admin area.
77
78 Manual WordPress plugin installs are easy!
79
80 1. Go to the plugin page and download the plugin.
81 2. Log into your WordPress admin site and go to the Plugins section.
82 3. Click on Upload and select the zip file.
83 4. Activate the plugin.
84 5. Go back to the Plugins section, scroll down, and look for the plugin settings link under plugin name.
85
86 == Frequently Asked Questions ==
87
88 = Should I take a backup before using this tool? =
89 Yes! You should always take a backup before deleting posts or pages on your website.
90
91 = What happens if it deletes something I do not want to delete? =
92 You should restore the backup you took of your website before you ran this tool.
93
94 = What does this plugin do exactly? =
95 The plugin will help you delete the posts automatically.
96
97 = What if I don't want some of my posts to be deleted? =
98 You should use the built-in 'filters' to fine tune which posts should be deleted.
99
100 == Changelog ==
101
102 = 3.10.2 =
103 * Added: The ability to search for and select items from a list in the filters.
104 * Updated: SDK to the latest version.
105
106 = 3.9.7 =
107 * Updated: SDK to the latest version.
108
109 = 3.9.6 =
110 * Updated: FAQs.
111
112 = 3.9.5 =
113 * Updated: Plugin name.
114
115 = 3.9.4 =
116 * Updated: Short Description.
117
118 = 3.9.3 =
119 * Updated: Title and description.
120
121 = 3.9.2 =
122 * Updated: Stable Tag.
123
124 = 3.9.1 =
125 * Updated SDK to the latest version.
126
127 = 3.9.0 =
128 * Added: Filter to delete posts by tags.
129
130 = 3.8.0 =
131 * Updated SDK to the latest version.
132 * Fixed: The categories do not appear in the list for all selected post types.
133 * Added: Updated the "post status" with values according to the custom posts installed.
134
135 = 3.7.7 =
136 * Updated Freemius SDK to the latest version.
137 * Tested with version 6.5
138
139 = 3.7.6 =
140 * Fixed: the plugin's style is not updating on multisite.
141
142 = 3.7.5 =
143 * Fixed: the table position in "Redirects" was moving with the scroll.
144 * Fixed: the link "Edit" in "Redirects" was redirecting to the start of the table when on another page.
145
146 = 3.7.3 =
147 * Fixed: "Blank screen" on the plugin page.
148 * Changed: Description in "Show hidden Custom Post Types" option in "Filters".
149
150 = 3.7.2 =
151 * Changed: Description in "Show hidden Custom Post Types" option in "Filters".
152
153 = 3.7.1 =
154 * Fixed: "Show hidden Custom Post Types." option in "Filters." not saved on change.
155
156 = 3.7.0 =
157 * Added: The "Show hidden Custom Post Types." option in "Filters."
158 * Changed: Some texts.
159
160 = 3.6.0 =
161 * The "Post Type" section in "Filter" was extended to include non-public custom post types, like, for example, the Open User Map (OUM) locations.
162 * Now it's possible to delete even more old posts.
163
164 = 3.5.3 =
165 * Updated Freemius SDK to the latest version.
166 * Tested with version 6.4.2
167
168 = 3.5.2 =
169 * Updated Freemius SDK to the latest version.
170 * Tested with version 6.4.1
171
172 = 3.5.1 =
173 * Updated Freemius SDK to the latest version.
174 * Tested with version 6.3.2
175
176 = 3.5.0 =
177 * A new feature was added: it is now possible to delete posts with a specific post status (published, draft, etc.).
178
179 = 3.4.4 =
180 * Fixed: Attachments were not deleted when the "Delete the Posts Permanently" option was selected (Premium version). Thanks Rafael for signalling the problem!
181
182 = 3.4.3 =
183 * Updated Freemius SDK to the latest version.
184
185 = 3.4.2 =
186 * Fixed: Filters layout. When multiple users registered, the page expanded.
187
188 = 3.4.1 =
189 * Fixed: It was not possible to delete posts older than a day.
190 * Improved: Better description of relationships applied to selected categories or taxonomy terms
191 * SDK updated to version 2.5.9.
192
193 = 3.3.11 =
194 * Description changed.
195 * Tested with version 6.2.
196 * SDK updated to version 2.5.6.
197
198 = 3.3.10 =
199 * The SDK was updated to version 2.5.5.
200
201 = 3.3.9 =
202 * Fixed: Attachments were not deleted when the featured image was added at a later time to the post from the media library.
203 * Fixed: WooCommerce product gallery images were not deleted with the product.
204 * Added: Force delete images option to force delete the attached image from the post even if it is used by another post.
205 * Improved: The text used for information and descriptions has been improved.
206
207 = 3.3.8 =
208 * Fixed: Categories were not available in the filter before saving the filter form.
209
210 = 3.3.7 =
211 * Added: translation for italian.
212
213 = 3.3.6 =
214 * Fixed: Some WordPress installations display "Warning: [function.file-get-contents]: failed to open stream: No such file or directory" in the PRO version.
215
216 = 3.3.5 =
217 * Added: translation for Norwegian.
218
219 = 3.3.4 =
220 * Added: translation for Hindi and Bengali.
221
222 = 3.3.3 =
223 * Fixed: When the website's language was changed, the translation did not load.
224 * Some translation was edited, and some new texts have been translated.
225
226 = 3.3.2 =
227 * Added: translation files for Deutsch, Dutch, and French.
228
229 = 3.3.1 =
230 * Fixed: when no post types are selected, there is no indication that at least one post type has to be selected when filters are saved. Now the default post type is automatically selected.
231
232 = 3.3.0 =
233 * Fixed: attachments are no longer deleted when the same attachment is used in multiple posts (Pro version).
234
235 = 3.2.6 =
236 * Changed FAQs
237 * The SDK was updated to version 2.5.3.
238
239 = 3.2.5 =
240 * The SDK was updated to version 2.5.2.
241
242 = 3.2.4 =
243 * Changed: added features and FAQs to the readme file.
244
245 = 3.2.3 =
246 * Fixed: some settings from the premium version are propagated to the free version when the license key expires.
247
248 = 3.2.2 =
249 * Fixed: some texts could not be translated.
250 * Improved text descriptions about how to calculate the days in the past automatically.
251
252 = 3.2.1 =
253 * Added feature: the ability to delete posts based on a fixed date instead of a number of days in the past.
254
255 = 3.1.1 =
256 * Fixed: The deleted posts are redirected (301 Moved Permanently) even if the "Redirect the URL of the deleted post to a similar post when requested" option was not activated.
257
258 = 3.1.0 =
259 * This version introduces the option to delete the post attachments when the post is deleted.
260
261 = 3.0.0 =
262 * This is a major release of the plugin. It is recommended to make a complete backup of your website before updating.
263 * This version introduces new features like picking a date for the posts, filters, and the capability to manage the deleted posts redirections.
264 * Now it's possible to pause and resume the deletion of posts. It's also possible to filter the deleted posts by custom post types, category, taxonomy, and author.
265 * You can also specify a list of post ids to exclude, as well as filter the posts based on the search keyword(s).
266
267 = 2.1.4 =
268 * Some code improvements have been made.
269
270 = 2.1.3 =
271 * WP6.0 compatibility confirmed.
272 * Code optimisations.
273
274 = 2.1.2 =
275 * SDK update. Security release.
276
277 = 2.0.2 =
278 * Description changed.
279
280 = 2.0.1 =
281 * Description changed.
282
283 = 2.0.0 =
284 * Deleted post redirection was added as an option. Now it is possible to automatically redirect to a similar post when the deleted URL is called.
285 * The post to redirect to will be automatically chosen by the system as the best matching variant.
286
287 = 1.0.5 =
288 * More options added for the premium version.
289
290 = 1.0.3 =
291 * Description changed.
292
293 = 1.0.2 =
294 * Functionality improved.
295
296 = 1.0.1 =
297 * Core functionality improved.
298
299 = 1.0.0 =
300 * The first version was released.
301
302 == Upgrade Notice ==
303 * You should always install the latest version of the plugin because it might contain security patches and align with the latest releases of WordPress.