Changeset 3233497
- Timestamp:
- 02/02/2025 04:44:38 PM (14 months ago)
- Location:
- custom-meta-field
- Files:
-
- 29 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/LICENSE.txt (added)
-
tags/1.0.1/README.txt (added)
-
tags/1.0.1/autoload.php (added)
-
tags/1.0.1/css (added)
-
tags/1.0.1/css/custom-mf-admin.css (added)
-
tags/1.0.1/custom-meta-field.php (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/admin (added)
-
tags/1.0.1/includes/admin/class-custom-mf-admin.php (added)
-
tags/1.0.1/includes/admin/class-custom-mf-settings.php (added)
-
tags/1.0.1/includes/admin/class-custom-mf.php (added)
-
tags/1.0.1/includes/class-custom-mf-run.php (added)
-
tags/1.0.1/includes/config (added)
-
tags/1.0.1/includes/config/class-custom-mf-config.php (added)
-
tags/1.0.1/includes/core (added)
-
tags/1.0.1/includes/core/class-custom-mf-activator.php (added)
-
tags/1.0.1/includes/core/class-custom-mf-deactivator.php (added)
-
tags/1.0.1/includes/core/class-custom-mf-i18n.php (added)
-
tags/1.0.1/includes/helper (added)
-
tags/1.0.1/includes/helper/class-custom-mf-loader.php (added)
-
tags/1.0.1/includes/helper/class-custom-mf-log.php (added)
-
tags/1.0.1/js (added)
-
tags/1.0.1/js/custom-mf-admin.js (added)
-
tags/1.0.1/js/fontawesome.js (added)
-
tags/1.0.1/js/solid.js (added)
-
tags/1.0.1/languages (added)
-
tags/1.0.1/languages/custom-meta-field.pot (added)
-
tags/1.0.1/uninstall.php (added)
-
trunk/README.txt (modified) (1 diff)
-
trunk/custom-meta-field.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-meta-field/trunk/README.txt
r3180599 r3233497 5 5 Tags: Custom Meta Field, Meta Box, Custom Field, Repeater 6 6 Requires at least: 4.6 or higher 7 Tested up to: 6. 6.28 Stable tag: 1.0. 07 Tested up to: 6.7.1 8 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
custom-meta-field/trunk/custom-meta-field.php
r3180599 r3233497 5 5 * Plugin URI: https://wordpress.org/plugins/custom-meta-field 6 6 * Description: This plugin allows you to add custom meta fields to your WordPress posts, pages, and custom post types. Easily manage additional information with a user-friendly interface. 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Requires PHP: 7.0 9 9 * Author: Megha Shah
Note: See TracChangeset
for help on using the changeset viewer.