Plugin Directory

Changeset 2920523


Ignore:
Timestamp:
06/02/2023 09:32:46 AM (3 years ago)
Author:
appfulapp
Message:

Fixed post preview rewrite

Location:
appful-app
Files:
4 edited
71 copied

Legend:

Unmodified
Added
Removed
  • appful-app/tags/3.1.2/appful-app.php

    r2920504 r2920523  
    1212 * Plugin URI:        https://appful.io
    1313 * Description:       Appful® is the number 1 plugin for turning your WordPress Content into a native, beautiful app on iOS & Android in under 5 minutes.
    14  * Version:           3.1.1
     14 * Version:           3.1.2
    1515 * Requires at least: 5.8
    1616 * Requires PHP:      7.4
  • appful-app/tags/3.1.2/includes/api/Rewrites.php

    r2907312 r2920523  
    2525        ];
    2626
    27         return $appful_vars + $vars;
     27        return $vars + $appful_vars;
    2828    }
    2929
  • appful-app/tags/3.1.2/readme.txt

    r2920504 r2920523  
    66Tested up to: 6.2
    77Requires PHP: 7.4
    8 Stable tag: 3.1.1
     8Stable tag: 3.1.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • appful-app/trunk/appful-app.php

    r2920504 r2920523  
    1212 * Plugin URI:        https://appful.io
    1313 * Description:       Appful® is the number 1 plugin for turning your WordPress Content into a native, beautiful app on iOS & Android in under 5 minutes.
    14  * Version:           3.1.1
     14 * Version:           3.1.2
    1515 * Requires at least: 5.8
    1616 * Requires PHP:      7.4
  • appful-app/trunk/includes/api/Rewrites.php

    r2907312 r2920523  
    2525        ];
    2626
    27         return $appful_vars + $vars;
     27        return $vars + $appful_vars;
    2828    }
    2929
  • appful-app/trunk/readme.txt

    r2920504 r2920523  
    66Tested up to: 6.2
    77Requires PHP: 7.4
    8 Stable tag: 3.1.1
     8Stable tag: 3.1.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.