Changeset 3438308
- Timestamp:
- 01/13/2026 04:49:24 AM (3 months ago)
- Location:
- filterflex
- Files:
-
- 4 deleted
- 4 edited
- 18 copied
-
tags/1.2.1/trunk (copied) (copied from filterflex/trunk)
-
tags/1.2.1/trunk/admin/css/filterflex-admin.css (copied) (copied from filterflex/trunk/admin/css/filterflex-admin.css)
-
tags/1.2.1/trunk/admin/js/filterflex-admin.js (copied) (copied from filterflex/trunk/admin/js/filterflex-admin.js)
-
tags/1.2.1/trunk/filterflex.php (copied) (copied from filterflex/trunk/filterflex.php) (1 diff)
-
tags/1.2.1/trunk/includes/class-filterflex-filter-application.php (copied) (copied from filterflex/trunk/includes/class-filterflex-filter-application.php)
-
tags/1.2.1/trunk/includes/class-filterflex.php (copied) (copied from filterflex/trunk/includes/class-filterflex.php) (1 diff)
-
tags/1.2.1/trunk/includes/core-functions.php (copied) (copied from filterflex/trunk/includes/core-functions.php) (1 diff)
-
tags/1.2.1/trunk/readme.txt (copied) (copied from filterflex/trunk/readme.txt) (1 diff)
-
tags/1.2.1/trunk/static/css (deleted)
-
tags/1.2.1/trunk/static/img (copied) (copied from filterflex/trunk/static/img)
-
tags/1.2.1/trunk/static/js (deleted)
-
tags/1.2.2 (copied) (copied from filterflex/trunk)
-
tags/1.2.2/admin/css/filterflex-admin.css (copied) (copied from filterflex/trunk/admin/css/filterflex-admin.css)
-
tags/1.2.2/admin/js/filterflex-admin.js (copied) (copied from filterflex/trunk/admin/js/filterflex-admin.js)
-
tags/1.2.2/filterflex.php (copied) (copied from filterflex/trunk/filterflex.php) (1 diff)
-
tags/1.2.2/includes/class-filterflex-filter-application.php (copied) (copied from filterflex/trunk/includes/class-filterflex-filter-application.php)
-
tags/1.2.2/includes/class-filterflex.php (copied) (copied from filterflex/trunk/includes/class-filterflex.php) (1 diff)
-
tags/1.2.2/includes/core-functions.php (copied) (copied from filterflex/trunk/includes/core-functions.php) (1 diff)
-
tags/1.2.2/readme.txt (copied) (copied from filterflex/trunk/readme.txt) (1 diff)
-
tags/1.2.2/static/css (deleted)
-
tags/1.2.2/static/img (copied) (copied from filterflex/trunk/static/img)
-
tags/1.2.2/static/js (deleted)
-
trunk/filterflex.php (modified) (1 diff)
-
trunk/includes/class-filterflex.php (modified) (1 diff)
-
trunk/includes/core-functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
filterflex/tags/1.2.1/trunk/filterflex.php
r3312220 r3438308 4 4 * Plugin URI: https://wordpress.org/plugins/filterflex 5 5 * Description: A powerful plugin for applying filters to various WordPress elements with custom field support and dynamic tag replacement. 6 * Version: 1.2. 06 * Version: 1.2.1 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.4 -
filterflex/tags/1.2.1/trunk/includes/class-filterflex.php
r3437351 r3438308 3 3 * Main FilterFlex plugin class. 4 4 */ 5 6 // Exit if accessed directly. 7 if ( ! defined( 'ABSPATH' ) ) { 8 exit; 9 } 10 5 11 class FilterFlex { 6 12 -
filterflex/tags/1.2.1/trunk/includes/core-functions.php
r3312220 r3438308 3 3 * Core functions for the FilterFlex plugin. 4 4 */ 5 6 // Exit if accessed directly. 7 if ( ! defined( 'ABSPATH' ) ) { 8 exit; 9 } 5 10 6 11 // Add any global functions here. -
filterflex/tags/1.2.1/trunk/readme.txt
r3437326 r3438308 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later -
filterflex/tags/1.2.2/filterflex.php
r3312220 r3438308 4 4 * Plugin URI: https://wordpress.org/plugins/filterflex 5 5 * Description: A powerful plugin for applying filters to various WordPress elements with custom field support and dynamic tag replacement. 6 * Version: 1.2. 06 * Version: 1.2.2 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.4 -
filterflex/tags/1.2.2/includes/class-filterflex.php
r3437351 r3438308 3 3 * Main FilterFlex plugin class. 4 4 */ 5 6 // Exit if accessed directly. 7 if ( ! defined( 'ABSPATH' ) ) { 8 exit; 9 } 10 5 11 class FilterFlex { 6 12 -
filterflex/tags/1.2.2/includes/core-functions.php
r3312220 r3438308 3 3 * Core functions for the FilterFlex plugin. 4 4 */ 5 6 // Exit if accessed directly. 7 if ( ! defined( 'ABSPATH' ) ) { 8 exit; 9 } 5 10 6 11 // Add any global functions here. -
filterflex/tags/1.2.2/readme.txt
r3437326 r3438308 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.2. 06 Stable tag: 1.2.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later -
filterflex/trunk/filterflex.php
r3312220 r3438308 4 4 * Plugin URI: https://wordpress.org/plugins/filterflex 5 5 * Description: A powerful plugin for applying filters to various WordPress elements with custom field support and dynamic tag replacement. 6 * Version: 1.2. 06 * Version: 1.2.2 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 7.4 -
filterflex/trunk/includes/class-filterflex.php
r3437351 r3438308 3 3 * Main FilterFlex plugin class. 4 4 */ 5 6 // Exit if accessed directly. 7 if ( ! defined( 'ABSPATH' ) ) { 8 exit; 9 } 10 5 11 class FilterFlex { 6 12 -
filterflex/trunk/includes/core-functions.php
r3312220 r3438308 3 3 * Core functions for the FilterFlex plugin. 4 4 */ 5 6 // Exit if accessed directly. 7 if ( ! defined( 'ABSPATH' ) ) { 8 exit; 9 } 5 10 6 11 // Add any global functions here. -
filterflex/trunk/readme.txt
r3437326 r3438308 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 1.2. 06 Stable tag: 1.2.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.