makeBCT

#AI #OpenAI #Chatbot #Cloud #WordPress

WordPress 4.2 “Powell” 출시

2015년 4월 23일 워드프레스 4.2 Powell 이 공식 출시 되었습니다. 이번 코드명인 Powell 은 재즈 피아니스트(jazz pianist)인 Earl Rudolph “Bud” Powell 에서 따온 것이라고 합니다.

 

https://wordpress.org/news/2015/04/powell/

 

wordpress4.2

 

다음은 워드프레스 4.2 버전에 포함된 주요 변경 사항입니다.

 

 

  • An easier way to share content

  • Extended character support

  • Switch themes in the Customizer

  • Even more embeds

  • Streamlined plugin updates

  • utf8mb4 support
  • JavaScript accessibility
  • Shared term splitting
  • Complex query ordering

 

 

상세 내용은 다음 URL에서 확인 바랍니다.

 

https://wordpress.org/news/2015/04/powell/

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

인기 글

Ubuntu 22.04 LTS에 Python 3.8 or 3.9 설치 방법
서버 : Vultr 클라우드OS: Ubuntu 22.04 LTS사용자 계정 생성하여 설치 진행함 1. Start with the system update sudo apt update...
오라클 클라우드 OCI 가입 드디어 성공 했습니다 (상세 후기)
2023년 2월 16일에 ‘오라클 클라우드 지급 검증 실패 글‘을 남긴 적이 있습니다. 그 때 검색을 통해 해결 방법을 찾아 보았고, 당시 성공했던 분들의...
사용자 작성 모듈 import 시 에러)(ModuleNotFoundError: No module named
파이썬 모듈을 만들고 테스트 할 때 ModuleNotFoundError: No module named 에러가 발생한 경우 원인 파이썬은 모듈을 불러올 때 모듈 설치 경로와 자신의...
AWS 인스턴스 유형 변경 방법
AWS 인스턴스 유형을 변경하기 위한 방법에는 다음 2가지가 있습니다.   1. 첫 번째 방법 AMI 이미지 생성 후 해당 이미지를 복원하여 신규 EC2 인스턴스를 생성하는...
Ubuntu 20.04에 MySQL 5.7 설치
비씨티원 인공지능 서비스 플랫폼 BAP(Bctone AI service Platform)의 설치 환경은 공식적으로 Ubuntu 18.04와 MySQL 버전 5.7 입니다. 최근 Ubuntu...