이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WTG CSV Exporter Beta for WordPress

설명

Select the tables you wish to export to one or multiple .csv files. My goal is to offer control over all aspects of the
exported .csv file/s i.e. name the headers rather than defaulting to database column names. This will come in use for
automated features i.e. generate .csv files automatically and deliver them using email or simply placing them in a selected
directory. My approach is going to be the duplication of PHP functions and HTML forms – then adapt them to suit a different need. The idea
is to avoid changing existing features in use. This will require an expanding interface which the WTG CSV Exporter offers.

To begin with the plugin will be simple though. Contributions of any kind (even a Tweet or a Facebook like helps) will
drive us towards the next update.

Main Links

Features List

  1. Export Data to .csv File

Languages

Translators needed to help localize WTG CSV Exporter.

Donators

These donators have giving their permission to add their site to this list so that plugin authors can
request their support for their own project. Please do not request donations but instead visit their site,
show interest and tell them about your own plugin – you may get lucky.

Contributors: Translation

These contributors helped to localize WTG Tasks Manager by translating my endless dialog text.

  • None Yet

Contributors: Code

These contributers typed some PHP or HTML or CSS or JavaScript or Ajax for WTG Tasks Manager. Bunch of geeks really!

  • None Yet

Contributors: Design

These contributors created graphics for the plugin and are good with Photoshop. No doubt they spend their time merging different species together!

  • None Yet

Contributors: Video Tutorials

These contributors published videos on YouTube or another video streaming website for the community to enjoy…and maybe to get some ad clicks.

  • None Yet

When To Update

Browse the changes log and decide if you need any recent changes. There is nothing wrong with skipping versions if changes do not
help you – look for security related changes or new features that could really benefit you. If you do not see any you may want
to avoid updating. If you decide to apply the new version – do so after you have backedup your entire WordPress installation
(files and data). Files only or data only is not a suitable backup. Every WordPress installation is different and creates a different
environment for WTG Task Manager – possibly an environment that triggers faults with the new version of this software. This is common
in software development and it is why we need to make preparations that allow reversal of major changes to our website.

Version Numbers and Updating

Explanation of versioning used by myself Ryan Bayne. The versioning scheme I use is called “Semantic Versioning 2.0.0” and more
information about it can be found at http://semver.org/

These are the rules followed to increase the WTG CSV Exporter plugin version number. Given a version number MAJOR.MINOR.PATCH, increment the:

MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards-compatible manner, and
PATCH version when you make backwards-compatible bug fixes.
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

설치

Please install WTG CSV Exporter from WordPress.org by going to Plugins –> Add New and searching “WTG CSV Exporter”. This is safer and quicker than any other methods.

FAQ

As a WebTechGlobal subscriber can I get higher priority support for this plugin?

Yes – subscribers are put ahead of my Free Workflow and will not only result in a quicker response for support
but requests for new features are marked with higher priority.

Can I hire you to customize the plugin for me?

Yes – you can pay to improve the plugin to suit your needs. However many improvements will be done free.
Please post your requirements on the plugins forum first before sending me Paypal or Bitcoins. If your request is acceptable
within my plans it will always be added to the WTG Tasks Management plugin which is part of my workflow system. The tasks
priority can be increased based on your WebTechGlobal subscription status, donations or contributions you have made.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“WTG CSV Exporter Beta for WordPress”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WTG CSV Exporter Beta for WordPress”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.0.4

  • Feature Changes
    • None
  • Technical Information
    • Menu array class was being loaded too many times in different locations – one global exists for the entire plugin now.
    • Various variable name changes and removal reduntant globals.
  • Known Issues
    • None

0.0.3

  • Feature Changes
    • Removed Update view – this corrects installation error on yesterdays update
  • Technical Information
    • None
  • Known Issues
    • None

0.0.2

  • Feature Changes
    • Default Profiles renamed to Basic Profiles
    • Added the Create Basic Profiles view (focuses on WP core data)
    • Added file for Create Detailed Profiles view, the view will probably come in 0.0.12
  • Technical Information
    • Some exports may serialize data that is in PHP arrays, exporter would need to unseralize. Options will be added for alternative approaches.
  • Known Issues
    • Some or all forms may not show properly on the WP dashboard – does not stop the plugin being used though this is just an extra feature.