Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,18 @@ env:
SKIP_PANTHER_INSTALL: true

jobs:
generate-ci-matrix:
name: "Generate CI matrix"
uses: "glpi-project/plugin-ci-workflows/.github/workflows/generate-ci-matrix.yml@v1"
with:
glpi-version: "11.0.x"
tests:
name: "Tests"
runs-on: "ubuntu-latest"
needs: "generate-ci-matrix"
strategy:
matrix:
php-versions: [7.4, 8.1, 8.2]
glpi-branch: [10.0/bugfixes]
glpi-package: [10.0.tar.gz]

fail-fast: false
matrix: ${{ fromJson(needs.generate-ci-matrix.outputs.matrix) }}
services:
db:
image: mariadb:10.3
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Formcreator Changelog

## [3.0.0](https://github.com/pluginsGLPI/formcreator/compare/2.13.10...3.0.0) (Unreleased)

### 🚨 BREAKING CHANGES - END OF LIFE VERSION

This version (3.0.0) is a **migration-only plugin** designed exclusively for GLPI 11.0+. After migration, Formcreator becomes End-of-Life (EOL).

### ✅ Added for Migration
* **Migration Only**: Complete refactoring to migration-only plugin for GLPI 11+
* **EOL Status**: Plugin shows End-of-Life status after migration completion
* **Migration Preservation**: All migration scripts from 2.5.0 to 2.13.10 preserved
* **GLPI 11 Support**: Native integration with GLPI 11 form migration system
* **Migration Logging**: Enhanced logging and verification for migration process

### ❌ Removed
* **All features**: GLPI 11 now includes the new Forms system


## Previous Versions (Functional Releases)

**Note**: Versions below are the last functional releases of Formcreator. Version 3.0.0+ is migration-only.

## [2.13.10](https://github.com/pluginsGLPI/formcreator/compare/2.13.9...2.13.10) (2025-02-26)


Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,22 @@
[![IRC Chat](https://img.shields.io/badge/IRC-%23GLPI-green.svg)](http://webchat.freenode.net/?channels=GLPI)
[![Follow Twitter](https://img.shields.io/badge/Twitter-GLPI%20Project-26A2FA.svg)](https://twitter.com/GLPI_PROJECT)
[![Join the chat at https://gitter.im/TECLIB/formcreator](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/TECLIB/formcreator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Project Status: Active](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Project Status: End Of Life](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![GitHub All Releases](https://img.shields.io/github/downloads/PluginsGLPI/formcreator/total)](https://github.com/pluginsGLPI/formcreator/releases)

Extend GLPI with Plugins.

## ⚠️ IMPORTANT NOTICE - END OF LIFE

**Formcreator v3.0.0 is a migration-only plugin designed exclusively for GLPI 11.0+**

This version serves only to migrate existing Formcreator data to GLPI 11's native form system. After migration, this plugin becomes End-of-Life (EOL).

## Table of Contents

- [Form Creator](#form-creator)
- [Form Creator](#form-creator)
- [⚠️ IMPORTANT NOTICE - END OF LIFE](#️-important-notice---end-of-life)
- [Table of Contents](#table-of-contents)
- [Synopsis](#synopsis)
- [Features](#features)
Expand Down
43 changes: 0 additions & 43 deletions ajax/cancelticket.php

This file was deleted.

90 changes: 0 additions & 90 deletions ajax/commontree.php

This file was deleted.

62 changes: 0 additions & 62 deletions ajax/condition.php

This file was deleted.

64 changes: 0 additions & 64 deletions ajax/dropdown_values.php

This file was deleted.

55 changes: 0 additions & 55 deletions ajax/edit_translation.php

This file was deleted.

Loading
Loading