Changeset 3322998
- Timestamp:
- 07/06/2025 11:43:20 AM (9 months ago)
- Location:
- ajaxpress
- Files:
-
- 8 edited
- 1 copied
-
tags/1.3.2 (copied) (copied from ajaxpress/trunk)
-
tags/1.3.2/ajaxpress.php (modified) (2 diffs)
-
tags/1.3.2/includes/classes/class-app.php (modified) (1 diff)
-
tags/1.3.2/includes/classes/class-base.php (modified) (2 diffs)
-
tags/1.3.2/readme.txt (modified) (2 diffs)
-
trunk/ajaxpress.php (modified) (2 diffs)
-
trunk/includes/classes/class-app.php (modified) (1 diff)
-
trunk/includes/classes/class-base.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ajaxpress/tags/1.3.2/ajaxpress.php
r3120669 r3322998 5 5 * Plugin URI: https://github.com/imjafran/AjaxPress 6 6 * Description: Transform your WordPress site into a single-page application. Dive into content without reloading. Enjoy seamless navigation, real-time searches, comments, and more. 7 * Version: 1.3. 17 * Version: 1.3.2 8 8 * Requires at least: 5.2 9 9 * Requires PHP: 5.6 … … 25 25 } 26 26 27 define( 'AJAXPRESS_VERSION', '1.3. 1' );27 define( 'AJAXPRESS_VERSION', '1.3.2' ); 28 28 29 29 define('AJAXPRESS_FILE', __FILE__); -
ajaxpress/tags/1.3.2/includes/classes/class-app.php
r3120669 r3322998 39 39 'target' => [ 40 40 'type' => 'string', 41 'default' => ' main',41 'default' => 'body', 42 42 ], 43 43 'excludes' => [ -
ajaxpress/tags/1.3.2/includes/classes/class-base.php
r3120669 r3322998 51 51 * @since 1.3.0 52 52 */ 53 public function actions() {}53 public function actions() {} 54 54 55 55 /** … … 58 58 * @since 1.3.0 59 59 */ 60 public function filters() {}60 public function filters() {} 61 61 } -
ajaxpress/tags/1.3.2/readme.txt
r3120670 r3322998 1 1 === AjaxPress | Transform Your Website into Single Page Application in Seconds === 2 Contributors: iamjafran , benniledl3 Donate link: https:// 2 Contributors: iamjafran 3 Donate link: https://arraystory.com 4 4 Tags: ajax, load, fast, speed, optimization 5 5 Requires at least: 4.7 6 Tested up to: 6. 67 Stable tag: 1.3. 16 Tested up to: 6.8 7 Stable tag: 1.3.2 8 8 Requires PHP: 5.6 9 9 License: MIT … … 71 71 == Changelog == 72 72 73 = 1.3.2 (Reborn) = 74 * Checked compatibility with WordPress 6.8.* and updated. 75 * Other regular maintenance. This plugin will be actively maintained from version 2 which is projected to release in August 1st 2025. 76 73 77 = 1.3.0 (Reborn) = 74 78 * New Feature: Introducing the reborn AjaxPress! -
ajaxpress/trunk/ajaxpress.php
r3120669 r3322998 5 5 * Plugin URI: https://github.com/imjafran/AjaxPress 6 6 * Description: Transform your WordPress site into a single-page application. Dive into content without reloading. Enjoy seamless navigation, real-time searches, comments, and more. 7 * Version: 1.3. 17 * Version: 1.3.2 8 8 * Requires at least: 5.2 9 9 * Requires PHP: 5.6 … … 25 25 } 26 26 27 define( 'AJAXPRESS_VERSION', '1.3. 1' );27 define( 'AJAXPRESS_VERSION', '1.3.2' ); 28 28 29 29 define('AJAXPRESS_FILE', __FILE__); -
ajaxpress/trunk/includes/classes/class-app.php
r3120669 r3322998 39 39 'target' => [ 40 40 'type' => 'string', 41 'default' => ' main',41 'default' => 'body', 42 42 ], 43 43 'excludes' => [ -
ajaxpress/trunk/includes/classes/class-base.php
r3120669 r3322998 51 51 * @since 1.3.0 52 52 */ 53 public function actions() {}53 public function actions() {} 54 54 55 55 /** … … 58 58 * @since 1.3.0 59 59 */ 60 public function filters() {}60 public function filters() {} 61 61 } -
ajaxpress/trunk/readme.txt
r3120670 r3322998 1 1 === AjaxPress | Transform Your Website into Single Page Application in Seconds === 2 Contributors: iamjafran , benniledl3 Donate link: https:// 2 Contributors: iamjafran 3 Donate link: https://arraystory.com 4 4 Tags: ajax, load, fast, speed, optimization 5 5 Requires at least: 4.7 6 Tested up to: 6. 67 Stable tag: 1.3. 16 Tested up to: 6.8 7 Stable tag: 1.3.2 8 8 Requires PHP: 5.6 9 9 License: MIT … … 71 71 == Changelog == 72 72 73 = 1.3.2 (Reborn) = 74 * Checked compatibility with WordPress 6.8.* and updated. 75 * Other regular maintenance. This plugin will be actively maintained from version 2 which is projected to release in August 1st 2025. 76 73 77 = 1.3.0 (Reborn) = 74 78 * New Feature: Introducing the reborn AjaxPress!
Note: See TracChangeset
for help on using the changeset viewer.