Iโm going to start postingย updates every Wednesdayย on development progress, in order to help keep everyone in the loop The Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed on each post. https://codex.wordpress.org/The_Loop. on new features, the status of ongoing work, etc.
This past week @kovshenin has been working on Quickbooks integration for WordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what theyโve learned throughout the year and share the joy. Learn more. payments, and also automating SSL Secure Socket Layer - Encryption from the server to the browser and back. Prevents prying eyes from seeing what you are sending between your browser and the server. certificates as part of the URL A specific web address of a website or web page on the Internet, such as a websiteโs URL www.wordpress.org-rollback project. He launched a couple plugins toย interact with the Quickbooksย API An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways., but integrating that into ourย payment plugins is on hold due to some delays on the bankโs end.
Letโs Encrypt increasedย our SSL certificate rate-limit, so we no longer need to request themย in batches. Konstantinย is collaborating with the Systems team on an updated script that shouldย install certificates for the remaining sites. Once thatโs done, heโll be able to migrate them back to their original URLs.
Iโve been working on a new post type for WordCamp organizer reimbursements, and a network-wide dashboard for deputies Community Program Supporters (formerly Deputies) are a team of people worldwide who review WordCamp and Meetup applications, interview lead organizers, and keep things moving at WordCamp Central. Find more about program supporters in our Program Supporter Handbook. to manage reimbursements. Currently organizers use the Payments post type for both vendor payments and personal reimbursements, but the new post type will separate the two.
Weโll also be adding a new post type for sponsor invoices soon, so Iย created a new Budget menuย in wp-admin to hold all the post types for vendor payments, personal reimbursements, and sponsor invoices.ย I deployed Launching code from a local development environment to the production web server, so that it's available to visitors. the new sponsor invoices post type last week, but the banking delays have disrupted our integration plans, so Iโve temporarily disabled it until we get all that wrapped up.
ย
#development-update, #official-websites