Conversation
… base tag logic in release notes generation
…d engine setup variables
…r and core operations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and additions to documentation, workflow configuration, and project metadata. The most significant changes are the addition of detailed documentation for the template engine, updates to GitHub workflow triggers, and enhancements to project packaging and release processes.
Documentation additions and improvements:
docs/01 Introduction.mdand related files, covering engine behavior, dialect system, core operations, install/upgrade instructions, goals, reasons, best practices, and usage of thedivclass. This greatly expands the project’s documentation for new and existing users. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]docs/02 Template Features.mdand a section on syntax understanding indocs/02.01 Understanding the syntax.md, outlining all supported template features and block types. [1] [2]Workflow and automation enhancements:
phpstan.yml,tests.yml) to add manual trigger support withworkflow_dispatch, and removed push triggers to master branch for improved control and flexibility. [1] [2]releasesdirectory instead ofdocs/ChangeLog/releases, and updated the release name to include "Div PHP Template Engine" for clearer identification. [1] [2]Packaging and project metadata:
.gitattributesentries to mark various directories and files asexport-ignorefor cleaner package exports.composer.jsonto bump the project version from6.1.2to6.1.3.Miscellaneous:
README.mdfor clarity.