Skip to content

Commit 16edec9

Browse files
committed
7.13.0
1 parent 59d77f1 commit 16edec9

10 files changed

Lines changed: 16 additions & 192 deletions

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Jetbrains
22
/*.iml
33

4-
# Neard
4+
# Bearsampp
55
/.dev
6+
/.idea/.gitignore
7+
/.idea/discord.xml
8+
/.idea/php.xml
9+
/.idea/vcs.xml

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[![GitHub release](https://img.shields.io/github/release/neard/module-phppgadmin.svg?style=flat-square)](https://github.com/neard/module-phppgadmin/releases/latest)
2-
![Total downloads](https://img.shields.io/github/downloads/neard/module-phppgadmin/total.svg?style=flat-square)
1+
[![GitHub release](https://img.shields.io/github/release/bearsampp/module-phppgadmin.svg?style=flat-square)](https://github.com/bearsampp/module-phppgadmin/releases/latest)
2+
![Total downloads](https://img.shields.io/github/downloads/bearsampp/module-phppgadmin/total.svg?style=flat-square)
33

4-
This is a module of [Neard project](https://github.com/neard/neard) involving phpPgAdmin.
4+
This is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving phpPgAdmin.
55

66
## Documentation and downloads
77

8-
https://neard.io/modules/phppgadmin
8+
https://bearsampp.com/module/phppgadmin
99

1010
## Issues
1111

12-
Issues must be reported on [Neard repository](https://github.com/neard/neard/issues).
12+
Issues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).

bin/phppgadmin5.1/conf/config.inc.php

Lines changed: 0 additions & 166 deletions
This file was deleted.

bin/phppgadmin5.2/neard.conf

Lines changed: 0 additions & 4 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
phppgadminVersion = "5.1"
1+
phppgadminVersion = "7.13.0"
22
phppgadminConf = "conf/config.inc.php"
33

44
bundleRelease = "@RELEASE_VERSION@"

build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bundle.name = phppgadmin
2-
bundle.release = r2
2+
bundle.release = 2022.07.16
33
bundle.type = apps
44
bundle.format = 7z
55

6-
#build.path = C:/neard-build
6+
#build.path = C:/Bearsampp-build

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<property name="build.properties" value="${project.basedir}/build.properties"/>
77
<property file="${build.properties}"/>
88

9-
<!-- Neard dev -->
9+
<!-- Bearsampp dev -->
1010
<property name="dev.path" location="${root.dir}/dev"/>
1111
<fail unless="dev.path" message="Project 'dev' not found in ${dev.path}"/>
12-
<echo message="Neard dev found in ${dev.path}" level="debug"/>
12+
<echo message="Bearsampp dev found in ${dev.path}" level="debug"/>
1313

1414
<!-- Import build-commons.xml -->
1515
<import file="${dev.path}/build/build-commons.xml"/>

releases.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
5.1 = https://github.com/neard/module-phppgadmin/releases/download/r1/neard-phppgadmin-5.1-r1.7z
2-
5.2 = https://github.com/neard/module-phppgadmin/releases/download/r2/neard-phppgadmin-5.2-r2.7z
1+

0 commit comments

Comments
 (0)