Skip to content

Silver Assist ACF Clone Fields v1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Oct 22:46
· 175 commits to main since this release

What's New in v1.0.0

Added

  • Initial release of Silver Assist ACF Clone Fields
  • Core clone fields functionality for ACF field groups
  • Complete GitHub Actions CI/CD pipeline
  • Automated dependency management with Dependabot
  • Multi-PHP version testing (8.2, 8.3, 8.4)
  • Security scanning and vulnerability checks
  • WordPress compatibility testing
  • Automated release management
  • Quality checks script for local development
  • Version update automation script
  • Release packaging and distribution
  • WordPress plugin architecture with PSR-4 autoloading
  • Integration with Silver Assist ecosystem packages:
    • silverassist/wp-github-updater for automatic updates
    • silverassist/wp-settings-hub for centralized settings management
  • Comprehensive unit test suite with PHPUnit
  • WordPress Coding Standards compliance (PHPCS)
  • Static analysis with PHPStan Level 8
  • PolyForm Noncommercial License 1.0.0
  • Multi-language support (i18n ready)
  • WordPress 6.0+ compatibility
  • PHP 8.2+ requirement

Features

  • Clone Field Groups: Duplicate existing ACF field groups with customizable prefixes
  • Batch Operations: Clone multiple field groups simultaneously
  • Settings Integration: Centralized configuration through Silver Assist Settings Hub
  • Auto-Updates: Seamless updates through GitHub releases
  • Developer Tools: Comprehensive hooks and filters for customization

Technical

  • Namespace: SilverAssist\ACFCloneFields
  • Autoloading: PSR-4 compliant with Composer
  • Testing: 95%+ code coverage with PHPUnit
  • Quality: WordPress VIP coding standards compliance
  • Security: Input validation, output escaping, nonce verification
  • Performance: Optimized database queries, caching integration

Security

  • Implemented automated security vulnerability scanning
  • Added security best practices enforcement
  • Enhanced input validation and output escaping

Documentation

  • Complete README with installation and usage instructions
  • Inline code documentation (PHPDoc)
  • Examples and code snippets

Installation

  1. Download silver-assist-acf-clone-fields-v1.0.0.zip
  2. Go to WordPress Admin > Plugins > Add New > Upload Plugin
  3. Choose the downloaded ZIP file and click "Install Now"
  4. Activate the plugin
  5. Configure your settings at Settings > ACF Clone Fields

Automatic Updates

This plugin includes automatic update functionality. You'll receive notifications in your WordPress admin when new versions are available.

Requirements

  • PHP 8.2 or higher
  • WordPress 6.5 or higher

Support