New discount store opens in home of former Wilko store

Dudley residents got their first taste of the town’s newly erected One Beyond store which opened today, the discount store rivals industry twins Extra Mega Bargains and Poundland.
With the doors flung open on Wednesday, high-street shoppers were finally able to step inside the new store since its announcement earlier this year.

How To Delete Personal Data Of Each User On A WordPress Site: Itay Verchik IVBS SEO / PPC

The Complete Guide On Deleting Personal Information For Every Wordpress User:
https://itayverchik.com/erase-personal-data/

In this guide, I show you how to delete personal information of any user on a WordPress website.

Want to learn how to efficiently and safely delete personal data of users on your WordPress site?
In this video, we’ll explain all the steps and tips for deleting user data without affecting the functionality of your site. We’ll dive deep into the following topics:

Understanding Privacy Requirements: Why it’s important to delete user personal data and how it relates to privacy regulations like GDPR and CCPA.
Choosing the Right Tools for Data Deletion:

We’ll review the leading tools and plugins for deleting personal data in WordPress, including WP GDPR Compliance and Delete Me.

Performing Backups: How to back up your site before deleting data to prevent loss of important information.

Managing Users: How to identify the personal data of users that you need to delete.

The Data Deletion Process: Step-by-step guide on how to safely and efficiently delete personal data.

Ensuring Data Removal: How to verify that the data has been completely deleted and how to ensure the site continues to function properly after the deletion.

By the end of this video, you’ll know how to delete user personal data on your WordPress site in a professional and secure manner, allowing you to manage your site more efficiently and compliantly.

If you enjoyed the video and found it valuable, don’t forget to subscribe to the channel, hit the bell to get notifications for new videos, and share the video with friends who manage WordPress sites.

We’d love to hear your comments and questions below, and we’ll do our best to help you out!

To Sign Up For The Keywords Tracking System:
https://say-v.com/

Join now the community of Webmasters and SEO Marketers completely free:
https://www.facebook.com/groups/itayverchik

To purchase Elementor Pro, the world’s best WordPress page designer:
https://trk.elementor.com/2500

Don’t Have A Web Hosting Account Yet Or Are You Just Not Satisfied With Your Existing Hosting?
Get A 25% Discount For Cloudways Web Hosting For The First 3 Months:
https://platform.cloudways.com/signup?id=314159&coupon=VERCHIK

Moodle Showcase Shorts Bumper Edition – so many demos, no title will do them justice!

by Marie Achour.  

Hello Moodlers,

 

Welcome to this edition of ‘Showcase Shorts’ – it’s a big one, so get a cup of tea and get ready to enjoy a ton of demos from the Moodle HQ Product team.

 

The Moodle LMS teams have been hard at work on our next batch of features, following the plans we shared with you in our last note.

Work on our new AI subsystem prototype is progressing quickly. In this video, you can watch how we designed our first feature, AI-enabled summarisation, and get a sneak peek of what it will look like when it’s done.

We are continuing to improve the Notifications available in Moodle, making sure the right information gets to the right people at the right time. You can hear about our latest enhancements in this video:

Our main course pages are going to look better than ever with the introduction of sub-sections in our course layouts. Check out what to expect by watching this video:

The upgrades we need to make to badges & icons are also progressing, with some of the updates you can look forward to shown in this video:

Finally, the improvements to our Assignment activity continue. This video shows a few of the useful updates you can expect soon. 

 

Moodle Community Developers should watch the following video, which provides updates on our mission to ‘Break down the monolith’ and some new considerations for Plugin Type Deprecation.

 

 

Our journey with Learning Catalogues continues in Moodle Workplace. Watch this video to learn what to expect next and about some of the research that is informing our designs. 

We are also working on many other improvements for Moodle Workplace, some of which you can see come to fruition in this video.

 

In other big news, we have now released the Moodle LMS & Moodle Workplace 4.4 versions of our Mobile Apps, so you can now benefit from all our new features on your phones! Well done to the App team for all their hard work in getting us there.

 

And finally, in case you missed the memo, the Early Bird date that lets you get your tickets for MoodleMoot Global 2024 at a discounted rate has been extended to the 13 of August – so if you haven’t already, now is absolutely the time to register for the event! Visit www.moodlemoot.org to find out how.

That’s it for this edition of our ‘Showcase Shorts’; we hope you’ve enjoyed the updates.

Until Next Sprint!

The Moodle Product Team

Grepfruit: Codebase Search with Regex

If you’ve been looking for a way to search your codebase with regex patterns, here it is: Grepfruit. Ideal for CI/CD pipelines and beyond, Grepfruit lets you search for, e.g., TODO comments, excluding files or directories, truncating the output, and providing colorized results for easy readability.

CVE-2024-41946: DoS vulnerability in REXML

There is a DoS vulnerability in REXML gem. This vulnerability has been assigned the CVE identifier CVE-2024-41946. We strongly recommend upgrading the REXML gem.

Details

When parsing an XML that has many entity expansions with SAX2 or pull parser API, REXML gem may take long time.

Please update REXML gem to version 3.3.3 or later.

Affected versions

  • REXML gem 3.3.2 or prior

Credits

Thanks to NAITOH Jun for discovering and fixing this issue.

History

  • Originally published at 2024-08-01 03:00:00 (UTC)

Posted by kou on 1 Aug 2024

Python 3.13.0 release candidate 1 released

 I’m pleased to announce the release of Python 3.13 release candidate 1.

https://www.python.org/downloads/release/python-3130rc1/

 

This is the first release candidate of Python 3.13.0

This release, 3.13.0rc1, is the penultimate release
preview. Entering the release candidate phase, only reviewed code
changes which are clear bug fixes are allowed between this release
candidate and the final release. The second candidate (and the last
planned release preview) is scheduled for Tuesday, 2024-09-03, while the
official release of 3.13.0 is scheduled for Tuesday, 2024-10-01.

There will be no ABI changes from this point forward in the 3.13 series, and the goal is that there will be as few code changes as possible.

Call to action

We strongly encourage maintainers of third-party Python projects to
prepare their projects for 3.13 compatibilities during this phase, and
where necessary publish Python 3.13 wheels on PyPI to be ready for the
final release of 3.13.0. Any binary wheels built against Python
3.13.0rc1 will work with future versions of Python 3.13. As always, report any issues to the Python bug tracker.

Please keep in mind that this is a preview release and while it’s as close to the final release as we can get it, its use is not recommended for production environments.

Core developers: time to work on documentation now

  • Are all your changes properly documented?
  • Are they mentioned in What’s New?
  • Did you notice other changes you know of to have insufficient documentation?

 

Major new features of the 3.13 series, compared to 3.12

Some of the new major new features and changes in Python 3.13 are:

New features

Typing

Removals and new deprecations

  • PEP 594 (Removing dead batteries from the standard library) scheduled removals of many deprecated modules: aifc, audioop, chunk, cgi, cgitb, crypt, imghdr, mailcap, msilib, nis, nntplib, ossaudiodev, pipes, sndhdr, spwd, sunau, telnetlib, uu, xdrlib, lib2to3.
  • Many other removals of deprecated classes, functions and methods in various standard library modules.
  • C API removals and deprecations. (Some removals present in alpha 1 were reverted in alpha 2, as the removals were deemed too disruptive at this time.)
  • New deprecations, most of which are scheduled for removal from Python 3.15 or 3.16.

(Hey, fellow core developer, if a feature you find important is missing from this list, let Thomas know.)

For more details on the changes to Python 3.13, see What’s new in Python 3.13. The next pre-release of Python 3.13 will be 3.13.0rc2, the final release candidate, currently scheduled for 2024-09-03.

 

More resources

 

Enjoy the new releases

Thanks to all of the many volunteers who help make Python Development
and these releases possible! Please consider supporting our efforts by
volunteering yourself or through organization contributions to the
Python Software Foundation.

Whatevs,

Your release team,
Thomas Wouters
Łukasz Langa
Ned Deily
Steve Dower