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: xibodevelopment/backupwordpress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ucavus/backupwordpress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 22 files changed
  • 1 contributor

Commits on Jul 13, 2015

  1. Avoid duplicates being added to wp_get_schedules()

    but maintain a plugin-specific schedules list, which is now filterable.
    The duplicates make the other plugins that use cron unnecessarily
    confusing.
    
    PRIOR_VERSION and NEXT_VERSION still need to be replaced with
    appropriate version numbers.
    
    Signed-off-by: ucavus <ucavus@github.fake>
    ucavus committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    339575b View commit details
    Browse the repository at this point in the history
  2. en_GB/AU translations

    Signed-off-by: ucavus <ucavus@github.fake>
    ucavus committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    4f33154 View commit details
    Browse the repository at this point in the history
  3. grammar, punctuation, etc.

    Signed-off-by: ucavus <ucavus@github.fake>
    ucavus committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    f454153 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2015

  1. fix to get_name method after dropping cron schedule prefixes

    Signed-off-by: ucavus <ucavus@github.fake>
    ucavus committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    b3b0630 View commit details
    Browse the repository at this point in the history
Loading