Plugin Directory

Changeset 3360014


Ignore:
Timestamp:
09/11/2025 04:26:05 PM (5 months ago)
Author:
mrboydwp
Message:

Update trunk to version 1.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bcodecraft-blocks/trunk/readme.txt

    r3360010 r3360014  
    5252
    5353* **REST API Endpoints** - `wp-json/snippy-blocks/v1/snippets` for custom integrations
    54 * **WordPress Hooks** - Filters and actions for customization
     54* **WordPress Hooks** - Filters and actions for customization 
    5555* **Clean Code** - Following WordPress coding standards and best practices
    5656* **Modern Architecture** - Built with React and modern JavaScript
    57 
    58 = Build Process & Source Code =
    59 
    60 This plugin includes compiled JavaScript files for production use. All source code is included within the plugin for transparency and compliance with WordPress guidelines.
    61 
    62 **Source Code Locations (included in plugin):**
    63 * **React Block Source**: `src/index.js` - Main block component with modal interface
    64 * **Block Styles**: `src/style.scss` - Modern CSS with animations and transitions
    65 * **Block Configuration**: `src/block.json` - Block registration and settings
    66 * **Compiled Output**: `build/index.js` - Production-ready minified code
    67 * **Build Configuration**: `webpack.config.js` - Build process configuration
    68 
    69 **Build Tools Used:**
    70 * **@wordpress/scripts** - Official WordPress build tools
    71 * **webpack** - Module bundler for JavaScript and CSS
    72 * **Babel** - JavaScript compiler for modern syntax
    73 * **PostCSS** - CSS processing with autoprefixer
    74 
    75 **Development Commands:**
    76 * `npm install` - Install build dependencies
    77 * `npm run start` - Development server with hot reloading
    78 * `npm run build` - Production build (generates `build/index.js`)
    79 * `npm run lint` - Code quality and WordPress standards check
    80 
    81 **Source Review:**
    82 All source files are included in this plugin package. Reviewers and developers can examine the uncompiled source code in the `src/` directory to understand the functionality before compilation.
    8357
    8458= Technical Requirements =
Note: See TracChangeset for help on using the changeset viewer.