Adds DFs
This commit is contained in:
81
spec/fixtures/dynamic_finders/plugin_version/cbqe-edit-flow/change_log/CHANGELOG.md
vendored
Normal file
81
spec/fixtures/dynamic_finders/plugin_version/cbqe-edit-flow/change_log/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
# CHANGELOG - Edit Flow for Custom Bulk/Quick Edit
|
||||
|
||||
## master
|
||||
|
||||
## 1.4.0
|
||||
* Remove activation helpers
|
||||
* Confirm WordPress 4.7.2 compatibility
|
||||
* Fix coding standards for CI
|
||||
* Remove `ProjectStatus` button by stillmaintained.com from readme file
|
||||
* Update FAQ links url
|
||||
* Update support email address
|
||||
|
||||
## 1.3.1
|
||||
* Update store branding
|
||||
|
||||
## 1.3.0
|
||||
* Change brand name from Aihrus to Axelerant
|
||||
* Require Custom Bulk/Quick Edit 1.6.0
|
||||
* Revise plugin name
|
||||
* Update copyright
|
||||
* Update file headers
|
||||
|
||||
## 1.2.1
|
||||
* Require Custom Bulk/Quick Edit 1.5.1
|
||||
* Update Aihrus Framework integration
|
||||
* Update copyright
|
||||
|
||||
## 1.2.0
|
||||
* Move main class to includes
|
||||
* Remove Aihrus Framework loading during requirements checking
|
||||
* Require Custom Bulk/Quick Edit 1.5.0
|
||||
* RESOLVE Doesn't activate with premium plugin
|
||||
* Specify a “Text Domain” and “Domain Path”
|
||||
* Update file structure
|
||||
* Use Codeship.io than Travis CI
|
||||
|
||||
## 1.1.1
|
||||
* BUGFIX Inactive REQ_BASE due to old Aihrus Framework
|
||||
* Use Aihrus Framework 1.0.1
|
||||
|
||||
## 1.1.0
|
||||
* Bring in Aihrus Framework
|
||||
* Convert TODO to https://github.com/michael-cannon/cbqe-edit-flow/issues
|
||||
* Correct meta key save and viewing for BUG #7
|
||||
* Create constants out of requirements
|
||||
* Current configurations could be lost during upgrading. Please copy your Edit Flow field configuration data to someplace safe to make restoration easy. The underlying custom field key naming structure has changed to support Edit Flow 0.8.0.
|
||||
* Disable purchase premium links if premium is active
|
||||
* FEATURE #6 Enable donate_notice
|
||||
* Implement WordPress version checking
|
||||
* RESOLVE #1 On delete error
|
||||
* RESOLVE #2 On activate error - no cbqe free installed
|
||||
* RESOLVE #4 Ensure single instance of item
|
||||
* RESOLVE #7 Update fields from EF taxonomy directly
|
||||
* RESOLVE #8 Save EF field per type
|
||||
* RESOLVE #9 Time not supported in date editing
|
||||
* RESOLVE Donate notice shows after saving settings
|
||||
* RESOLVE No notices on deactivation
|
||||
* Remove unused methods
|
||||
* Revise readme structure
|
||||
* Separate checking for active plugins and PHP from plugin versions
|
||||
* Simplify class constants
|
||||
* Tested up to 3.9.0
|
||||
* Update readme regarding buy Premium for date and numeric fields
|
||||
* Use premium link constant
|
||||
* WONTFIX #3 Not needed
|
||||
* WONTFIX #5 Needed
|
||||
|
||||
## 1.0.2
|
||||
* Move screenshots to SVN assets
|
||||
|
||||
## 1.0.1
|
||||
* URL updates
|
||||
|
||||
## 1.0.0
|
||||
* Add screenshot 1. Edit Flow field settings
|
||||
* Add screenshot 2. Quick Edit of Edit Flow attributes
|
||||
* Add screenshot 3. Bulk Edit of Edit Flow attributes
|
||||
* Load Edit Flow customizations from Custom Bulk/Quick Edit Premium
|
||||
|
||||
## 0.0.1
|
||||
* Initial code release (with WordPress SEO basis, needs Edit Flow)
|
||||
@@ -0,0 +1,44 @@
|
||||
# Copyright (C) 2017 Custom Bulk/Quick Edit - Edit Flow
|
||||
# This file is distributed under the same license as the Custom Bulk/Quick Edit - Edit Flow package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Custom Bulk/Quick Edit - Edit Flow 1.4.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cbqe-edit-flow\n"
|
||||
"POT-Creation-Date: 2017-02-07 08:38:56+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
#: includes/class-cbqe-edit-flow.php:164
|
||||
msgid "Failed version check"
|
||||
msgstr ""
|
||||
|
||||
#: includes/class-cbqe-edit-flow.php:350
|
||||
msgid "As EF date"
|
||||
msgstr ""
|
||||
|
||||
#: includes/requirements.php:23
|
||||
msgid "Plugin \"%2$s\" has been deactivated. Please install and activate \"%3$s\" version %1$s or newer before activating \"%2$s\"."
|
||||
msgstr ""
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Custom Bulk/Quick Edit - Edit Flow"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "http://wordpress.org/plugins/cbqe-edit-flow/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "Modify Edit Flow options via bulk and quick edit panels in conjunction with Custom Bulk/Quick Edit by Axelerant."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Axelerant"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://axelerant.com"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user