Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coderedcorp/coderedcms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coderedcorp/coderedcms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 13, 2023

  1. Bump version to 3.0.0 final

    vsalvino committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9a14e93 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    1b12884 View commit details
    Browse the repository at this point in the history
  2. Bump version to 3.0.1

    vsalvino committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e25d867 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    88cda2d View commit details
    Browse the repository at this point in the history
  2. BUmp version to 3.0.2

    vsalvino committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f6953ba View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    c2430d4 View commit details
    Browse the repository at this point in the history
  2. Bump version to 3.0.3

    vsalvino committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a06a8a3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Include the absolute URL to the sitemap in the robots.txt file (#633)

    In the robots.txt file, the value of the sitemap field is a relative
    URL.
    This should be changed to an absolute URL.
    See protocol: https://sitemaps.org/protocol.html#submit_robots
    
    For example, in the Google search console, this error message appears
    when it's a relative url:
    
    > "Invalid sitemap URL" incomprehensible syntax
    
    I think it would be interesting to have a default sitemap field in the
    right format using `root_url`.
    FBruynbroeck authored and vsalvino committed May 18, 2024
    Configuration menu
    Copy the full SHA
    966e179 View commit details
    Browse the repository at this point in the history
  2. Close bug 621 use custom image model in tag (#625)

    Change the CRX image tag to use `get_image_model` to follow Wagtail best
    practices and allow for custom models
    
    closes #621
    jlchilders11 authored and vsalvino committed May 18, 2024
    Configuration menu
    Copy the full SHA
    51d8b88 View commit details
    Browse the repository at this point in the history
  3. Add release notes for 3.0.4

    vsalvino committed May 18, 2024
    Configuration menu
    Copy the full SHA
    ab5eb33 View commit details
    Browse the repository at this point in the history
  4. Bump version to 3.0.4

    vsalvino committed May 18, 2024
    Configuration menu
    Copy the full SHA
    b71941d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Fix 3.0.4 release notes

    vsalvino committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6fb33fb View commit details
    Browse the repository at this point in the history
Loading