-
Notifications
You must be signed in to change notification settings - Fork 134
Comparing changes
Open a pull request
base repository: GlotPress/GlotPress
base: 4.0.0
head repository: GlotPress/GlotPress
compare: 4.0.1
- 16 commits
- 11 files changed
- 6 contributors
Commits on Mar 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 99d0799 - Browse repository at this point
Copy the full SHA 99d0799View commit details
Commits on Apr 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 36a70b4 - Browse repository at this point
Copy the full SHA 36a70b4View commit details
Commits on Jan 16, 2024
-
Add Plugin Preview to GlotPress (#1748)
--------- Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3aad9bd - Browse repository at this point
Copy the full SHA 3aad9bdView commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for efd3eda - Browse repository at this point
Copy the full SHA efd3edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6ac082 - Browse repository at this point
Copy the full SHA f6ac082View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 683030f - Browse repository at this point
Copy the full SHA 683030fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfbccbe - Browse repository at this point
Copy the full SHA cfbccbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b594507 - Browse repository at this point
Copy the full SHA b594507View commit details
Commits on Mar 26, 2024
-
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#1818)
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md) - [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4) --- updated-dependencies: - dependency-name: webpack-dev-middleware dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 54f6b5a - Browse repository at this point
Copy the full SHA 54f6b5aView commit details -
Bump @wordpress/env from 9.4.0 to 9.6.0 (#1819)
Bumps [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) from 9.4.0 to 9.6.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/env@9.6.0/packages/env) --- updated-dependencies: - dependency-name: "@wordpress/env" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesús Amieiro Becerra <1667814+amieiro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5832663 - Browse repository at this point
Copy the full SHA 5832663View commit details -
Bump express from 4.18.2 to 4.19.2 (#1821)
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesús Amieiro Becerra <1667814+amieiro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3742795 - Browse repository at this point
Copy the full SHA 3742795View commit details -
Bump @wordpress/scripts from 27.3.0 to 27.5.0 (#1820)
Bumps [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) from 27.3.0 to 27.5.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@27.5.0/packages/scripts) --- updated-dependencies: - dependency-name: "@wordpress/scripts" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesús Amieiro Becerra <1667814+amieiro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b5a8e6b - Browse repository at this point
Copy the full SHA b5a8e6bView commit details -
Bump follow-redirects from 1.15.4 to 1.15.6 (#1815)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesús Amieiro Becerra <1667814+amieiro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4a9aed0 - Browse repository at this point
Copy the full SHA 4a9aed0View commit details
Commits on Mar 27, 2024
-
[1813] Fix errors when URL parameters like "filter[status]" aren't st…
…rings (#1814) * Fix errors when URL parameter "filter[status]" isn't a string * Fallback to empty string instead of the default statuses * Revert sanitization of $filters[status] * Sanitize gp_get() for new glossary translation_set_id string * Sanitize gp_get( 'parent_project_id' ) parameter type on new project * Sanitze URL get 'project_id' on new translation_set * Sanitize gp_get() parameters 'page', 'sort' and 'filters'. * Check int types * Check numeric IDs in gp_get with is_numeric()
Configuration menu - View commit details
-
Copy full SHA for b100e73 - Browse repository at this point
Copy the full SHA b100e73View commit details -
Bump ramsey/composer-install from 2 to 3 (#1803)
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. - [Release notes](https://github.com/ramsey/composer-install/releases) - [Commits](ramsey/composer-install@v2...v3) --- updated-dependencies: - dependency-name: ramsey/composer-install dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesús Amieiro Becerra <1667814+amieiro@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 592a42d - Browse repository at this point
Copy the full SHA 592a42dView commit details
Commits on Apr 3, 2024
-
* Release 4.0.1 * Update the "Tested up" and the "Stable tag"
Configuration menu - View commit details
-
Copy full SHA for 84cfcee - Browse repository at this point
Copy the full SHA 84cfceeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.0.0...4.0.1