File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 with pkgs ;
1313 let
1414 name = "wp2static" ;
15- version = "8.1 .0" ;
15+ version = "8.2 .0" ;
1616 composerDeps = php . buildComposerProject ( finalAttrs : {
1717 pname = "${ name } -composer-deps" ;
1818 version = version ;
Original file line number Diff line number Diff line change 11{
22 "name" : " WP2Static" ,
3- "version" : " 8.1 .0" ,
4- "download_url" : " https://github.com/staticweb-io/wp2static/releases/download/v8.1 .0/plugin.zip" ,
3+ "version" : " 8.2 .0" ,
4+ "download_url" : " https://github.com/staticweb-io/wp2static/releases/download/v8.2 .0/plugin.zip" ,
55 "requires" : " 6.4" ,
66 "tested" : " 6.4"
77}
Original file line number Diff line number Diff line change 33 * Plugin Name: WP2Static
44 * Plugin URI: https://wp2static.com
55 * Description: Static site generator functionality for WordPress.
6- * Version: 8.1 .0
6+ * Version: 8.2 .0
77 * Author: WP2Static
88 * Author URI: https://wp2static.com
99 * Text Domain: wp2static
1515 die;
1616}
1717
18- define ( 'WP2STATIC_VERSION ' , '8.1 .0 ' );
18+ define ( 'WP2STATIC_VERSION ' , '8.2 .0 ' );
1919define ( 'WP2STATIC_PATH ' , plugin_dir_path ( __FILE__ ) );
2020
2121if ( file_exists ( WP2STATIC_PATH . 'vendor/autoload.php ' ) ) {
You can’t perform that action at this time.
0 commit comments