Skip to content

Releases: soderlind/dss-cron

1.0.12

22 Nov 19:08
64f5004
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.11...1.0.12

1.0.11

21 Nov 09:49
c494f75
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.10...1.0.11

1.0.10

20 Nov 19:23
Compare
Choose a tag to compare

What's Changed

Add GitHub Actions output format when using ?ga parameter

Full Changelog: 1.0.9...1.0.10

1.0.9

20 Nov 16:14
6683dd1
Compare
Choose a tag to compare

What's Changed

  • Add sites caching using transients to improve performance. by @soderlind in #9

Full Changelog: 1.0.8...1.0.9

1.0.8

20 Nov 15:13
26dc762
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.7...1.0.8

1.0.7

20 Nov 12:53
42c807a
Compare
Choose a tag to compare

What's Changed

  • Set number of sites by @soderlind in #7
    • add filter dss_cron_number_of_sites

Full Changelog: 1.0.6...1.0.7

1.0.6

20 Nov 12:06
195bc89
Compare
Choose a tag to compare

What's Changed

  • Tuning the plugin by @soderlind in #6
    • Make plugin faster by using $site->__get( 'siteurl' ) instead of get_site_url( $site->blog_id ). This prevents use of switch_to_blog() and restore_current_blog() functions. They are expensive and slow down the plugin.
    • For wp_remote_get, set blocking to false. This will allow the request to be non-blocking and not wait for the response.
    • For wp_remote_get, set sslverify to false. This will allow the request to be non-blocking and not wait for the response.

Full Changelog: 1.0.5...1.0.6

1.0.5

20 Nov 10:24
1db916c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

20 Nov 09:43
3b165fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.4

1.0.2

19 Nov 16:39
8d2489a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2