Plugin Directory

Changeset 3322998


Ignore:
Timestamp:
07/06/2025 11:43:20 AM (9 months ago)
Author:
iamjafran
Message:

Update to version 1.3.2 from GitHub

Location:
ajaxpress
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ajaxpress/tags/1.3.2/ajaxpress.php

    r3120669 r3322998  
    55 * Plugin URI:        https://github.com/imjafran/AjaxPress
    66 * 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.1
     7 * Version:           1.3.2
    88 * Requires at least: 5.2
    99 * Requires PHP:      5.6
     
    2525}
    2626
    27 define( 'AJAXPRESS_VERSION', '1.3.1' );
     27define( 'AJAXPRESS_VERSION', '1.3.2' );
    2828
    2929define('AJAXPRESS_FILE', __FILE__);
  • ajaxpress/tags/1.3.2/includes/classes/class-app.php

    r3120669 r3322998  
    3939            'target'     => [
    4040                'type'    => 'string',
    41                 'default' => 'main',
     41                'default' => 'body',
    4242            ],
    4343            'excludes'   => [
  • ajaxpress/tags/1.3.2/includes/classes/class-base.php

    r3120669 r3322998  
    5151     * @since 1.3.0
    5252     */
    53     public function actions(){}
     53    public function actions() {}
    5454
    5555    /**
     
    5858     * @since 1.3.0
    5959     */
    60     public function filters(){}
     60    public function filters() {}
    6161}
  • ajaxpress/tags/1.3.2/readme.txt

    r3120670 r3322998  
    11=== AjaxPress | Transform Your Website into Single Page Application in Seconds ===
    2 Contributors: iamjafran, benniledl
    3 Donate link: https://
     2Contributors: iamjafran
     3Donate link: https://arraystory.com
    44Tags: ajax, load, fast, speed, optimization
    55Requires at least: 4.7
    6 Tested up to: 6.6
    7 Stable tag: 1.3.1
     6Tested up to: 6.8
     7Stable tag: 1.3.2
    88Requires PHP: 5.6
    99License: MIT
     
    7171== Changelog ==
    7272
     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
    7377= 1.3.0 (Reborn) =
    7478* New Feature: Introducing the reborn AjaxPress!
  • ajaxpress/trunk/ajaxpress.php

    r3120669 r3322998  
    55 * Plugin URI:        https://github.com/imjafran/AjaxPress
    66 * 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.1
     7 * Version:           1.3.2
    88 * Requires at least: 5.2
    99 * Requires PHP:      5.6
     
    2525}
    2626
    27 define( 'AJAXPRESS_VERSION', '1.3.1' );
     27define( 'AJAXPRESS_VERSION', '1.3.2' );
    2828
    2929define('AJAXPRESS_FILE', __FILE__);
  • ajaxpress/trunk/includes/classes/class-app.php

    r3120669 r3322998  
    3939            'target'     => [
    4040                'type'    => 'string',
    41                 'default' => 'main',
     41                'default' => 'body',
    4242            ],
    4343            'excludes'   => [
  • ajaxpress/trunk/includes/classes/class-base.php

    r3120669 r3322998  
    5151     * @since 1.3.0
    5252     */
    53     public function actions(){}
     53    public function actions() {}
    5454
    5555    /**
     
    5858     * @since 1.3.0
    5959     */
    60     public function filters(){}
     60    public function filters() {}
    6161}
  • ajaxpress/trunk/readme.txt

    r3120670 r3322998  
    11=== AjaxPress | Transform Your Website into Single Page Application in Seconds ===
    2 Contributors: iamjafran, benniledl
    3 Donate link: https://
     2Contributors: iamjafran
     3Donate link: https://arraystory.com
    44Tags: ajax, load, fast, speed, optimization
    55Requires at least: 4.7
    6 Tested up to: 6.6
    7 Stable tag: 1.3.1
     6Tested up to: 6.8
     7Stable tag: 1.3.2
    88Requires PHP: 5.6
    99License: MIT
     
    7171== Changelog ==
    7272
     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
    7377= 1.3.0 (Reborn) =
    7478* New Feature: Introducing the reborn AjaxPress!
Note: See TracChangeset for help on using the changeset viewer.