-
It would be great if Travis had another step that would build VersionPress and publish it somewhere so that:
- Each build is uniquely identified, which our `npm run build` script already does. It c…
-
```
[12-Dec-2017 08:40:40 UTC] Unknown column 'b.option_name' in 'where clause'. Query: SELECT option_name FROM wp49_wp49staging_options AS a WHERE a.option_name LIKE '\\_transient\\_%' AND a.option_…
-
I got this error when try to activate WPML Multilingual CMS plugin. The same will be if try activate VersionPress after WPML Multilingual CMS.
As i understand, it's the same problem like in this is…
-
This is a follow-up to PR #1415 where we introduced Travis CI running full tests but couldn't make Docker caching work.
The issue was first raised in https://github.com/versionpress/versionpress/pu…
-
During work on test infrastructure we found a problem with order of posts on cloned site. When there are several posts (or other items) **published at the same time and ordered by that time**, their *…
-
It would have two main benefits:
1. It would physically force dependencies to be right. At the moment, even though we try to minimize direct calls from VP code into WordPress functions, it sometime…
-
The team has been busy with VersionPress.com for quite a while but there will be a renewed focus on the open source project, which has already started with two large pull requests, updated dev setup #…
-
For example, when viewing a post, there could be a link to the VersionPress admin screen, filtered out to show only the changes of the given post. Or something similar for options, users, plugins, etc…
-
From the very early days (https://github.com/versionpress/versionpress/issues/9), VersionPress was prefixing its own commits with `[VP]` which was to distinguish manual commits from the automatically …
-
Hi all,
I want to make an `ALTER TABLE` on a Yoast Seo Meta table before Versionpress DB synchronization, so I created a file `hook.php` inside versionpress folder `wp-content\.versionpress\plugins…